Running with gitlab-runner 15.3.0 (bbcb5aba)  on emba-docker-runner 2oEDrUT7 section_start:1702469085: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:1702469118:prepare_executor section_start:1702469118:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-1 via emba.gnu.org... section_end:1702469130:prepare_script section_start:1702469130: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 281a16d1 as master... Skipping Git submodules setup section_end:1702469190:get_sources section_start:1702469190: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: 26 Running: 7 Paused: 0 Stopped: 19 Images: 7 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: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux 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-281a16d15fad5b05d88d03e2f4c9718c81657840/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded $ docker build --pull --target ${target} -t ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba . #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: #1 transferring dockerfile: 6.46kB 0.1s done #1 DONE 0.8s #2 [internal] load .dockerignore #2 transferring context: #2 transferring context: 2B 0.0s done #2 DONE 0.5s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 0.2s #4 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:ab2b95aa8... #4 DONE 0.0s #7 [internal] load build context #7 transferring context: 8.89MB 3.8s #7 transferring context: 44.47MB 8.9s #7 transferring context: 84.51MB 13.9s #7 transferring context: 104.58MB 19.0s #7 transferring context: 118.15MB 24.8s #7 transferring context: 134.33MB 29.8s #7 transferring context: 155.98MB 35.0s #7 transferring context: 178.01MB 40.2s #7 transferring context: 191.65MB 45.3s #7 transferring context: 198.99MB 51.9s #7 transferring context: 216.75MB 57.1s #7 transferring context: 230.18MB 62.1s #7 transferring context: 242.98MB 67.2s #7 transferring context: 243.02MB 68.1s done #7 DONE 69.3s #5 [emacs-base 2/2] RUN apt-get update && apt-get install -y --no-insta... #5 CACHED #6 [emacs-gnustep 1/6] RUN apt-get update && apt-get install -y --no-in... #6 CACHED #8 [emacs-gnustep 2/6] COPY . /checkout #8 DONE 121.6s #9 [emacs-gnustep 3/6] WORKDIR /checkout #9 DONE 4.1s #10 [emacs-gnustep 4/6] RUN ./autogen.sh autoconf #10 11.70 Checking whether you have the necessary tools... #10 11.70 (Read INSTALL.REPO for more details on building Emacs) #10 11.71 Checking for autoconf (need at least version 2.65) ... ok #10 11.86 Your system has the required tools. #10 11.91 Building aclocal.m4 ... #10 11.92 Running 'autoreconf -fi -I m4' ... #10 34.20 Building 'aclocal.m4' in exec ... #10 34.20 Running 'autoreconf -fi' in exec ... #10 38.82 You can now run './autogen.sh git'. #10 DONE 39.4s #11 [emacs-gnustep 5/6] RUN ./configure --with-ns #11 2.559 checking for xcrun... no #11 2.560 checking for GNU Make... make #11 2.602 checking build system type... x86_64-pc-linux-gnu #11 3.328 checking host system type... x86_64-pc-linux-gnu #11 3.368 checking for gcc... gcc #11 3.496 checking whether the C compiler works... yes #11 3.920 checking for C compiler default output file name... a.out #11 3.922 checking for suffix of executables... #11 4.176 checking whether we are cross compiling... no #11 4.485 checking for suffix of object files... o #11 4.594 checking whether we are using the GNU C compiler... yes #11 4.691 checking whether gcc accepts -g... yes #11 4.760 checking for gcc option to enable C11 features... none needed #11 5.260 checking whether the compiler is clang... no #11 5.342 checking for compiler option needed when checking for declarations... none #11 5.343 checking whether gcc and cc understand -c and -o together... yes #11 5.736 checking how to run the C preprocessor... gcc -E #11 5.965 checking for grep that handles long lines and -e... /bin/grep #11 5.988 checking for egrep... /bin/grep -E #11 5.999 checking for ANSI C header files... yes #11 6.401 checking for sys/types.h... yes #11 6.519 checking for sys/stat.h... yes #11 6.667 checking for stdlib.h... yes #11 6.810 checking for string.h... yes #11 6.952 checking for memory.h... yes #11 7.090 checking for strings.h... yes #11 7.263 checking for inttypes.h... yes #11 7.433 checking for stdint.h... yes #11 7.588 checking for unistd.h... yes #11 7.761 checking for wchar.h... yes #11 7.909 checking for minix/config.h... no #11 8.065 checking for linux/fs.h... yes #11 8.576 checking for malloc.h... yes #11 8.863 checking for sys/systeminfo.h... no #11 9.013 checking for sys/sysinfo.h... yes #11 9.169 checking for coff.h... no #11 9.333 checking for pty.h... yes #11 9.644 checking for sys/resource.h... yes #11 9.868 checking for sys/utsname.h... yes #11 10.12 checking for pwd.h... yes #11 10.39 checking for util.h... no #11 10.55 checking for sanitizer/lsan_interface.h... yes #11 10.71 checking for sanitizer/asan_interface.h... yes #11 10.89 checking for sanitizer/common_interface_defs.h... yes #11 11.07 checking for sys/socket.h... yes #11 11.25 checking for stdlib.h... (cached) yes #11 11.27 checking for unistd.h... (cached) yes #11 11.30 checking for sys/param.h... yes #11 11.51 checking for pthread.h... yes #11 11.71 checking for malloc/malloc.h... no #11 11.84 checking for sys/un.h... yes #11 11.97 checking for utmp.h... yes #11 12.13 checking for utmpx.h... yes #11 12.28 checking for OS.h... no #11 12.42 checking for dirent.h... yes #11 12.57 checking for execinfo.h... yes #11 12.72 checking for linux/xattr.h... yes #11 13.00 checking for stdio_ext.h... yes #11 13.14 checking for sys/vfs.h... yes #11 13.31 checking for sys/fs_types.h... no #11 13.44 checking for getopt.h... yes #11 13.58 checking for sys/cdefs.h... yes #11 13.75 checking for sys/time.h... yes #11 13.91 checking for ieee754.h... yes #11 14.07 checking for limits.h... yes #11 14.21 checking for inttypes.h... (cached) yes #11 14.24 checking for sys/types.h... (cached) yes #11 14.28 checking for stdint.h... (cached) yes #11 14.31 checking for sys/select.h... yes #11 14.46 checking for stdbool.h... yes #11 14.62 checking for stdckdint.h... no #11 14.79 checking for sys/random.h... yes #11 14.96 checking for sys/stat.h... (cached) yes #11 14.98 checking whether it is safe to define __EXTENSIONS__... yes #11 15.13 checking whether _XOPEN_SOURCE should be defined... no #11 16.03 checking for Minix Amsterdam compiler... no #11 16.09 checking for ar... ar #11 16.09 checking for ranlib... ranlib #11 16.09 checking for gcc option to enable large file support... none needed #11 16.34 checking for gcc option for timestamps after 2038... none needed #11 16.48 checking for g++... g++ #11 17.81 checking whether we are using the GNU C++ compiler... yes #11 18.33 checking whether g++ accepts -g... yes #11 18.46 checking for g++ option to enable C++11 features... none needed #11 40.17 checking how to run the C++ preprocessor... g++ -E #11 41.34 checking whether gcc accepts -g3 -O2... yes #11 41.60 checking whether the compiler is clang... no #11 41.70 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 41.80 checking whether -Wno-missing-field-initializers is needed... yes #11 42.02 checking whether -Wuninitialized is supported... yes #11 42.18 checking whether C compiler handles -fstrict-flex-arrays... no #11 42.27 checking whether C compiler handles -Wall... yes #11 42.63 checking whether C compiler handles -Warith-conversion... yes #11 42.82 checking whether C compiler handles -Wdate-time... yes #11 44.56 checking whether C compiler handles -Wdisabled-optimization... yes #11 46.90 checking whether C compiler handles -Wdouble-promotion... yes #11 47.44 checking whether C compiler handles -Wduplicated-cond... yes #11 47.80 checking whether C compiler handles -Wextra... yes #11 48.51 checking whether C compiler handles -Wformat-signedness... yes #11 49.44 checking whether C compiler handles -Winit-self... yes #11 50.34 checking whether C compiler handles -Winvalid-pch... yes #11 51.08 checking whether C compiler handles -Wlogical-op... yes #11 51.83 checking whether C compiler handles -Wmissing-declarations... yes #11 52.69 checking whether C compiler handles -Wmissing-include-dirs... yes #11 53.33 checking whether C compiler handles -Wmissing-prototypes... yes #11 53.79 checking whether C compiler handles -Wnested-externs... yes #11 53.97 checking whether C compiler handles -Wnull-dereference... yes #11 54.18 checking whether C compiler handles -Wold-style-definition... yes #11 54.52 checking whether C compiler handles -Wopenmp-simd... yes #11 54.94 checking whether C compiler handles -Wpacked... yes #11 55.35 checking whether C compiler handles -Wpointer-arith... yes #11 55.54 checking whether C compiler handles -Wstrict-flex-arrays... no #11 55.73 checking whether C compiler handles -Wstrict-prototypes... yes #11 56.32 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 56.80 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 57.26 checking whether C compiler handles -Wsuggest-final-methods... yes #11 58.15 checking whether C compiler handles -Wsuggest-final-types... yes #11 58.64 checking whether C compiler handles -Wtrampolines... yes #11 59.01 checking whether C compiler handles -Wuninitialized... yes #11 59.66 checking whether C compiler handles -Wunknown-pragmas... yes #11 60.37 checking whether C compiler handles -Wunused-macros... yes #11 60.82 checking whether C compiler handles -Wvariadic-macros... yes #11 66.52 checking whether C compiler handles -Wvector-operation-performance... yes #11 67.19 checking whether C compiler handles -Wwrite-strings... yes #11 67.49 checking whether C compiler handles -Warray-bounds=2... yes #11 67.87 checking whether C compiler handles -Wattribute-alias=2... yes #11 68.57 checking whether C compiler handles -Wformat=2... yes #11 68.84 checking whether C compiler handles -Wformat-truncation=2... yes #11 69.18 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 69.43 checking whether C compiler handles -Wshift-overflow=2... yes #11 69.68 checking whether C compiler handles -Wuse-after-free=3... no #11 69.76 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 69.91 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 70.06 checking whether C compiler handles -Wredundant-decls... yes #11 70.22 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #11 70.22 checking whether C compiler handles -Wno-override-init... yes #11 70.40 checking whether C compiler handles -Wno-sign-compare... yes #11 70.58 checking whether C compiler handles -Wno-type-limits... yes #11 70.71 checking whether C compiler handles -Wno-unused-parameter... yes #11 70.87 checking whether C compiler handles -Wno-format-nonliteral... yes #11 71.09 checking whether C compiler handles -Wno-bidi-chars... no #11 71.16 checking for a BSD-compatible install... /usr/bin/install -c #11 71.24 checking command to symlink files in the same directory... ln -s #11 71.25 checking for install-info... : #11 71.25 checking for gzip... /bin/gzip #11 71.25 checking for 'find' args to delete a file... -delete #11 71.33 checking for brew... no #11 72.45 checking for -znocombreloc... not needed #11 72.45 checking whether addresses are sanitized... no #11 72.52 checking for math library... -lm #11 75.76 checking for struct passwd.pw_gecos... yes #11 75.86 checking for pkg-config... /usr/bin/pkg-config #11 75.86 checking pkg-config is at least version 0.9.0... yes #11 75.92 checking for machine/soundcard.h... no #11 76.01 checking for sys/soundcard.h... yes #11 76.12 checking for soundcard.h... no #11 76.22 checking for mmsystem.h... no #11 76.29 checking for _oss_ioctl in -lossaudio... no #11 76.45 checking for alsa >= 1.0.0... no #11 76.49 checking for ADDR_NO_RANDOMIZE... yes #11 76.59 checking if Linux sysinfo may be used... yes #11 76.89 checking for sys/wait.h that is POSIX.1 compatible... yes #11 77.03 checking for net/if.h... yes #11 77.21 checking for ifaddrs.h... yes #11 77.37 checking for net/if_dl.h... no #11 77.52 checking for struct ifreq.ifr_flags... yes #11 77.76 checking for struct ifreq.ifr_hwaddr... yes #11 78.09 checking for struct ifreq.ifr_netmask... yes #11 82.70 checking for struct ifreq.ifr_broadaddr... yes #11 83.07 checking for struct ifreq.ifr_addr... yes #11 83.40 checking for struct ifreq.ifr_addr.sa_len... no #11 83.68 checking whether gcc understands -MMD -MF... yes #11 83.78 checking for X... no #11 84.09 checking AppKit/AppKit.h usability... yes #11 87.66 checking AppKit/AppKit.h presence... yes #11 88.04 checking for AppKit/AppKit.h... yes #11 88.04 checking for Mac OS X 12.0 or later... yes #11 88.12 checking for gcc... gcc #11 88.22 checking whether we are using the GNU Objective C compiler... yes #11 88.31 checking whether gcc accepts -g... yes #11 88.40 checking if the Objective C compiler supports instancetype... yes #11 88.46 checking if the Objective C compiler defaults to C99... no #11 88.53 checking whether malloc is Doug Lea style... no #11 88.63 checking for sbrk... yes #11 88.84 checking for __lsan_ignore_object... no #11 89.06 checking for fchmod... yes #11 89.31 checking for utmpname... yes #11 89.54 checking for utmpxname... yes #11 89.77 checking for canonicalize_file_name... yes #11 89.97 checking for realpath... yes #11 90.19 checking for lstat... yes #11 90.37 checking for fchmodat... yes #11 90.64 checking for lchmod... no #11 90.73 checking for fcntl... yes #11 90.93 checking for fdopendir... yes #11 91.14 checking for listxattr... yes #11 91.35 checking for fstatat... yes #11 91.56 checking for fsync... yes #11 91.82 checking for gettimeofday... yes #11 92.04 checking for memset_explicit... no #11 92.25 checking for memset_s... no #11 92.48 checking for pselect... yes #11 92.66 checking for readlink... yes #11 92.83 checking for isblank... yes #11 93.08 checking for iswctype... yes #11 93.29 checking for strtoimax... yes #11 93.49 checking for symlink... yes #11 93.71 checking for localtime_r... yes #11 93.96 checking for getdtablesize... yes #11 94.19 checking for getpagesize... yes #11 94.41 checking for working mmap... yes #11 94.76 checking for main in -lXbsd... no #11 94.92 checking for pthread library... -lpthread #11 95.38 checking for thread support... yes #11 95.39 checking for librsvg-2.0 >= 2.14.0... no #11 95.41 checking for libwebpdemux >= 0.6.0... no #11 95.43 checking for WebPGetInfo... no #11 95.61 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #11 95.64 checking for sqlite3_open_v2 in -lsqlite3... no #11 95.79 checking for getaddrinfo_a in -lanl... yes #11 96.06 checking for malloc_trim... yes #11 96.25 checking for dbus-1 >= 1.0... yes #11 96.30 checking for dbus_watch_get_unix_fd... yes #11 96.68 checking for dbus_type_is_valid... yes #11 96.92 checking for dbus_validate_bus_name... yes #11 97.16 checking for dbus_validate_path... yes #11 97.42 checking for dbus_validate_interface... yes #11 98.99 checking for dbus_validate_member... yes #11 99.21 checking for lgetfilecon in -lselinux... no #11 99.32 checking for gnutls >= 2.12.2... yes #11 99.40 checking for libsystemd >= 222... no #11 99.43 checking for jansson >= 2.7... no #11 99.46 checking for tree-sitter >= 0.20.2... no #11 99.48 checking for tree-sitter >= 0.6.3... no #11 99.50 checking sys/inotify.h usability... yes #11 100.5 checking sys/inotify.h presence... yes #11 100.6 checking for sys/inotify.h... yes #11 100.6 checking for inotify_init1... yes #11 100.9 checking for jpeglib 6b or later... no #11 101.1 checking for lcms2... no #11 101.1 checking for library containing inflateEnd... -lz #11 101.5 checking for dladdr... yes #11 101.7 checking for dlfunc... no #11 102.0 checking for gcc_jit_context_acquire in -lgccjit... no #11 102.1 checking libgccjit.h usability... configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #11 102.1 found. #11 102.1 Please try installing libgccjit or a similar package if you want to have it #11 102.1 enabled. #11 102.2 no #11 102.2 checking libgccjit.h presence... no #11 102.3 checking for libgccjit.h... no #11 102.3 configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #11 102.3 were not found. #11 102.3 Please try installing libgccjit-dev or a similar package if you want to have it #11 102.3 enabled. #11 102.3 checking for libpng >= 1.0.0... no #11 102.3 checking for libpng not configured by pkg-config... no #11 102.4 checking tiffio.h usability... no #11 102.5 checking tiffio.h presence... no #11 102.6 checking for tiffio.h... no #11 102.6 checking gif_lib.h usability... no #11 102.7 checking gif_lib.h presence... no #11 102.8 checking for gif_lib.h... no #11 102.8 checking gpm.h usability... no #11 104.5 checking gpm.h presence... no #11 104.6 checking for gpm.h... no #11 104.6 checking for libxml-2.0 > 2.6.17... no #11 104.6 checking for maillock in -lmail... no #11 104.7 checking for maillock in -llockfile... no #11 104.9 checking for liblockfile.so... no #11 104.9 checking maillock.h usability... no #11 105.0 checking maillock.h presence... no #11 105.1 checking for maillock.h... no #11 105.1 checking linux/seccomp.h usability... yes #11 105.3 checking linux/seccomp.h presence... yes #11 105.3 checking for linux/seccomp.h... yes #11 105.4 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 105.5 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 105.6 checking linux/filter.h usability... yes #11 105.8 checking linux/filter.h presence... yes #11 105.8 checking for linux/filter.h... yes #11 105.9 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 105.9 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 105.9 checking for libseccomp >= 2.5.2... no #11 105.9 checking size of long... 8 #11 106.2 checking for accept4... yes #11 106.5 checking for fchdir... yes #11 106.7 checking for gethostname... yes #11 107.0 checking for getrusage... yes #11 107.3 checking for get_current_dir_name... yes #11 107.6 checking for lrand48... yes #11 107.8 checking for random... yes #11 108.0 checking for rint... yes #11 108.4 checking for tcdrain... yes #11 108.7 checking for trunc... yes #11 109.1 checking for select... yes #11 109.4 checking for getpagesize... (cached) yes #11 109.5 checking for setlocale... yes #11 109.8 checking for newlocale... yes #11 111.1 checking for getrlimit... yes #11 111.3 checking for setrlimit... yes #11 111.6 checking for shutdown... yes #11 112.4 checking for pthread_sigmask... (cached) yes #11 112.4 checking for strsignal... yes #11 112.6 checking for setitimer... yes #11 112.8 checking for sendto... yes #11 113.1 checking for recvfrom... yes #11 113.3 checking for getsockname... yes #11 113.5 checking for getifaddrs... yes #11 114.6 checking for freeifaddrs... yes #11 114.8 checking for gai_strerror... yes #11 115.0 checking for sync... yes #11 115.3 checking for endpwent... yes #11 115.5 checking for getgrent... yes #11 115.8 checking for endgrent... yes #11 116.0 checking for renameat2... yes #11 116.2 checking for cfmakeraw... yes #11 116.4 checking for cfsetspeed... yes #11 116.7 checking for __executable_start... yes #11 116.9 checking for log2... yes #11 117.2 checking for pthread_setname_np... yes #11 117.4 checking for pthread_set_name_np... no #11 117.6 checking for getpwent... yes #11 117.8 checking whether pthread_setname_np takes a single argument... no #11 117.9 checking whether pthread_setname_np takes three arguments... no #11 118.0 checking for aligned_alloc... yes #11 118.2 checking whether aligned_alloc is declared... yes #11 118.3 checking for posix_madvise... yes #11 118.6 checking for madvise... yes #11 118.8 checking for __builtin_frame_address... yes #11 119.0 checking for __builtin_unwind_init... yes #11 119.1 checking for _LARGEFILE_SOURCE value needed for large files... no #11 119.3 checking for grantpt... yes #11 119.6 checking for getpt... yes #11 119.8 checking for posix_openpt... yes #11 120.1 checking for library containing tputs... -ltinfo #11 120.5 checking whether -ltinfo library defines BC... yes #11 120.7 checking for timerfd interface... yes #11 120.8 checking whether signals can be handled on alternate stack... yes #11 120.9 checking valgrind/valgrind.h usability... no #11 121.1 checking valgrind/valgrind.h presence... no #11 121.3 checking for valgrind/valgrind.h... no #11 121.3 checking for struct unipair.unicode... yes #11 121.7 checking for pid_t... yes #11 122.5 checking vfork.h usability... no #11 122.6 checking vfork.h presence... no #11 122.6 checking for vfork.h... no #11 122.7 checking for fork... yes #11 122.9 checking for vfork... yes #11 123.1 checking for working fork... yes #11 123.3 checking for working vfork... (cached) yes #11 123.3 checking for snprintf... yes #11 123.6 checking for open_memstream... yes #11 123.8 checking spawn.h usability... yes #11 124.0 checking spawn.h presence... yes #11 124.1 checking for spawn.h... yes #11 124.1 checking for posix_spawn... yes #11 124.4 checking for posix_spawn_file_actions_addchdir... no #11 124.6 checking for posix_spawn_file_actions_addchdir_np... yes #11 124.9 checking for posix_spawnattr_setflags... yes #11 125.1 checking whether POSIX_SPAWN_SETSID is declared... yes #11 125.2 checking whether GLib is linked in... no #11 125.5 checking for nl_langinfo and CODESET... yes #11 125.9 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 126.5 checking for mbstate_t... yes #11 126.6 checking for signals via characters... yes #11 126.8 checking for _setjmp... yes #11 127.3 checking for sigsetjmp... yes #11 127.5 checking POSIX termios... yes #11 127.8 checking size of speed_t... 4 #11 128.0 checking for usable FIONREAD... yes #11 128.5 checking for usable SIGIO... yes #11 130.2 checking for struct alignment... yes #11 130.3 checking for C/C++ restrict keyword... __restrict__ #11 130.4 checking for typeof syntax and keyword spelling... typeof #11 130.5 checking for statement expressions... yes #11 132.1 checking whether malloc (0) returns nonnull... yes #11 132.3 checking sys/acl.h usability... yes #11 132.4 checking sys/acl.h presence... yes #11 132.5 checking for sys/acl.h... yes #11 132.5 checking for library containing acl_get_file... -lacl #11 134.0 checking for acl_get_file... yes #11 134.2 checking for acl_get_fd... yes #11 134.4 checking for acl_set_file... yes #11 134.6 checking for acl_set_fd... yes #11 134.9 checking for acl_free... yes #11 135.1 checking for acl_from_mode... yes #11 135.3 checking for acl_from_text... yes #11 135.5 checking for acl_delete_def_file... yes #11 135.7 checking for acl_extended_file... yes #11 136.0 checking for acl_delete_fd_np... no #11 136.2 checking for acl_delete_file_np... no #11 136.5 checking for acl_copy_ext_native... no #11 136.7 checking for acl_create_entry_np... no #11 137.0 checking for acl_to_short_text... no #11 137.3 checking for acl_free_text... no #11 137.7 checking for working acl_get_file... yes #11 138.0 checking acl/libacl.h usability... yes #11 138.3 checking acl/libacl.h presence... yes #11 138.4 checking for acl/libacl.h... yes #11 138.4 checking for acl_entries... yes #11 138.7 checking for ACL_FIRST_ENTRY... yes #11 139.4 checking for ACL_TYPE_EXTENDED... no #11 139.5 checking for working alloca.h... yes #11 139.7 checking for alloca... yes #11 139.9 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 139.9 checking whether the preprocessor supports include_next... yes #11 140.0 checking whether source code line length is unlimited... yes #11 140.1 checking whether endutent is declared... yes #11 140.2 checking for struct utmpx.ut_user... yes #11 140.4 checking for struct utmp.ut_user... yes #11 140.6 checking for struct utmpx.ut_name... yes #11 140.7 checking for struct utmp.ut_name... yes #11 140.9 checking for struct utmpx.ut_type... yes #11 141.1 checking for struct utmp.ut_type... yes #11 141.3 checking for struct utmpx.ut_pid... yes #11 141.5 checking for struct utmp.ut_pid... yes #11 141.7 checking for struct utmp.ut_tv... yes #11 142.1 checking for struct utmpx.ut_host... yes #11 142.3 checking for struct utmp.ut_host... yes #11 142.5 checking for struct utmpx.ut_id... yes #11 142.6 checking for struct utmp.ut_id... yes #11 142.8 checking for struct utmpx.ut_session... yes #11 143.0 checking for struct utmp.ut_session... yes #11 143.2 checking for struct utmpx.ut_exit... yes #11 143.5 checking for struct utmp.ut_exit... yes #11 145.4 checking for struct utmpx.ut_exit.ut_exit... no #11 146.5 checking for struct utmpx.ut_exit.e_exit... yes #11 146.7 checking for struct utmp.ut_exit.e_exit... yes #11 146.9 checking for struct utmpx.ut_exit.ut_termination... no #11 147.1 checking for struct utmpx.ut_exit.e_termination... yes #11 147.4 checking for struct utmp.ut_exit.e_termination... yes #11 147.6 checking whether sysinfo is declared... yes #11 147.7 checking for sys/sysctl.h... yes #11 148.0 checking for sysctl... yes #11 148.3 checking whether lstat correctly handles trailing slash... yes #11 148.9 checking whether // is distinct from /... no #11 148.9 checking whether realpath works... yes #11 149.4 checking for faccessat... yes #11 149.8 checking for getcwd... yes #11 150.3 checking whether byte ordering is bigendian... no #11 151.1 checking if environ is properly declared... yes #11 151.2 checking for complete errno.h... yes #11 151.3 checking whether ctype.h defines __header_inline... no #11 151.4 checking for mode_t... yes #11 151.9 checking whether strmode is declared... no #11 152.2 checking whether getline is declared... yes #11 152.4 checking for gawk... no #11 152.4 checking for mawk... mawk #11 152.5 checking for getopt.h... (cached) yes #11 152.5 checking for getopt_long_only... yes #11 152.7 checking whether getopt is POSIX compatible... yes #11 153.7 checking for working GNU getopt function... yes #11 154.1 checking for working GNU getopt_long function... yes #11 154.5 checking whether timespec_get is declared... yes #11 154.8 checking for timespec_get... yes #11 155.1 checking for struct timeval... yes #11 155.2 checking for wide-enough struct timeval.tv_sec member... yes #11 155.4 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 155.6 checking whether the compiler produces multi-arch binaries... no #11 155.7 checking whether stdint.h conforms to C99... yes #11 156.1 checking whether stdint.h works without ISO C predefines... yes #11 156.3 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 156.5 checking whether memmem is declared... yes #11 156.7 checking whether memrchr is declared... yes #11 156.9 checking whether defines MIN and MAX... no #11 156.9 checking whether defines MIN and MAX... yes #11 157.1 checking whether time_t is signed... yes #11 157.3 checking whether alarm is declared... yes #11 157.5 checking for working mktime... no #11 158.0 checking whether struct tm is in sys/time.h or time.h... time.h #11 158.1 checking for struct tm.tm_zone... yes #11 158.3 checking for struct tm.tm_gmtoff... yes #11 158.4 checking whether is self-contained... yes #11 158.8 checking for inline... inline #11 158.9 checking for sigset_t... yes #11 159.1 checking for volatile sig_atomic_t... yes #11 159.3 checking for sighandler_t... yes #11 159.5 checking for wchar_t... yes #11 159.6 checking for good max_align_t... yes #11 159.8 checking whether NULL can be used in arbitrary expressions... yes #11 159.9 checking for unreachable... no #11 160.1 checking whether fcloseall is declared... yes #11 160.5 checking whether getw is declared... yes #11 160.7 checking whether putw is declared... yes #11 160.9 checking which flavor of printf attribute matches inttypes macros... system #11 161.0 checking whether strnlen is declared... yes #11 161.2 checking whether strtoimax is declared... yes #11 161.4 checking whether stat file-mode macros are broken... no #11 161.5 checking for nlink_t... yes #11 161.8 checking for struct timespec in ... yes #11 162.0 checking for TIME_UTC in ... yes #11 162.1 checking whether execvpe is declared... yes #11 162.3 checking whether clearerr_unlocked is declared... yes #11 162.5 checking whether feof_unlocked is declared... yes #11 162.7 checking whether ferror_unlocked is declared... yes #11 162.9 checking whether fflush_unlocked is declared... yes #11 163.2 checking whether fgets_unlocked is declared... yes #11 163.4 checking whether fputc_unlocked is declared... yes #11 163.6 checking whether fputs_unlocked is declared... yes #11 163.9 checking whether fread_unlocked is declared... yes #11 164.1 checking whether fwrite_unlocked is declared... yes #11 164.3 checking whether getc_unlocked is declared... yes #11 164.5 checking whether getchar_unlocked is declared... yes #11 164.7 checking whether putc_unlocked is declared... yes #11 164.9 checking whether putchar_unlocked is declared... yes #11 165.1 checking type of array argument to getgroups... gid_t #11 165.4 checking whether getdelim is declared... yes #11 165.7 checking whether getdtablesize is declared... yes #11 165.9 checking whether malloc is ptrdiff_t safe... yes #11 166.0 checking whether malloc, realloc, calloc set errno on failure... yes #11 166.0 checking for O_CLOEXEC... yes #11 166.1 checking for promoted mode_t type... mode_t #11 166.2 checking whether the utimes function works... yes #11 166.5 checking for C compiler option to allow warnings... -Wno-error #11 166.7 checking for alignas and alignof... yes, macros #11 167.1 checking for alloca as a compiler built-in... yes #11 167.2 checking for static_assert... yes, an macro #11 167.4 checking for __builtin_expect... yes #11 167.6 checking byteswap.h usability... yes #11 167.9 checking byteswap.h presence... yes #11 167.9 checking for byteswap.h... yes #11 168.0 checking for readlinkat... yes #11 168.2 checking for library containing clock_gettime... none required #11 168.3 checking for clock_getres... yes #11 168.6 checking for clock_gettime... yes #11 168.8 checking for clock_settime... yes #11 169.5 checking for copy_file_range... yes #11 169.7 checking for d_type member in directory struct... yes #11 169.9 checking whether // is distinct from /... (cached) no #11 169.9 checking whether dup2 works... yes #11 170.1 checking for library containing backtrace_symbols_fd... none required #11 170.4 checking for faccessat... (cached) yes #11 170.4 checking whether fchmodat works... no #11 170.6 checking for readlinkat... (cached) yes #11 170.6 checking whether fcntl handles F_DUPFD correctly... yes #11 170.9 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 171.2 checking whether fdopendir is declared... yes #11 172.1 checking whether fdopendir works... yes #11 172.3 checking for flexible array member... yes #11 172.5 checking for __fpending... yes #11 172.7 checking whether __fpending is declared... yes #11 172.9 checking whether free is known to preserve errno... no #11 172.9 checking whether fstatat (..., 0) works... yes #11 173.2 checking for sys/mount.h... yes #11 173.3 checking for statvfs function (SVR4)... yes #11 173.6 checking whether to use statvfs64... no #11 173.7 checking for two-argument statfs with statfs.f_frsize member... yes #11 174.0 checking sys/fs/s5param.h usability... no #11 174.2 checking sys/fs/s5param.h presence... no #11 174.2 checking for sys/fs/s5param.h... no #11 174.2 checking sys/statfs.h usability... yes #11 174.4 checking sys/statfs.h presence... yes #11 174.5 checking for sys/statfs.h... yes #11 174.6 checking for statfs that truncates block counts... no #11 174.7 checking for futimens... yes #11 175.0 checking whether futimens works... yes #11 176.5 checking for getline... yes #11 176.7 checking for working getline function... yes #11 177.1 checking for getloadavg... yes #11 177.3 checking sys/loadavg.h usability... no #11 177.4 checking sys/loadavg.h presence... no #11 177.5 checking for sys/loadavg.h... no #11 177.5 checking whether getloadavg is declared... yes #11 177.6 checking for getrandom... yes #11 177.8 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 178.0 checking for gettimeofday with POSIX signature... yes #11 178.1 checking whether the compiler supports the __inline keyword... yes #11 178.2 checking gmp.h usability... yes #11 178.4 checking gmp.h presence... yes #11 178.4 checking for gmp.h... yes #11 178.4 checking for library containing __gmpz_roinit_n... -lgmp #11 178.8 checking for memmem... yes #11 179.0 checking whether memmem works... yes #11 179.2 checking for mempcpy... yes #11 179.3 checking for memrchr... yes #11 179.5 checking for explicit_memset... no #11 179.7 checking for mkostemp... yes #11 180.0 checking for library containing nanosleep... none required #11 180.2 checking for working nanosleep... no (mishandles large arguments) #11 181.6 checking for sys/pstat.h... no #11 181.9 checking for sys/sysmp.h... no #11 182.1 checking for sys/param.h... (cached) yes #11 182.1 checking for sys/sysctl.h... (cached) yes #11 182.1 checking for sched_getaffinity_np... no #11 182.5 checking for pstat_getdynamic... no #11 182.8 checking for sysmp... no #11 183.1 checking for sysctl... (cached) yes #11 183.1 checking for sched_getaffinity... yes #11 183.4 checking for glibc compatible sched_getaffinity... yes #11 183.5 checking for pipe2... yes #11 183.8 checking whether signature of pselect conforms to POSIX... yes #11 184.0 checking whether pselect detects invalid fds... yes #11 184.3 checking whether pthread_sigmask is a macro... no #11 184.5 checking whether pthread_sigmask returns error numbers... yes #11 184.9 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 187.3 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 187.7 checking whether readlink signature is correct... yes #11 187.8 checking whether readlink handles trailing slash correctly... yes #11 188.1 checking whether readlink truncates results correctly... yes #11 188.3 checking for readlinkat... (cached) yes #11 188.3 checking whether readlinkat signature is correct... yes #11 188.5 checking for working re_compile_pattern... no #11 188.9 checking libintl.h usability... yes #11 189.0 checking libintl.h presence... yes #11 189.1 checking for libintl.h... yes #11 189.2 checking whether isblank is declared... yes #11 189.3 checking for sig2str... no #11 189.6 checking for sigdescr_np... no #11 189.9 checking for socklen_t... yes #11 190.3 checking for ssize_t... yes #11 190.5 checking for struct stat.st_atim.tv_nsec... yes #11 190.6 checking whether struct stat.st_atim is of type struct timespec... yes #11 190.8 checking for struct stat.st_birthtimespec.tv_nsec... no #11 191.1 checking for struct stat.st_birthtimensec... no #11 191.4 checking for struct stat.st_birthtim.tv_nsec... no #11 191.6 checking for bool, true, false... no #11 191.7 checking for stpcpy... yes #11 192.0 checking for working strnlen... yes #11 192.5 checking whether strtoimax works... yes #11 192.8 checking whether symlink handles trailing slash correctly... yes #11 193.1 checking whether localtime_r is declared... yes #11 193.2 checking whether localtime_r is compatible with its POSIX signature... yes #11 193.3 checking whether localtime works even near extrema... yes #11 193.6 checking for timezone_t... no #11 193.7 checking for timegm... yes #11 194.1 checking whether timer_settime is declared... yes #11 194.2 checking for library containing timer_settime... -lrt #11 194.8 checking for timer_settime... yes #11 195.0 checking for utimensat... yes #11 195.2 checking whether utimensat works... yes #11 196.6 checking for variable-length arrays... yes #11 197.0 checking whether getdtablesize works... yes #11 197.4 checking for __mktime_internal... no #11 197.8 checking for timer_getoverrun... yes #11 198.1 checking for gcc option to disable position independent executables... not needed #11 198.1 checking for __ctype_get_mb_cur_max... yes #11 198.4 checking whether MB_CUR_MAX is defined to function that won't link... no #11 198.5 #11 198.5 Configured for 'x86_64-pc-linux-gnu'. #11 198.5 #11 198.5 Where should the build process find the source code? . #11 198.5 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 198.5 Should Emacs use the GNU version of malloc? no #11 198.5 (The GNU allocators don't work with this system configuration.) #11 198.5 Should Emacs use a relocating allocator for buffers? no #11 198.5 Should Emacs use mmap(2) for buffer allocation? no #11 198.5 What window system should Emacs use? nextstep #11 198.5 What toolkit should Emacs use? none #11 198.5 Where do we find X Windows header files? NONE #11 198.5 Where do we find X Windows libraries? NONE #11 198.5 Does Emacs use -lXaw3d? no #11 198.5 Is Emacs being built for Android? no #11 198.5 Does Emacs use the X Double Buffer Extension? no #11 198.5 Does Emacs use -lXpm? no #11 198.5 Does Emacs use -ljpeg? no #11 198.5 Does Emacs use -ltiff? no #11 198.5 Does Emacs use a gif library? no #11 198.5 Does Emacs use a png library? no #11 198.5 Does Emacs use -lrsvg-2? no #11 198.5 Does Emacs use -lwebp? no #11 198.5 Does Emacs use -lsqlite3? no #11 198.5 Does Emacs use cairo? no #11 198.5 Does Emacs use -llcms2? no #11 198.5 Does Emacs use imagemagick? no #11 198.5 Does Emacs use native APIs for images? yes (ns) #11 198.5 Does Emacs support sound? yes #11 198.5 Does Emacs use -lgpm? no #11 198.5 Does Emacs use -ldbus? yes #11 198.5 Does Emacs use -lgconf? no #11 198.5 Does Emacs use GSettings? no #11 198.5 Does Emacs use a file notification library? yes -lglibc (inotify) #11 198.5 Does Emacs use access control lists? yes -lacl -lattr #11 198.5 Does Emacs use -lselinux? no #11 198.5 Does Emacs use -lgnutls? yes #11 198.5 Does Emacs use -lxml2? no #11 198.5 Does Emacs use -lfreetype? no #11 198.5 Does Emacs use HarfBuzz? no #11 198.5 Does Emacs use -lm17n-flt? no #11 198.5 Does Emacs use -lotf? no #11 198.5 Does Emacs use -lxft? no #11 198.5 Does Emacs use -lsystemd? no #11 198.5 Does Emacs use -ljansson? no #11 198.5 Does Emacs use -ltree-sitter? no #11 198.5 Does Emacs use the GMP library? yes #11 198.5 Does Emacs directly use zlib? yes #11 198.5 Does Emacs have dynamic modules support? yes #11 198.5 Does Emacs use toolkit scroll bars? yes #11 198.5 Does Emacs support Xwidgets? no #11 198.5 Does Emacs have threading support in lisp? yes #11 198.5 Does Emacs support the portable dumper? yes #11 198.5 Does Emacs support legacy unexec dumping? no #11 198.5 Which dumping strategy does Emacs use? pdumper #11 198.5 Does Emacs have native lisp compiler? no #11 198.5 Does Emacs use version 2 of the X Input Extension? no #11 198.5 Does Emacs generate a smaller-size Japanese dictionary? no #11 198.5 #11 198.5 #11 198.5 #11 198.5 Run 'make' to build Emacs, then run 'src/emacs' to test it. #11 198.5 Run 'make install' in order to build an application bundle. #11 198.5 The application will go to nextstep/Emacs.app and can be run or moved #11 198.5 from there. #11 198.5 The application will be fully self-contained. #11 198.5 #11 199.6 configure: creating ./config.status #11 200.3 config.status: creating src/verbose.mk #11 200.4 config.status: creating src/emacs-module.h #11 200.5 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #11 200.6 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #11 200.7 config.status: creating Makefile #11 200.8 config.status: creating lib/gnulib.mk #11 201.0 config.status: creating ./doc/man/emacs.1 #11 201.2 config.status: creating lib/Makefile #11 201.3 config.status: creating lib-src/Makefile #11 201.4 config.status: creating oldXMenu/Makefile #11 201.7 config.status: creating src/Makefile #11 201.9 config.status: creating lwlib/Makefile #11 202.1 config.status: creating nextstep/Makefile #11 202.3 config.status: creating nt/Makefile #11 202.4 config.status: creating doc/emacs/Makefile #11 202.6 config.status: creating doc/misc/Makefile #11 202.7 config.status: creating doc/lispintro/Makefile #11 202.9 config.status: creating doc/lispref/Makefile #11 203.0 config.status: creating lisp/Makefile #11 203.2 config.status: creating leim/Makefile #11 203.3 config.status: creating test/Makefile #11 203.4 config.status: creating test/manual/noverlay/Makefile #11 203.6 config.status: creating test/infra/Makefile #11 203.7 config.status: creating admin/charsets/Makefile #11 203.9 config.status: creating admin/unidata/Makefile #11 206.2 config.status: creating admin/grammars/Makefile #11 206.3 config.status: creating java/Makefile #11 207.9 config.status: creating cross/Makefile #11 208.0 config.status: creating java/AndroidManifest.xml #11 208.1 config.status: creating src/config.h #11 208.1 config.status: executing src/epaths.h commands #11 208.2 config.status: executing src/.gdbinit commands #11 208.3 config.status: executing doc/emacs/emacsver.texi commands #11 209.8 config.status: executing etc-refcards-emacsver.tex commands #11 209.8 configure: WARNING: This configuration installs a 'movemail' program #11 209.8 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 209.8 installed a 'movemail' program that retrieved POP3 email via only #11 209.8 insecure channels, a practice that is no longer recommended but that #11 209.8 you can continue to support by using './configure --with-pop'. #11 209.9 configure: You might want to install GNU Mailutils #11 209.9 and use './configure --with-mailutils'. #11 DONE 217.4s #12 [emacs-gnustep 6/6] RUN make bootstrap #12 6.702 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #12 6.702 make[1]: Entering directory '/checkout' #12 6.890 make bootstrap-clean #12 6.900 make[2]: Entering directory '/checkout' #12 7.048 make -C src bootstrap-clean #12 7.105 make[3]: Entering directory '/checkout/src' #12 7.105 GEN /checkout/src/lisp.mk #12 7.551 rm -f android-emacs libemacs.so #12 7.563 rm -f temacs core ./*.core \#* ./*.o build-counter.c #12 7.563 rm -f dmpstruct.h #12 7.613 rm -f emacs.pdmp #12 7.613 rm -f ../etc/DOC #12 7.613 rm -f bootstrap-emacs bootstrap-emacs.pdmp #12 7.613 rm -f emacs-30.0.50 #12 7.613 rm -f buildobj.h #12 7.613 rm -f globals.h gl-stamp #12 7.613 rm -f ./*.res ./*.tmp #12 7.645 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #12 7.645 rm -f ../etc/DOC* #12 7.645 rm -f deps/* #12 7.645 rm -f emacs-module.h epaths.h config.h config.stamp #12 7.645 if test -f ./.gdbinit; then \ #12 7.645 mv ./.gdbinit ./.gdbinit.save; \ #12 7.645 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #12 7.645 else mv ./.gdbinit.save ./.gdbinit; fi; \ #12 7.645 fi #12 7.733 make[3]: Leaving directory '/checkout/src' #12 7.733 make -C oldXMenu bootstrap-clean #12 7.733 make[3]: Entering directory '/checkout/oldXMenu' #12 7.733 rm -f libXMenu11.a ./*.o deps/* #12 7.809 rm -f Makefile #12 7.809 rm -fr deps #12 7.809 make[3]: Leaving directory '/checkout/oldXMenu' #12 7.809 make -C lwlib bootstrap-clean #12 7.809 make[3]: Entering directory '/checkout/lwlib' #12 7.809 rm -f ./*.o liblw.a \#* deps/* #12 7.809 rm -f Makefile #12 7.809 rm -fr deps #12 7.809 rm -f TAGS #12 7.809 make[3]: Leaving directory '/checkout/lwlib' #12 7.809 make -C lib bootstrap-clean #12 7.951 make[3]: Entering directory '/checkout/lib' #12 7.951 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #12 7.962 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 8.001 rm -f Makefile Makefile.android #12 8.001 rm -fr deps #12 8.001 make[3]: Leaving directory '/checkout/lib' #12 8.001 make -C lib-src bootstrap-clean #12 8.001 make[3]: Entering directory '/checkout/lib-src' #12 8.001 rm -f core ./*.o ./*.res #12 8.001 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #12 8.016 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #12 8.016 rm -f TAGS Makefile blessmail Makefile.android #12 8.039 make[3]: Leaving directory '/checkout/lib-src' #12 8.039 make -C nt bootstrap-clean #12 8.039 make[3]: Entering directory '/checkout/nt' #12 8.039 rm -f core *.o *.res #12 8.063 rm -f runemacs addpm cmdproxy ddeclient #12 8.063 rm -f TAGS Makefile *.rc #12 8.063 true #12 8.063 make[3]: Leaving directory '/checkout/nt' #12 8.063 make -C doc/emacs bootstrap-clean #12 8.093 make[3]: Entering directory '/checkout/doc/emacs' #12 8.093 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 8.093 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 8.108 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #12 8.108 rm -f Makefile #12 8.108 rm -f \ #12 8.108 ./../../info/emacs.info \ #12 8.108 ./../../info/emacs.info-[1-9] \ #12 8.108 ./../../info/emacs.info-[1-9][0-9] #12 8.117 rm -f ./emacsver.texi TAGS #12 8.127 make[3]: Leaving directory '/checkout/doc/emacs' #12 8.127 make -C doc/misc bootstrap-clean #12 8.127 make[3]: Entering directory '/checkout/doc/misc' #12 8.127 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #12 8.127 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #12 8.127 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #12 8.153 rm -f gnustmp* #12 8.153 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #12 8.153 rm -f Makefile #12 8.153 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 8.153 file=`echo ${file} | sed 's/\.info$//'`.info; \ #12 8.153 rm -f \ #12 8.153 ./../../info/${file} \ #12 8.153 ./../../info/${file}-[1-9] \ #12 8.153 ./../../info/${file}-[1-9][0-9]; \ #12 8.153 done #12 9.016 rm -f ./modus-themes.texi ./org.texi #12 9.016 rm -f TAGS #12 9.016 make[3]: Leaving directory '/checkout/doc/misc' #12 9.016 make -C doc/lispref bootstrap-clean #12 9.016 make[3]: Entering directory '/checkout/doc/lispref' #12 9.016 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 9.016 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 9.029 rm -f elisp[12]* vol[12].tmp #12 9.052 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #12 9.052 rm -f vol[12].dvi vol[12].pdf vol[12].ps #12 9.108 rm -f Makefile #12 9.108 rm -f \ #12 9.108 ./../../info/elisp.info \ #12 9.108 ./../../info/elisp.info-[1-9] \ #12 9.108 ./../../info/elisp.info-[1-9][0-9] #12 9.108 rm -f TAGS #12 9.108 make[3]: Leaving directory '/checkout/doc/lispref' #12 9.108 make -C doc/lispintro bootstrap-clean #12 9.108 make[3]: Entering directory '/checkout/doc/lispintro' #12 9.108 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 9.108 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 9.108 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #12 9.131 rm -f Makefile #12 9.131 rm -f \ #12 9.131 ./../../info/eintr.info \ #12 9.131 ./../../info/eintr.info-[1-9] #12 9.131 rm -f TAGS #12 9.166 make[3]: Leaving directory '/checkout/doc/lispintro' #12 9.166 make -C test bootstrap-clean #12 9.166 make[3]: Entering directory '/checkout/test' #12 9.651 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #12 9.749 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #12 9.825 rm -f ./lisp/gnus/mml-sec-resources/random_seed #12 9.825 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #12 9.825 src/emacs-module-resources/*.dll gmp.h #12 9.825 find . -name '*.elc' -delete #12 9.925 make[3]: Leaving directory '/checkout/test' #12 9.925 make -C java bootstrap-clean #12 10.05 make[3]: Entering directory '/checkout/java' #12 10.05 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #12 10.09 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #12 10.09 find . -name '*.class' -delete #12 10.09 rm -f Makefile ndk-build.mk #12 10.09 make[3]: Leaving directory '/checkout/java' #12 10.10 make -C cross bootstrap-clean #12 10.11 make[3]: Entering directory '/checkout/cross' #12 10.11 for dir in src lib-src lib etc; do \ #12 10.11 find $dir -type f -delete; \ #12 10.11 done #12 10.16 rm -rf lib/config.h lib-src/config.h #12 10.18 if test -f ndk-build/Makefile; then \ #12 10.18 make -C ndk-build clean; \ #12 10.18 fi #12 10.18 for dir in src lib-src lib etc; do \ #12 10.18 find $dir -type l -delete; \ #12 10.18 done #12 10.23 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #12 10.23 rm -rf ndk-build/ndk-build.mk Makefile #12 10.23 make[3]: Leaving directory '/checkout/cross' #12 10.23 make -C nextstep bootstrap-clean #12 10.23 make[3]: Entering directory '/checkout/nextstep' #12 10.23 rm -rf /checkout/nextstep/Emacs.app #12 10.26 rm -f Makefile #12 10.26 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #12 10.26 GNUstep/Emacs.base/Resources/Emacs.desktop \ #12 10.26 Cocoa/Emacs.base/Contents/Info.plist \ #12 10.26 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #12 10.28 make[3]: Leaving directory '/checkout/nextstep' #12 10.28 make -C admin/charsets bootstrap-clean #12 10.31 make[3]: Entering directory '/checkout/admin/charsets' #12 10.31 make[3]: Nothing to be done for 'bootstrap-clean'. #12 10.31 make[3]: Leaving directory '/checkout/admin/charsets' #12 10.31 make -C admin/unidata bootstrap-clean #12 10.33 make[3]: Entering directory '/checkout/admin/unidata' #12 10.38 rm -f ./*.elc unidata.txt #12 10.40 make[3]: Leaving directory '/checkout/admin/unidata' #12 10.40 make -C leim bootstrap-clean #12 10.42 make[3]: Entering directory '/checkout/leim' #12 10.42 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 10.44 make[3]: Leaving directory '/checkout/leim' #12 10.44 make -C lisp bootstrap-clean #12 10.45 make[3]: Entering directory '/checkout/lisp' #12 10.81 find . -name '*.elc' -delete #12 10.84 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #12 10.84 make[3]: Leaving directory '/checkout/lisp' #12 10.85 make -C admin/grammars bootstrap-clean #12 10.85 make[3]: Entering directory '/checkout/admin/grammars' #12 10.85 make[3]: Nothing to be done for 'bootstrap-clean'. #12 10.85 make[3]: Leaving directory '/checkout/admin/grammars' #12 10.85 [ ! -f config.log ] || mv -f config.log config.log~ #12 11.06 rm -rf ./info #12 11.06 rm -f ./etc/refcards/emacsver.tex #12 11.06 rm -rf native-lisp/ lisp/leim/ja-dic/ #12 11.08 rm -fr autom4te.cache config.cache #12 11.08 rm -f config.log ./doc/man/emacs.1 #12 11.10 make[2]: Leaving directory '/checkout' #12 11.10 cd . && ./autogen.sh autoconf #12 11.14 Checking whether you have the necessary tools... #12 11.14 (Read INSTALL.REPO for more details on building Emacs) #12 11.14 Checking for autoconf (need at least version 2.65) ... ok #12 11.25 Your system has the required tools. #12 11.25 Running 'autoreconf -fi -I m4' ... #12 29.09 Building 'aclocal.m4' in exec ... #12 29.09 Running 'autoreconf -fi' in exec ... #12 33.85 You can now run './autogen.sh git'. #12 33.85 make MAKEFILE_NAME=force-Makefile force-Makefile #12 33.85 make[2]: Entering directory '/checkout' #12 33.88 make[2]: *** No rule to make target 'echo-sources'. Stop. #12 34.01 if [ -x ./config.status ]; then \ #12 34.01 ./config.status --recheck; \ #12 34.01 else \ #12 34.01 ./configure --cache-file=/dev/null; \ #12 34.01 fi #12 34.12 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-ns --no-create --no-recursion #12 34.45 checking for xcrun... no #12 34.45 checking for GNU Make... make #12 34.46 checking build system type... x86_64-pc-linux-gnu #12 34.78 checking host system type... x86_64-pc-linux-gnu #12 34.87 checking for gcc... gcc #12 34.93 checking whether the C compiler works... yes #12 35.08 checking for C compiler default output file name... a.out #12 35.08 checking for suffix of executables... #12 35.26 checking whether we are cross compiling... no #12 35.41 checking for suffix of object files... o #12 35.53 checking whether we are using the GNU C compiler... yes #12 35.62 checking whether gcc accepts -g... yes #12 35.73 checking for gcc option to enable C11 features... none needed #12 35.87 checking whether the compiler is clang... no #12 35.96 checking for compiler option needed when checking for declarations... none #12 35.96 checking whether gcc and cc understand -c and -o together... yes #12 36.29 checking how to run the C preprocessor... gcc -E #12 36.66 checking for grep that handles long lines and -e... /bin/grep #12 36.66 checking for egrep... /bin/grep -E #12 36.76 checking for ANSI C header files... yes #12 37.18 checking for sys/types.h... yes #12 37.34 checking for sys/stat.h... yes #12 37.44 checking for stdlib.h... yes #12 37.65 checking for string.h... yes #12 37.81 checking for memory.h... yes #12 37.93 checking for strings.h... yes #12 38.06 checking for inttypes.h... yes #12 38.20 checking for stdint.h... yes #12 38.33 checking for unistd.h... yes #12 38.55 checking for wchar.h... yes #12 38.65 checking for minix/config.h... no #12 38.78 checking for linux/fs.h... yes #12 38.99 checking for malloc.h... yes #12 39.11 checking for sys/systeminfo.h... no #12 39.22 checking for sys/sysinfo.h... yes #12 39.40 checking for coff.h... no #12 39.52 checking for pty.h... yes #12 39.66 checking for sys/resource.h... yes #12 39.82 checking for sys/utsname.h... yes #12 39.95 checking for pwd.h... yes #12 40.10 checking for util.h... no #12 40.24 checking for sanitizer/lsan_interface.h... yes #12 40.39 checking for sanitizer/asan_interface.h... yes #12 40.54 checking for sanitizer/common_interface_defs.h... yes #12 40.68 checking for sys/socket.h... yes #12 40.82 checking for stdlib.h... (cached) yes #12 40.85 checking for unistd.h... (cached) yes #12 40.88 checking for sys/param.h... yes #12 41.04 checking for pthread.h... yes #12 41.18 checking for malloc/malloc.h... no #12 41.36 checking for sys/un.h... yes #12 41.51 checking for utmp.h... yes #12 41.68 checking for utmpx.h... yes #12 41.91 checking for OS.h... no #12 42.10 checking for dirent.h... yes #12 42.23 checking for execinfo.h... yes #12 42.34 checking for linux/xattr.h... yes #12 42.48 checking for stdio_ext.h... yes #12 42.66 checking for sys/vfs.h... yes #12 42.83 checking for sys/fs_types.h... no #12 43.02 checking for getopt.h... yes #12 43.17 checking for sys/cdefs.h... yes #12 43.32 checking for sys/time.h... yes #12 43.45 checking for ieee754.h... yes #12 43.59 checking for limits.h... yes #12 43.68 checking for inttypes.h... (cached) yes #12 43.70 checking for sys/types.h... (cached) yes #12 43.76 checking for stdint.h... (cached) yes #12 43.76 checking for sys/select.h... yes #12 43.87 checking for stdbool.h... yes #12 44.07 checking for stdckdint.h... no #12 44.17 checking for sys/random.h... yes #12 44.30 checking for sys/stat.h... (cached) yes #12 44.33 checking whether it is safe to define __EXTENSIONS__... yes #12 44.45 checking whether _XOPEN_SOURCE should be defined... no #12 44.56 checking for Minix Amsterdam compiler... no #12 44.63 checking for ar... ar #12 44.63 checking for ranlib... ranlib #12 44.63 checking for gcc option to enable large file support... none needed #12 44.78 checking for gcc option for timestamps after 2038... none needed #12 44.86 checking for g++... g++ #12 44.97 checking whether we are using the GNU C++ compiler... yes #12 45.08 checking whether g++ accepts -g... yes #12 45.15 checking for g++ option to enable C++11 features... none needed #12 67.60 checking how to run the C++ preprocessor... g++ -E #12 68.08 checking whether gcc accepts -g3 -O2... yes #12 68.56 checking whether the compiler is clang... no #12 68.66 checking whether C compiler handles -Werror -Wunknown-warning-option... no #12 68.77 checking whether -Wno-missing-field-initializers is needed... yes #12 69.04 checking whether -Wuninitialized is supported... yes #12 69.19 checking whether C compiler handles -fstrict-flex-arrays... no #12 69.29 checking whether C compiler handles -Wall... yes #12 69.52 checking whether C compiler handles -Warith-conversion... yes #12 69.66 checking whether C compiler handles -Wdate-time... yes #12 69.88 checking whether C compiler handles -Wdisabled-optimization... yes #12 70.07 checking whether C compiler handles -Wdouble-promotion... yes #12 70.23 checking whether C compiler handles -Wduplicated-cond... yes #12 70.45 checking whether C compiler handles -Wextra... yes #12 70.61 checking whether C compiler handles -Wformat-signedness... yes #12 70.79 checking whether C compiler handles -Winit-self... yes #12 70.96 checking whether C compiler handles -Winvalid-pch... yes #12 71.11 checking whether C compiler handles -Wlogical-op... yes #12 71.38 checking whether C compiler handles -Wmissing-declarations... yes #12 71.55 checking whether C compiler handles -Wmissing-include-dirs... yes #12 71.75 checking whether C compiler handles -Wmissing-prototypes... yes #12 71.93 checking whether C compiler handles -Wnested-externs... yes #12 72.13 checking whether C compiler handles -Wnull-dereference... yes #12 72.34 checking whether C compiler handles -Wold-style-definition... yes #12 72.54 checking whether C compiler handles -Wopenmp-simd... yes #12 72.72 checking whether C compiler handles -Wpacked... yes #12 72.93 checking whether C compiler handles -Wpointer-arith... yes #12 73.03 checking whether C compiler handles -Wstrict-flex-arrays... no #12 73.13 checking whether C compiler handles -Wstrict-prototypes... yes #12 73.35 checking whether C compiler handles -Wsuggest-attribute=format... yes #12 73.54 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #12 73.73 checking whether C compiler handles -Wsuggest-final-methods... yes #12 73.90 checking whether C compiler handles -Wsuggest-final-types... yes #12 74.08 checking whether C compiler handles -Wtrampolines... yes #12 74.23 checking whether C compiler handles -Wuninitialized... yes #12 74.39 checking whether C compiler handles -Wunknown-pragmas... yes #12 74.58 checking whether C compiler handles -Wunused-macros... yes #12 74.75 checking whether C compiler handles -Wvariadic-macros... yes #12 74.94 checking whether C compiler handles -Wvector-operation-performance... yes #12 75.11 checking whether C compiler handles -Wwrite-strings... yes #12 75.29 checking whether C compiler handles -Warray-bounds=2... yes #12 75.45 checking whether C compiler handles -Wattribute-alias=2... yes #12 75.62 checking whether C compiler handles -Wformat=2... yes #12 75.77 checking whether C compiler handles -Wformat-truncation=2... yes #12 75.97 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #12 77.95 checking whether C compiler handles -Wshift-overflow=2... yes #12 78.17 checking whether C compiler handles -Wuse-after-free=3... no #12 78.26 checking whether C compiler handles -Wvla-larger-than=4031... yes #12 78.75 checking whether C compiler handles -Wno-missing-field-initializers... yes #12 80.25 checking whether C compiler handles -Wredundant-decls... yes #12 80.77 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #12 80.77 checking whether C compiler handles -Wno-override-init... yes #12 81.37 checking whether C compiler handles -Wno-sign-compare... yes #12 81.53 checking whether C compiler handles -Wno-type-limits... yes #12 81.74 checking whether C compiler handles -Wno-unused-parameter... yes #12 81.85 checking whether C compiler handles -Wno-format-nonliteral... yes #12 82.02 checking whether C compiler handles -Wno-bidi-chars... no #12 82.07 checking for a BSD-compatible install... /usr/bin/install -c #12 82.11 checking command to symlink files in the same directory... ln -s #12 82.14 checking for install-info... : #12 82.14 checking for gzip... /bin/gzip #12 82.14 checking for 'find' args to delete a file... -delete #12 82.14 checking for brew... no #12 83.09 checking for -znocombreloc... not needed #12 83.09 checking whether addresses are sanitized... no #12 83.16 checking for math library... -lm #12 83.87 checking for struct passwd.pw_gecos... yes #12 83.98 checking for pkg-config... /usr/bin/pkg-config #12 83.98 checking pkg-config is at least version 0.9.0... yes #12 84.18 checking for machine/soundcard.h... no #12 84.28 checking for sys/soundcard.h... yes #12 84.55 checking for soundcard.h... no #12 84.66 checking for mmsystem.h... no #12 84.78 checking for _oss_ioctl in -lossaudio... no #12 84.92 checking for alsa >= 1.0.0... no #12 84.94 checking for ADDR_NO_RANDOMIZE... yes #12 85.04 checking if Linux sysinfo may be used... yes #12 85.32 checking for sys/wait.h that is POSIX.1 compatible... yes #12 85.43 checking for net/if.h... yes #12 85.65 checking for ifaddrs.h... yes #12 85.88 checking for net/if_dl.h... no #12 86.08 checking for struct ifreq.ifr_flags... yes #12 86.34 checking for struct ifreq.ifr_hwaddr... yes #12 86.88 checking for struct ifreq.ifr_netmask... yes #12 87.34 checking for struct ifreq.ifr_broadaddr... yes #12 87.67 checking for struct ifreq.ifr_addr... yes #12 88.07 checking for struct ifreq.ifr_addr.sa_len... no #12 88.70 checking whether gcc understands -MMD -MF... yes #12 88.91 checking for X... no #12 89.32 checking AppKit/AppKit.h usability... yes #12 94.94 checking AppKit/AppKit.h presence... yes #12 95.29 checking for AppKit/AppKit.h... yes #12 95.29 checking for Mac OS X 12.0 or later... yes #12 95.32 checking for gcc... gcc #12 95.41 checking whether we are using the GNU Objective C compiler... yes #12 95.51 checking whether gcc accepts -g... yes #12 95.60 checking if the Objective C compiler supports instancetype... yes #12 95.65 checking if the Objective C compiler defaults to C99... no #12 95.71 checking whether malloc is Doug Lea style... no #12 95.88 checking for sbrk... yes #12 96.23 checking for __lsan_ignore_object... no #12 96.48 checking for fchmod... yes #12 96.76 checking for utmpname... yes #12 96.93 checking for utmpxname... yes #12 97.19 checking for canonicalize_file_name... yes #12 97.40 checking for realpath... yes #12 97.59 checking for lstat... yes #12 97.78 checking for fchmodat... yes #12 98.01 checking for lchmod... no #12 98.15 checking for fcntl... yes #12 98.51 checking for fdopendir... yes #12 98.76 checking for listxattr... yes #12 98.98 checking for fstatat... yes #12 99.23 checking for fsync... yes #12 99.47 checking for gettimeofday... yes #12 99.67 checking for memset_explicit... no #12 99.90 checking for memset_s... no #12 100.2 checking for pselect... yes #12 100.3 checking for readlink... yes #12 100.6 checking for isblank... yes #12 101.0 checking for iswctype... yes #12 101.2 checking for strtoimax... yes #12 101.4 checking for symlink... yes #12 101.6 checking for localtime_r... yes #12 101.9 checking for getdtablesize... yes #12 102.1 checking for getpagesize... yes #12 102.3 checking for working mmap... yes #12 102.7 checking for main in -lXbsd... no #12 102.8 checking for pthread library... -lpthread #12 103.4 checking for thread support... yes #12 103.4 checking for librsvg-2.0 >= 2.14.0... no #12 103.4 checking for libwebpdemux >= 0.6.0... no #12 103.5 checking for WebPGetInfo... no #12 103.8 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #12 103.8 checking for sqlite3_open_v2 in -lsqlite3... no #12 104.0 checking for getaddrinfo_a in -lanl... yes #12 104.3 checking for malloc_trim... yes #12 104.4 checking for dbus-1 >= 1.0... yes #12 104.5 checking for dbus_watch_get_unix_fd... yes #12 104.9 checking for dbus_type_is_valid... yes #12 105.3 checking for dbus_validate_bus_name... yes #12 105.5 checking for dbus_validate_path... yes #12 105.7 checking for dbus_validate_interface... yes #12 106.0 checking for dbus_validate_member... yes #12 106.3 checking for lgetfilecon in -lselinux... no #12 106.5 checking for gnutls >= 2.12.2... yes #12 106.5 checking for libsystemd >= 222... no #12 106.5 checking for jansson >= 2.7... no #12 106.6 checking for tree-sitter >= 0.20.2... no #12 106.6 checking for tree-sitter >= 0.6.3... no #12 106.7 checking sys/inotify.h usability... yes #12 106.8 checking sys/inotify.h presence... yes #12 106.9 checking for sys/inotify.h... yes #12 106.9 checking for inotify_init1... yes #12 107.2 checking for jpeglib 6b or later... no #12 107.3 checking for lcms2... no #12 107.3 checking for library containing inflateEnd... -lz #12 107.7 checking for dladdr... yes #12 107.9 checking for dlfunc... no #12 108.2 checking for gcc_jit_context_acquire in -lgccjit... no #12 108.3 checking libgccjit.h usability... configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #12 108.3 found. #12 108.3 Please try installing libgccjit or a similar package if you want to have it #12 108.3 enabled. #12 108.4 no #12 108.4 checking libgccjit.h presence... configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #12 108.5 were not found. #12 108.5 Please try installing libgccjit-dev or a similar package if you want to have it #12 108.5 enabled. #12 108.5 no #12 108.5 checking for libgccjit.h... no #12 108.5 checking for libpng >= 1.0.0... no #12 108.5 checking for libpng not configured by pkg-config... no #12 108.6 checking tiffio.h usability... no #12 108.7 checking tiffio.h presence... no #12 108.8 checking for tiffio.h... no #12 108.8 checking gif_lib.h usability... no #12 108.9 checking gif_lib.h presence... no #12 109.0 checking for gif_lib.h... no #12 109.0 checking gpm.h usability... no #12 109.1 checking gpm.h presence... no #12 109.1 checking for gpm.h... no #12 109.1 checking for libxml-2.0 > 2.6.17... no #12 109.2 checking for maillock in -lmail... no #12 109.3 checking for maillock in -llockfile... no #12 109.5 checking for liblockfile.so... no #12 109.5 checking maillock.h usability... no #12 109.7 checking maillock.h presence... no #12 109.7 checking for maillock.h... no #12 109.7 checking linux/seccomp.h usability... yes #12 109.9 checking linux/seccomp.h presence... yes #12 110.0 checking for linux/seccomp.h... yes #12 110.0 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #12 110.1 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #12 110.3 checking linux/filter.h usability... yes #12 110.4 checking linux/filter.h presence... yes #12 110.5 checking for linux/filter.h... yes #12 110.5 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #12 110.6 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #12 110.6 checking for libseccomp >= 2.5.2... no #12 110.6 checking size of long... 8 #12 110.9 checking for accept4... yes #12 111.1 checking for fchdir... yes #12 111.4 checking for gethostname... yes #12 111.6 checking for getrusage... yes #12 111.8 checking for get_current_dir_name... yes #12 112.0 checking for lrand48... yes #12 112.2 checking for random... yes #12 112.4 checking for rint... yes #12 112.7 checking for tcdrain... yes #12 112.9 checking for trunc... yes #12 113.2 checking for select... yes #12 113.5 checking for getpagesize... (cached) yes #12 113.5 checking for setlocale... yes #12 113.8 checking for newlocale... yes #12 114.1 checking for getrlimit... yes #12 114.3 checking for setrlimit... yes #12 114.6 checking for shutdown... yes #12 114.8 checking for pthread_sigmask... (cached) yes #12 114.8 checking for strsignal... yes #12 115.0 checking for setitimer... yes #12 115.4 checking for sendto... yes #12 115.6 checking for recvfrom... yes #12 115.8 checking for getsockname... yes #12 116.1 checking for getifaddrs... yes #12 116.3 checking for freeifaddrs... yes #12 116.5 checking for gai_strerror... yes #12 116.7 checking for sync... yes #12 116.9 checking for endpwent... yes #12 117.1 checking for getgrent... yes #12 117.4 checking for endgrent... yes #12 117.6 checking for renameat2... yes #12 117.8 checking for cfmakeraw... yes #12 118.1 checking for cfsetspeed... yes #12 118.3 checking for __executable_start... yes #12 118.5 checking for log2... yes #12 118.8 checking for pthread_setname_np... yes #12 119.3 checking for pthread_set_name_np... no #12 119.5 checking for getpwent... yes #12 119.7 checking whether pthread_setname_np takes a single argument... no #12 119.8 checking whether pthread_setname_np takes three arguments... no #12 119.9 checking for aligned_alloc... yes #12 120.2 checking whether aligned_alloc is declared... yes #12 120.4 checking for posix_madvise... yes #12 120.5 checking for madvise... yes #12 120.6 checking for __builtin_frame_address... yes #12 120.8 checking for __builtin_unwind_init... yes #12 121.0 checking for _LARGEFILE_SOURCE value needed for large files... no #12 121.2 checking for grantpt... yes #12 121.4 checking for getpt... yes #12 121.6 checking for posix_openpt... yes #12 121.8 checking for library containing tputs... -ltinfo #12 122.2 checking whether -ltinfo library defines BC... yes #12 122.3 checking for timerfd interface... yes #12 122.4 checking whether signals can be handled on alternate stack... yes #12 122.5 checking valgrind/valgrind.h usability... no #12 122.7 checking valgrind/valgrind.h presence... no #12 122.7 checking for valgrind/valgrind.h... no #12 122.7 checking for struct unipair.unicode... yes #12 122.8 checking for pid_t... yes #12 123.1 checking vfork.h usability... no #12 123.2 checking vfork.h presence... no #12 123.3 checking for vfork.h... no #12 123.3 checking for fork... yes #12 123.6 checking for vfork... yes #12 123.8 checking for working fork... yes #12 124.1 checking for working vfork... (cached) yes #12 124.1 checking for snprintf... yes #12 124.4 checking for open_memstream... yes #12 124.6 checking spawn.h usability... yes #12 124.8 checking spawn.h presence... yes #12 124.9 checking for spawn.h... yes #12 124.9 checking for posix_spawn... yes #12 125.1 checking for posix_spawn_file_actions_addchdir... no #12 125.3 checking for posix_spawn_file_actions_addchdir_np... yes #12 125.5 checking for posix_spawnattr_setflags... yes #12 125.7 checking whether POSIX_SPAWN_SETSID is declared... yes #12 125.9 checking whether GLib is linked in... no #12 126.0 checking for nl_langinfo and CODESET... yes #12 126.2 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #12 126.4 checking for mbstate_t... yes #12 126.6 checking for signals via characters... yes #12 126.7 checking for _setjmp... yes #12 126.9 checking for sigsetjmp... yes #12 127.1 checking POSIX termios... yes #12 127.4 checking size of speed_t... 4 #12 127.6 checking for usable FIONREAD... yes #12 127.7 checking for usable SIGIO... yes #12 127.8 checking for struct alignment... yes #12 127.9 checking for C/C++ restrict keyword... __restrict__ #12 128.0 checking for typeof syntax and keyword spelling... typeof #12 128.2 checking for statement expressions... yes #12 128.2 checking whether malloc (0) returns nonnull... yes #12 128.4 checking sys/acl.h usability... yes #12 128.6 checking sys/acl.h presence... yes #12 128.6 checking for sys/acl.h... yes #12 128.6 checking for library containing acl_get_file... -lacl #12 129.0 checking for acl_get_file... yes #12 129.2 checking for acl_get_fd... yes #12 129.5 checking for acl_set_file... yes #12 129.8 checking for acl_set_fd... yes #12 130.0 checking for acl_free... yes #12 130.2 checking for acl_from_mode... yes #12 130.4 checking for acl_from_text... yes #12 130.6 checking for acl_delete_def_file... yes #12 130.9 checking for acl_extended_file... yes #12 131.1 checking for acl_delete_fd_np... no #12 131.3 checking for acl_delete_file_np... no #12 131.5 checking for acl_copy_ext_native... no #12 131.7 checking for acl_create_entry_np... no #12 132.0 checking for acl_to_short_text... no #12 132.2 checking for acl_free_text... no #12 132.4 checking for working acl_get_file... yes #12 132.6 checking acl/libacl.h usability... yes #12 132.7 checking acl/libacl.h presence... yes #12 132.8 checking for acl/libacl.h... yes #12 132.8 checking for acl_entries... yes #12 132.9 checking for ACL_FIRST_ENTRY... yes #12 133.1 checking for ACL_TYPE_EXTENDED... no #12 133.1 checking for working alloca.h... yes #12 133.3 checking for alloca... yes #12 133.5 checking for a thread-safe mkdir -p... /bin/mkdir -p #12 133.5 checking whether the preprocessor supports include_next... yes #12 133.6 checking whether source code line length is unlimited... yes #12 133.7 checking whether endutent is declared... yes #12 133.8 checking for struct utmpx.ut_user... yes #12 134.0 checking for struct utmp.ut_user... yes #12 134.2 checking for struct utmpx.ut_name... yes #12 134.4 checking for struct utmp.ut_name... yes #12 134.5 checking for struct utmpx.ut_type... yes #12 134.7 checking for struct utmp.ut_type... yes #12 134.9 checking for struct utmpx.ut_pid... yes #12 135.1 checking for struct utmp.ut_pid... yes #12 135.3 checking for struct utmp.ut_tv... yes #12 137.5 checking for struct utmpx.ut_host... yes #12 137.7 checking for struct utmp.ut_host... yes #12 137.9 checking for struct utmpx.ut_id... yes #12 138.1 checking for struct utmp.ut_id... yes #12 138.2 checking for struct utmpx.ut_session... yes #12 138.4 checking for struct utmp.ut_session... yes #12 138.6 checking for struct utmpx.ut_exit... yes #12 138.9 checking for struct utmp.ut_exit... yes #12 139.2 checking for struct utmpx.ut_exit.ut_exit... no #12 139.5 checking for struct utmpx.ut_exit.e_exit... yes #12 139.7 checking for struct utmp.ut_exit.e_exit... yes #12 139.9 checking for struct utmpx.ut_exit.ut_termination... no #12 140.2 checking for struct utmpx.ut_exit.e_termination... yes #12 140.4 checking for struct utmp.ut_exit.e_termination... yes #12 140.6 checking whether sysinfo is declared... yes #12 140.7 checking for sys/sysctl.h... yes #12 140.9 checking for sysctl... yes #12 141.1 checking whether lstat correctly handles trailing slash... yes #12 141.5 checking whether // is distinct from /... no #12 141.5 checking whether realpath works... yes #12 141.9 checking for faccessat... yes #12 142.1 checking for getcwd... yes #12 142.3 checking whether byte ordering is bigendian... no #12 142.6 checking if environ is properly declared... yes #12 142.7 checking for complete errno.h... yes #12 142.8 checking whether ctype.h defines __header_inline... no #12 142.8 checking for mode_t... yes #12 143.2 checking whether strmode is declared... no #12 143.3 checking whether getline is declared... yes #12 143.5 checking for gawk... no #12 143.5 checking for mawk... mawk #12 143.5 checking for getopt.h... (cached) yes #12 143.5 checking for getopt_long_only... yes #12 143.7 checking whether getopt is POSIX compatible... yes #12 144.4 checking for working GNU getopt function... yes #12 144.8 checking for working GNU getopt_long function... yes #12 144.9 checking whether timespec_get is declared... yes #12 145.1 checking for timespec_get... yes #12 145.3 checking for struct timeval... yes #12 145.4 checking for wide-enough struct timeval.tv_sec member... yes #12 145.5 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #12 145.6 checking whether the compiler produces multi-arch binaries... no #12 145.6 checking whether stdint.h conforms to C99... yes #12 146.0 checking whether stdint.h works without ISO C predefines... yes #12 146.2 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #12 146.3 checking whether memmem is declared... yes #12 146.5 checking whether memrchr is declared... yes #12 146.7 checking whether defines MIN and MAX... no #12 146.7 checking whether defines MIN and MAX... yes #12 146.9 checking whether time_t is signed... yes #12 147.0 checking whether alarm is declared... yes #12 147.4 checking for working mktime... no #12 147.9 checking whether struct tm is in sys/time.h or time.h... time.h #12 148.0 checking for struct tm.tm_zone... yes #12 148.1 checking for struct tm.tm_gmtoff... yes #12 148.2 checking whether is self-contained... yes #12 148.6 checking for inline... inline #12 148.7 checking for sigset_t... yes #12 148.9 checking for volatile sig_atomic_t... yes #12 150.2 checking for sighandler_t... yes #12 151.5 checking for wchar_t... yes #12 152.1 checking for good max_align_t... yes #12 152.2 checking whether NULL can be used in arbitrary expressions... yes #12 153.7 checking for unreachable... no #12 153.9 checking whether fcloseall is declared... yes #12 154.1 checking whether getw is declared... yes #12 154.3 checking whether putw is declared... yes #12 154.4 checking which flavor of printf attribute matches inttypes macros... system #12 154.6 checking whether strnlen is declared... yes #12 154.8 checking whether strtoimax is declared... yes #12 154.9 checking whether stat file-mode macros are broken... no #12 155.1 checking for nlink_t... yes #12 155.3 checking for struct timespec in ... yes #12 155.4 checking for TIME_UTC in ... yes #12 155.5 checking whether execvpe is declared... yes #12 155.7 checking whether clearerr_unlocked is declared... yes #12 156.6 checking whether feof_unlocked is declared... yes #12 156.8 checking whether ferror_unlocked is declared... yes #12 157.0 checking whether fflush_unlocked is declared... yes #12 157.2 checking whether fgets_unlocked is declared... yes #12 157.4 checking whether fputc_unlocked is declared... yes #12 157.6 checking whether fputs_unlocked is declared... yes #12 157.8 checking whether fread_unlocked is declared... yes #12 158.0 checking whether fwrite_unlocked is declared... yes #12 158.3 checking whether getc_unlocked is declared... yes #12 158.5 checking whether getchar_unlocked is declared... yes #12 158.7 checking whether putc_unlocked is declared... yes #12 158.9 checking whether putchar_unlocked is declared... yes #12 159.0 checking type of array argument to getgroups... gid_t #12 159.3 checking whether getdelim is declared... yes #12 159.5 checking whether getdtablesize is declared... yes #12 159.7 checking whether malloc is ptrdiff_t safe... yes #12 159.8 checking whether malloc, realloc, calloc set errno on failure... yes #12 159.8 checking for O_CLOEXEC... yes #12 159.9 checking for promoted mode_t type... mode_t #12 160.0 checking whether the utimes function works... yes #12 160.3 checking for C compiler option to allow warnings... -Wno-error #12 160.5 checking for alignas and alignof... yes, macros #12 160.7 checking for alloca as a compiler built-in... yes #12 160.8 checking for static_assert... yes, an macro #12 160.9 checking for __builtin_expect... yes #12 161.1 checking byteswap.h usability... yes #12 161.3 checking byteswap.h presence... yes #12 161.3 checking for byteswap.h... yes #12 161.3 checking for readlinkat... yes #12 161.5 checking for library containing clock_gettime... none required #12 161.7 checking for clock_getres... yes #12 161.9 checking for clock_gettime... yes #12 162.1 checking for clock_settime... yes #12 162.3 checking for copy_file_range... yes #12 162.5 checking for d_type member in directory struct... yes #12 162.7 checking whether // is distinct from /... (cached) no #12 162.7 checking whether dup2 works... yes #12 162.9 checking for library containing backtrace_symbols_fd... none required #12 163.1 checking for faccessat... (cached) yes #12 163.1 checking whether fchmodat works... no #12 163.4 checking for readlinkat... (cached) yes #12 163.4 checking whether fcntl handles F_DUPFD correctly... yes #12 163.6 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #12 163.9 checking whether fdopendir is declared... yes #12 164.0 checking whether fdopendir works... yes #12 164.3 checking for flexible array member... yes #12 164.4 checking for __fpending... yes #12 164.5 checking whether __fpending is declared... yes #12 166.0 checking whether free is known to preserve errno... no #12 166.0 checking whether fstatat (..., 0) works... yes #12 166.2 checking for sys/mount.h... yes #12 166.4 checking for statvfs function (SVR4)... yes #12 166.5 checking whether to use statvfs64... no #12 166.5 checking for two-argument statfs with statfs.f_frsize member... yes #12 166.7 checking sys/fs/s5param.h usability... no #12 166.9 checking sys/fs/s5param.h presence... no #12 168.8 checking for sys/fs/s5param.h... no #12 168.8 checking sys/statfs.h usability... yes #12 169.9 checking sys/statfs.h presence... yes #12 169.9 checking for sys/statfs.h... yes #12 169.9 checking for statfs that truncates block counts... no #12 171.3 checking for futimens... yes #12 171.4 checking whether futimens works... yes #12 172.7 checking for getline... yes #12 173.2 checking for working getline function... yes #12 174.5 checking for getloadavg... yes #12 175.9 checking sys/loadavg.h usability... no #12 176.9 checking sys/loadavg.h presence... no #12 177.0 checking for sys/loadavg.h... no #12 177.0 checking whether getloadavg is declared... yes #12 177.1 checking for getrandom... yes #12 177.3 checking whether getrandom is compatible with its GNU+BSD signature... yes #12 177.4 checking for gettimeofday with POSIX signature... yes #12 177.5 checking whether the compiler supports the __inline keyword... yes #12 177.6 checking gmp.h usability... yes #12 177.8 checking gmp.h presence... yes #12 177.9 checking for gmp.h... yes #12 177.9 checking for library containing __gmpz_roinit_n... -lgmp #12 178.3 checking for memmem... yes #12 178.5 checking whether memmem works... yes #12 178.7 checking for mempcpy... yes #12 178.8 checking for memrchr... yes #12 179.0 checking for explicit_memset... no #12 179.3 checking for mkostemp... yes #12 179.5 checking for library containing nanosleep... none required #12 179.7 checking for working nanosleep... no (mishandles large arguments) #12 181.0 checking for sys/pstat.h... no #12 181.2 checking for sys/sysmp.h... no #12 181.3 checking for sys/param.h... (cached) yes #12 181.3 checking for sys/sysctl.h... (cached) yes #12 181.4 checking for sched_getaffinity_np... no #12 181.6 checking for pstat_getdynamic... no #12 181.8 checking for sysmp... no #12 182.0 checking for sysctl... (cached) yes #12 182.0 checking for sched_getaffinity... yes #12 182.2 checking for glibc compatible sched_getaffinity... yes #12 182.4 checking for pipe2... yes #12 182.5 checking whether signature of pselect conforms to POSIX... yes #12 182.7 checking whether pselect detects invalid fds... yes #12 182.9 checking whether pthread_sigmask is a macro... no #12 183.0 checking whether pthread_sigmask returns error numbers... yes #12 183.2 checking whether pthread_sigmask unblocks signals correctly... guessing yes #12 185.5 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #12 185.9 checking whether readlink signature is correct... yes #12 186.0 checking whether readlink handles trailing slash correctly... yes #12 186.2 checking whether readlink truncates results correctly... yes #12 186.4 checking for readlinkat... (cached) yes #12 186.4 checking whether readlinkat signature is correct... yes #12 186.5 checking for working re_compile_pattern... no #12 186.9 checking libintl.h usability... yes #12 187.1 checking libintl.h presence... yes #12 187.1 checking for libintl.h... yes #12 187.1 checking whether isblank is declared... yes #12 187.2 checking for sig2str... no #12 187.4 checking for sigdescr_np... no #12 187.6 checking for socklen_t... yes #12 187.9 checking for ssize_t... yes #12 188.0 checking for struct stat.st_atim.tv_nsec... yes #12 188.1 checking whether struct stat.st_atim is of type struct timespec... yes #12 188.3 checking for struct stat.st_birthtimespec.tv_nsec... no #12 188.5 checking for struct stat.st_birthtimensec... no #12 188.7 checking for struct stat.st_birthtim.tv_nsec... no #12 188.9 checking for bool, true, false... no #12 189.0 checking for stpcpy... yes #12 189.2 checking for working strnlen... yes #12 189.6 checking whether strtoimax works... yes #12 189.9 checking whether symlink handles trailing slash correctly... yes #12 190.2 checking whether localtime_r is declared... yes #12 190.5 checking whether localtime_r is compatible with its POSIX signature... yes #12 190.7 checking whether localtime works even near extrema... yes #12 191.0 checking for timezone_t... no #12 191.4 checking for timegm... yes #12 191.6 checking whether timer_settime is declared... yes #12 191.7 checking for library containing timer_settime... -lrt #12 192.1 checking for timer_settime... yes #12 192.4 checking for utimensat... yes #12 192.5 checking whether utimensat works... yes #12 193.7 checking for variable-length arrays... yes #12 193.9 checking whether getdtablesize works... yes #12 194.2 checking for __mktime_internal... no #12 194.4 checking for timer_getoverrun... yes #12 194.7 checking for gcc option to disable position independent executables... not needed #12 194.7 checking for __ctype_get_mb_cur_max... yes #12 194.9 checking whether MB_CUR_MAX is defined to function that won't link... no #12 194.9 #12 194.9 Configured for 'x86_64-pc-linux-gnu'. #12 194.9 #12 194.9 Where should the build process find the source code? . #12 194.9 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #12 194.9 Should Emacs use the GNU version of malloc? no #12 194.9 (The GNU allocators don't work with this system configuration.) #12 194.9 Should Emacs use a relocating allocator for buffers? no #12 194.9 Should Emacs use mmap(2) for buffer allocation? no #12 194.9 What window system should Emacs use? nextstep #12 194.9 What toolkit should Emacs use? none #12 194.9 Where do we find X Windows header files? NONE #12 194.9 Where do we find X Windows libraries? NONE #12 194.9 Does Emacs use -lXaw3d? no #12 194.9 Is Emacs being built for Android? no #12 194.9 Does Emacs use the X Double Buffer Extension? no #12 194.9 Does Emacs use -lXpm? no #12 194.9 Does Emacs use -ljpeg? no #12 194.9 Does Emacs use -ltiff? no #12 194.9 Does Emacs use a gif library? no #12 194.9 Does Emacs use a png library? no #12 194.9 Does Emacs use -lrsvg-2? no #12 194.9 Does Emacs use -lwebp? no #12 194.9 Does Emacs use -lsqlite3? no #12 194.9 Does Emacs use cairo? no #12 194.9 Does Emacs use -llcms2? no #12 194.9 Does Emacs use imagemagick? no #12 194.9 Does Emacs use native APIs for images? yes (ns) #12 194.9 Does Emacs support sound? yes #12 194.9 Does Emacs use -lgpm? no #12 194.9 Does Emacs use -ldbus? yes #12 194.9 Does Emacs use -lgconf? no #12 194.9 Does Emacs use GSettings? no #12 194.9 Does Emacs use a file notification library? yes -lglibc (inotify) #12 194.9 Does Emacs use access control lists? yes -lacl -lattr #12 194.9 Does Emacs use -lselinux? no #12 194.9 Does Emacs use -lgnutls? yes #12 194.9 Does Emacs use -lxml2? no #12 194.9 Does Emacs use -lfreetype? no #12 194.9 Does Emacs use HarfBuzz? no #12 194.9 Does Emacs use -lm17n-flt? no #12 194.9 Does Emacs use -lotf? no #12 194.9 Does Emacs use -lxft? no #12 194.9 Does Emacs use -lsystemd? no #12 194.9 Does Emacs use -ljansson? no #12 194.9 Does Emacs use -ltree-sitter? no #12 194.9 Does Emacs use the GMP library? yes #12 194.9 Does Emacs directly use zlib? yes #12 194.9 Does Emacs have dynamic modules support? yes #12 194.9 Does Emacs use toolkit scroll bars? yes #12 194.9 Does Emacs support Xwidgets? no #12 194.9 Does Emacs have threading support in lisp? yes #12 194.9 Does Emacs support the portable dumper? yes #12 194.9 Does Emacs support legacy unexec dumping? no #12 194.9 Which dumping strategy does Emacs use? pdumper #12 194.9 Does Emacs have native lisp compiler? no #12 194.9 Does Emacs use version 2 of the X Input Extension? no #12 194.9 Does Emacs generate a smaller-size Japanese dictionary? no #12 194.9 #12 194.9 #12 194.9 #12 194.9 Run 'make' to build Emacs, then run 'src/emacs' to test it. #12 194.9 Run 'make install' in order to build an application bundle. #12 194.9 The application will go to nextstep/Emacs.app and can be run or moved #12 194.9 from there. #12 194.9 The application will be fully self-contained. #12 194.9 #12 195.4 configure: creating ./config.status #12 195.6 configure: WARNING: This configuration installs a 'movemail' program #12 195.6 that does not retrieve POP3 email. By default, Emacs 25 and earlier #12 195.6 installed a 'movemail' program that retrieved POP3 email via only #12 195.6 insecure channels, a practice that is no longer recommended but that #12 195.6 you can continue to support by using './configure --with-pop'. #12 195.6 configure: You might want to install GNU Mailutils #12 195.6 and use './configure --with-mailutils'. #12 196.1 MAKE='make' ./config.status #12 196.6 config.status: creating src/verbose.mk #12 196.7 config.status: creating src/emacs-module.h #12 196.8 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #12 196.8 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #12 196.9 config.status: creating Makefile #12 197.0 config.status: creating lib/gnulib.mk #12 197.1 config.status: creating ./doc/man/emacs.1 #12 197.1 config.status: creating lib/Makefile #12 197.2 config.status: creating lib-src/Makefile #12 197.3 config.status: creating oldXMenu/Makefile #12 197.3 config.status: creating src/Makefile #12 197.4 config.status: creating lwlib/Makefile #12 197.5 config.status: creating nextstep/Makefile #12 197.5 config.status: creating nt/Makefile #12 197.6 config.status: creating doc/emacs/Makefile #12 197.6 config.status: creating doc/misc/Makefile #12 197.7 config.status: creating doc/lispintro/Makefile #12 197.8 config.status: creating doc/lispref/Makefile #12 197.9 config.status: creating lisp/Makefile #12 198.0 config.status: creating leim/Makefile #12 198.1 config.status: creating test/Makefile #12 198.1 config.status: creating test/manual/noverlay/Makefile #12 198.2 config.status: creating test/infra/Makefile #12 198.3 config.status: creating admin/charsets/Makefile #12 198.4 config.status: creating admin/unidata/Makefile #12 198.5 config.status: creating admin/grammars/Makefile #12 198.5 config.status: creating java/Makefile #12 198.6 config.status: creating cross/Makefile #12 198.7 config.status: creating java/AndroidManifest.xml #12 198.8 config.status: creating src/config.h #12 198.8 config.status: executing src/epaths.h commands #12 198.8 make[3]: Entering directory '/checkout' #12 199.0 make[3]: Leaving directory '/checkout' #12 199.0 config.status: executing src/.gdbinit commands #12 199.0 config.status: executing doc/emacs/emacsver.texi commands #12 199.0 config.status: executing etc-refcards-emacsver.tex commands #12 199.1 make[3]: Entering directory '/checkout' #12 199.1 make[3]: Leaving directory '/checkout' #12 199.1 make[2]: Leaving directory '/checkout' #12 199.1 make actual-all #12 199.1 make[2]: Entering directory '/checkout' #12 199.3 make -C lib all #12 199.4 make[3]: Entering directory '/checkout/lib' #12 199.4 GEN alloca.h #12 199.4 GEN dirent.h #12 199.5 GEN fcntl.h #12 199.5 GEN malloc/dynarray.gl.h #12 199.6 GEN malloc/dynarray-skeleton.gl.h #12 199.6 GEN inttypes.h #12 199.7 GEN limits.h #12 199.7 GEN signal.h #12 199.8 GEN stdckdint.h #12 199.8 GEN stddef.h #12 199.9 GEN stdio.h #12 200.1 GEN stdlib.h #12 200.3 GEN string.h #12 200.4 GEN sys/random.h #12 200.4 GEN sys/select.h #12 200.4 GEN sys/stat.h #12 200.5 GEN sys/time.h #12 200.5 GEN sys/types.h #12 200.6 GEN time.h #12 200.6 GEN unistd.h #12 200.9 CC fingerprint.o #12 201.0 CC mktime.o #12 201.4 CC acl-errno-valid.o #12 201.6 CC acl-internal.o #12 201.9 CC get-permissions.o #12 202.0 CC set-permissions.o #12 202.3 CC allocator.o #12 202.4 CC binary-io.o #12 202.5 CC boot-time.o #12 202.9 CC c-ctype.o #12 203.2 CC c-strcasecmp.o #12 203.3 CC c-strncasecmp.o #12 203.4 CC careadlinkat.o #12 203.7 CC close-stream.o #12 203.8 CC copy-file-range.o #12 204.0 CC count-leading-zeros.o #12 204.2 CC count-one-bits.o #12 204.5 CC count-trailing-zeros.o #12 204.8 CC md5-stream.o #12 205.0 CC md5.o #12 205.5 CC sha1.o #12 206.4 CC sha256.o #12 208.7 CC sha512.o #12 211.6 CC dtoastr.o #12 211.8 CC dtotimespec.o #12 211.9 CC fchmodat.o #12 212.1 CC fcntl.o #12 212.4 CC file-has-acl.o #12 212.7 CC filemode.o #12 212.9 CC filevercmp.o #12 213.4 CC free.o #12 213.6 CC fsusage.o #12 213.9 CC gettime.o #12 214.1 CC malloc/dynarray_at_failure.o #12 214.5 CC malloc/dynarray_emplace_enlarge.o #12 214.7 CC malloc/dynarray_finalize.o #12 214.9 CC malloc/dynarray_resize.o #12 215.2 CC malloc/dynarray_resize_clear.o #12 215.4 CC memset_explicit.o #12 215.6 CC nanosleep.o #12 215.9 CC nproc.o #12 216.3 CC nstrftime.o #12 218.1 CC pipe2.o #12 218.3 CC qcopy-acl.o #12 218.6 CC regex.o #12 228.2 CC sig2str.o #12 228.6 CC sigdescr_np.o #12 228.8 CC stat-time.o #12 229.0 CC tempname.o #12 229.5 CC time_rz.o #12 230.0 CC timegm.o #12 230.1 CC timespec.o #12 230.4 CC timespec-add.o #12 230.6 CC timespec-sub.o #12 230.8 CC u64.o #12 230.9 CC unistd.o #12 231.1 CC openat-die.o #12 231.3 CC save-cwd.o #12 231.6 AR libgnu.a #12 232.1 make[3]: Leaving directory '/checkout/lib' #12 232.2 make -C lib-src all #12 232.2 make[3]: Entering directory '/checkout/lib-src' #12 232.2 CCLD etags #12 242.9 CCLD ctags #12 253.0 CCLD emacsclient #12 255.3 CCLD ebrowse #12 260.1 CCLD hexl #12 261.0 CC pop.o #12 261.2 CCLD movemail #12 261.9 CCLD make-docfile #12 264.1 CCLD make-fingerprint #12 264.4 make[3]: Leaving directory '/checkout/lib-src' #12 264.5 make -C src BIN_DESTDIR=''/checkout/nextstep/Emacs.app/'' \ #12 264.5 ELN_DESTDIR='/checkout/nextstep/Emacs.app/Frameworks/' all #12 264.7 make[3]: Entering directory '/checkout/src' #12 264.7 GEN globals.h #12 266.8 CC dispnew.o #12 274.2 CC frame.o #12 284.7 CC scroll.o #12 286.5 CC xdisp.o #12 331.4 CC menu.o #12 333.6 CC window.o #12 344.4 CC charset.o #12 348.8 CC coding.o #12 376.2 CC category.o #12 377.8 CC ccl.o #12 383.2 CC character.o #12 385.8 CC chartab.o #12 388.8 CC bidi.o #12 391.5 CC cm.o #12 392.4 CC term.o #12 396.8 CC terminal.o #12 398.0 CC xfaces.o #12 409.3 CC dbusbind.o #12 415.3 CC emacs.o #12 418.6 CC keyboard.o #12 441.4 CC macros.o #12 442.5 CC keymap.o #12 449.4 CC sysdep.o #12 453.3 CC bignum.o #12 454.7 CC buffer.o #12 462.4 CC filelock.o #12 463.8 CC insdel.o #12 466.8 CC marker.o #12 468.7 CC minibuf.o #12 473.6 CC fileio.o #12 481.1 CC dired.o #12 482.8 CC cmds.o #12 484.8 CC casetab.o #12 486.0 CC casefiddle.o #12 488.0 CC indent.o #12 494.1 CC search.o #12 500.7 CC regex-emacs.o #12 514.5 CC undo.o #12 515.8 CC alloc.o #12 523.0 CC pdumper.o #12 530.2 CC data.o #12 538.5 GEN buildobj.h #12 539.2 CC doc.o #12 540.7 CC editfns.o #12 549.5 CC callint.o #12 552.2 CC eval.o #12 559.9 CC floatfns.o #12 562.0 CC fns.o #12 574.4 CC sort.o #12 575.5 CC font.o #12 588.2 CC print.o #12 594.6 CC lread.o #12 605.5 CC emacs-module.o #12 609.5 CC syntax.o #12 619.6 CC bytecode.o #12 625.4 CC comp.o #12 626.1 CC dynlib.o #12 626.3 CC process.o #12 639.0 CC gnutls.o #12 643.5 CC callproc.o #12 647.1 CC region-cache.o #12 648.2 CC sound.o #12 649.4 CC timefns.o #12 652.7 CC atimer.o #12 653.6 CC doprnt.o #12 655.1 CC intervals.o #12 659.9 CC textprop.o #12 665.1 CC composite.o #12 670.9 CC xml.o #12 671.7 CC lcms.o #12 671.8 CC inotify.o #12 674.0 CC profiler.o #12 675.6 CC decompress.o #12 676.5 CC thread.o #12 678.5 CC systhread.o #12 679.4 CC sqlite.o #12 680.0 CC treesit.o #12 680.6 CC itree.o #12 682.5 CC fontset.o #12 688.7 CC fringe.o #12 693.1 CC image.o #12 699.1 image.c:143: warning: macro "PIX_MASK_DRAW" is not used [-Wunused-macros] #12 699.1 143 | #define PIX_MASK_DRAW 1 #12 699.1 | #12 699.7 CC nsterm.o #12 699.7 cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 699.7 cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 700.3 In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 700.3 from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 700.3 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 700.3 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 700.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.3 from nsgui.h:34, #12 700.3 from dispextern.h:137, #12 700.3 from nsterm.h:22, #12 700.3 from nsterm.m:48: #12 700.3 /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 700.3 | ^ #12 700.3 In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 700.3 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 700.3 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 700.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.3 from nsgui.h:34, #12 700.3 from dispextern.h:137, #12 700.3 from nsterm.h:22, #12 700.3 from nsterm.m:48: #12 700.3 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 700.3 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 700.3 | ^~~~~~~~~~~~~~~~~~~~ #12 700.3 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 700.3 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 700.3 | ^~~~~~~~~~~~~~~~~~~~ #12 700.3 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.3 | ^ #12 700.3 In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 700.3 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 700.3 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 700.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.3 from nsgui.h:34, #12 700.3 from dispextern.h:137, #12 700.3 from nsterm.h:22, #12 700.3 from nsterm.m:48: #12 700.3 /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 700.3 | ^ #12 700.3 In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 700.3 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 700.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.3 from nsgui.h:34, #12 700.3 from dispextern.h:137, #12 700.3 from nsterm.h:22, #12 700.3 from nsterm.m:48: #12 700.3 /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 700.3 | ^ #12 700.3 In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 700.3 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 700.3 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 700.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.3 from nsgui.h:34, #12 700.3 from dispextern.h:137, #12 700.3 from nsterm.h:22, #12 700.3 from nsterm.m:48: #12 700.3 /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.3 | ^ #12 700.3 In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 700.3 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 700.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.3 from nsgui.h:34, #12 700.3 from dispextern.h:137, #12 700.3 from nsterm.h:22, #12 700.3 from nsterm.m:48: #12 700.3 /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.3 | ^ #12 700.3 In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 700.3 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 700.3 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 700.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.3 from nsgui.h:34, #12 700.3 from dispextern.h:137, #12 700.3 from nsterm.h:22, #12 700.3 from nsterm.m:48: #12 700.3 /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 700.3 | ^ #12 700.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 700.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.3 from nsgui.h:34, #12 700.3 from dispextern.h:137, #12 700.3 from nsterm.h:22, #12 700.3 from nsterm.m:48: #12 700.3 /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.3 | ^ #12 700.3 In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 700.3 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 700.3 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 700.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.3 from nsgui.h:34, #12 700.3 from dispextern.h:137, #12 700.3 from nsterm.h:22, #12 700.3 from nsterm.m:48: #12 700.3 /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 88 | #if GS_API_VERSION(0,011500) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 700.3 | ^ #12 700.3 In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 700.3 from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 700.3 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 700.3 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 700.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.3 from nsgui.h:34, #12 700.3 from dispextern.h:137, #12 700.3 from nsterm.h:22, #12 700.3 from nsterm.m:48: #12 700.3 /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 700.3 | ^ #12 700.3 In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 700.3 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 700.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.3 from nsgui.h:34, #12 700.3 from dispextern.h:137, #12 700.3 from nsterm.h:22, #12 700.3 from nsterm.m:48: #12 700.3 /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 700.3 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 700.3 | ^~~~~~~~~~ #12 700.3 In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 700.3 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 700.3 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 700.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.3 from nsgui.h:34, #12 700.3 from dispextern.h:137, #12 700.3 from nsterm.h:22, #12 700.3 from nsterm.m:48: #12 700.3 /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 700.3 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 700.3 | ^~~~~~~~~~ #12 700.3 In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 700.3 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 700.3 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 700.3 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 700.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.3 from nsgui.h:34, #12 700.3 from dispextern.h:137, #12 700.3 from nsterm.h:22, #12 700.3 from nsterm.m:48: #12 700.3 /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.3 | ^ #12 700.3 In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 700.3 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 700.3 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 700.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.3 from nsgui.h:34, #12 700.3 from dispextern.h:137, #12 700.3 from nsterm.h:22, #12 700.3 from nsterm.m:48: #12 700.3 /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.3 | ^ #12 700.3 In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 700.3 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 700.3 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 700.3 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 700.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.3 from nsgui.h:34, #12 700.3 from dispextern.h:137, #12 700.3 from nsterm.h:22, #12 700.3 from nsterm.m:48: #12 700.3 /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 700.3 | ^ #12 700.3 In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 700.3 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 700.3 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 700.3 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 700.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.3 from nsgui.h:34, #12 700.3 from dispextern.h:137, #12 700.3 from nsterm.h:22, #12 700.3 from nsterm.m:48: #12 700.3 /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 700.3 | ^ #12 700.3 In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 700.3 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 700.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.3 from nsgui.h:34, #12 700.3 from dispextern.h:137, #12 700.3 from nsterm.h:22, #12 700.3 from nsterm.m:48: #12 700.3 /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 700.3 | ^ #12 700.3 /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.3 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 700.3 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.4 | ^ #12 700.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 46 | #if GS_EXPOSE(NSAffineTransform) #12 700.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 700.4 | ^ #12 700.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 700.4 | ^ #12 700.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 700.4 | ^ #12 700.4 In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 700.4 from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 700.4 from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.4 | ^ #12 700.4 In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 700.4 from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 700.4 | ^ #12 700.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 45 | #if GS_EXPOSE(NSArchiver) #12 700.4 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 700.4 /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 164 | #if GS_EXPOSE(NSUnarchiver) #12 700.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.4 /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 700.4 | ^ #12 700.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 700.4 | ^ #12 700.4 In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 700.4 from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 700.4 | ^ #12 700.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.4 | ^ #12 700.4 In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 700.4 from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.4 | ^ #12 700.4 In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 700.4 from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 700.4 | ^ #12 700.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 700.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.4 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.4 | ^ #12 700.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 700.4 | ^ #12 700.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 114 | #if GS_EXPOSE(NSBundle) #12 700.4 | ^~~~~~~~~~~~~~~~~~~~~ #12 700.4 /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 700.4 | ^ #12 700.4 In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 700.4 from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 700.4 | ^ #12 700.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 43 | #if GS_EXPOSE(NSCache) #12 700.4 | ^~~~~~~~~~~~~~~~~~~~ #12 700.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.4 | ^ #12 700.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 37 | #if GS_EXPOSE(NSCalendarDate) #12 700.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.4 /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 700.4 | ^ #12 700.4 In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 700.4 from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 700.4 | ^ #12 700.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.4 | ^ #12 700.4 In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 700.4 from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 113 | #if GS_EXPOSE(NSException) #12 700.4 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 700.4 /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 700.4 303 | NSGetUncaughtExceptionHandler(); #12 700.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.4 | ^ #12 700.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.4 | ^ #12 700.4 In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 700.4 from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 53 | #if GS_EXPOSE(NSExpression) #12 700.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.4 In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 700.4 from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.4 | ^ #12 700.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 700.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 700.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.4 In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 700.4 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 47 | #if GS_EXPOSE(NSTimer) #12 700.4 | ^~~~~~~~~~~~~~~~~~~~ #12 700.4 /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 700.4 | ^ #12 700.4 In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 700.4 from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 700.4 from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 700.4 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.4 | ^ #12 700.4 In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 700.4 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 46 | #if GS_EXPOSE(NSRunLoop) #12 700.4 | ^~~~~~~~~~~~~~~~~~~~~~ #12 700.4 /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 700.4 | ^ #12 700.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 700.4 | ^ #12 700.4 In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 700.4 from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.4 | ^ #12 700.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.4 | ^ #12 700.4 In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 700.4 from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 700.4 | ^ #12 700.4 In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 700.4 from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.4 | ^ #12 700.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 700.4 | ^ #12 700.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 700.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.4 from nsgui.h:34, #12 700.4 from dispextern.h:137, #12 700.4 from nsterm.h:22, #12 700.4 from nsterm.m:48: #12 700.4 /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 127 | #if GS_EXPOSE(NSDateFormatter) #12 700.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.4 /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.4 | ^ #12 700.4 /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.4 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.4 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 700.5 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 700.5 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 700.5 from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 700.5 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 700.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.5 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 192 | #if GS_EXPOSE(NSDecimalNumber) #12 700.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 40 | #if GS_EXPOSE(NSDistantObject) #12 700.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 41 | #if GS_EXPOSE(NSDistributedLock) #12 700.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 700.5 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 74 | #if GS_EXPOSE(NSLock) #12 700.5 | ^~~~~~~~~~~~~~~~~~~ #12 700.5 /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 125 | #if GS_EXPOSE(NSCondition) #12 700.5 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 700.5 /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 175 | #if GS_EXPOSE(NSConditionLock) #12 700.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.5 /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 275 | #if GS_EXPOSE(NSRecursiveLock) #12 700.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.5 /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 700.5 from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 700.5 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 700.5 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 71 | #if GS_EXPOSE(NSNotificationCenter) #12 700.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.5 /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 700.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 134 | #if GS_EXPOSE(NSError) #12 700.5 | ^~~~~~~~~~~~~~~~~~~~ #12 700.5 /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 700.5 from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 700.5 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 182 | #if GS_EXPOSE(NSURLHandle) #12 700.5 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 700.5 /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 700.5 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 73 | #if GS_EXPOSE(NSURL) #12 700.5 | ^~~~~~~~~~~~~~~~~~ #12 700.5 /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 700.5 from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 700.5 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 700.5 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 599 | #if GS_EXPOSE(NSURLQueryItem) #12 700.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.5 /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 633 | #if GS_EXPOSE(NSURLComponents) #12 700.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.5 /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 160 | #if GS_EXPOSE(NSPipe) #12 700.5 | ^~~~~~~~~~~~~~~~~~~ #12 700.5 /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 700.5 from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 700.5 from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 215 | #if GS_EXPOSE(NSFileManager) #12 700.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.5 /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 700.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.5 /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 42 | #if GS_EXPOSE(NSHost) #12 700.5 | ^~~~~~~~~~~~~~~~~~~ #12 700.5 /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 68 | #if GS_EXPOSE(NSHTTPCookie) #12 700.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.5 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 700.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 47 | #if GS_EXPOSE(NSIndexPath) #12 700.5 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 49 | #if GS_EXPOSE(NSIndexSet) #12 700.5 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 700.5 /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 700.5 from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 52 | #if GS_EXPOSE(NSMethodSignature) #12 700.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 38 | #if GS_EXPOSE(NSInvocation) #12 700.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.5 /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 700.5 from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 700.5 from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 700.5 from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 700.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.5 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 700.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 103 | #if GS_EXPOSE(NSLocale) #12 700.5 | ^~~~~~~~~~~~~~~~~~~~~ #12 700.5 /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 700.5 from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 700.5 | ^ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 40 | #if GS_EXPOSE(NSMetadataItem) #12 700.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.5 /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 66 | #if GS_EXPOSE(NSMetadataQuery) #12 700.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.5 /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 700.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.5 /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 700.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 112 | #if GS_EXPOSE(NSNotificationQueue) #12 700.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 700.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.5 from nsgui.h:34, #12 700.5 from dispextern.h:137, #12 700.5 from nsterm.h:22, #12 700.5 from nsterm.m:48: #12 700.5 /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 700.5 | ^ #12 700.5 /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.5 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 700.5 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 361 | #if GS_EXPOSE(NSNetService) #12 700.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.6 /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 700.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.6 | ^ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 123 | #if GS_EXPOSE(NSNumberFormatter) #12 700.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.6 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.6 | ^ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 700.6 | ^ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 700.6 | ^ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.6 | ^ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 700.6 | ^ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 700.6 | ^ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.6 | ^ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 53 | #if GS_EXPOSE(NSPortCoder) #12 700.6 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 700.6 In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 700.6 from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 77 | #if GS_EXPOSE(NSPort) #12 700.6 | ^~~~~~~~~~~~~~~~~~~ #12 700.6 /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 202 | #if GS_EXPOSE(NSSocketPort) #12 700.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.6 /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 284 | #if GS_EXPOSE(NSMessagePort) #12 700.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 47 | #if GS_EXPOSE(NSPortMessage) #12 700.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 700.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 53 | #if GS_EXPOSE(NSProgress) #12 700.6 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 40 | #if GS_EXPOSE(NSProtocolChecker) #12 700.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 91 | #if GS_EXPOSE(NSRegularExpression) #12 700.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 42 | #if GS_EXPOSE(NSScanner) #12 700.6 | ^~~~~~~~~~~~~~~~~~~~~~ #12 700.6 /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.6 | ^ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 700.6 | ^ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 700.6 | ^ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 700.6 | ^ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 700.6 | ^ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 700.6 | ^ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 700.6 | ^ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 700.6 | ^ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 700.6 | ^ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 700.6 | ^ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 48 | #if GS_EXPOSE(NSSortDescriptor) #12 700.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.6 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 700.6 | ^ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 58 | #if GS_EXPOSE(NSSpellServer) #12 700.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.6 /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 700.6 | ^ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 700.6 | ^ #12 700.6 In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 700.6 from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 700.6 | ^ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 51 | #if GS_EXPOSE(NSTask) #12 700.6 | ^~~~~~~~~~~~~~~~~~~ #12 700.6 /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.6 | ^ #12 700.6 In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 700.6 from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 700.6 | ^ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.6 | ^ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 59 | #if GS_EXPOSE(NSThread) #12 700.6 | ^~~~~~~~~~~~~~~~~~~~~ #12 700.6 /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.6 | ^ #12 700.6 In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 700.6 from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 700.6 | ^ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 700.6 | ^ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 700.6 | ^ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 87 | #if GS_EXPOSE(NSUndoManager) #12 700.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 700.6 | ^ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 700.6 | ^ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 700.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 700.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.6 /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 105 | #if GS_EXPOSE(NSURLCache) #12 700.6 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 48 | #if GS_EXPOSE(NSURLConnection) #12 700.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.6 /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 700.6 | ^ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 56 | #if GS_EXPOSE(NSURLCredential) #12 700.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 700.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 700.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.6 from nsgui.h:34, #12 700.6 from dispextern.h:137, #12 700.6 from nsterm.h:22, #12 700.6 from nsterm.m:48: #12 700.6 /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 700.6 | ^ #12 700.6 /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.6 49 | #if GS_EXPOSE(NSURLDownload) #12 700.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.7 /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 700.7 | ^ #12 700.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 700.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.7 from nsgui.h:34, #12 700.7 from dispextern.h:137, #12 700.7 from nsterm.h:22, #12 700.7 from nsterm.m:48: #12 700.7 /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 700.7 | ^ #12 700.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 700.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.7 from nsgui.h:34, #12 700.7 from dispextern.h:137, #12 700.7 from nsterm.h:22, #12 700.7 from nsterm.m:48: #12 700.7 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 700.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.7 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 700.7 | ^ #12 700.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 700.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.7 from nsgui.h:34, #12 700.7 from dispextern.h:137, #12 700.7 from nsterm.h:22, #12 700.7 from nsterm.m:48: #12 700.7 /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 121 | #if GS_EXPOSE(NSURLProtocol) #12 700.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 700.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.7 from nsgui.h:34, #12 700.7 from dispextern.h:137, #12 700.7 from nsterm.h:22, #12 700.7 from nsterm.m:48: #12 700.7 /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 92 | #if GS_EXPOSE(NSURLRequest) #12 700.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.7 /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 700.7 | ^ #12 700.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 700.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.7 from nsgui.h:34, #12 700.7 from dispextern.h:137, #12 700.7 from nsterm.h:22, #12 700.7 from nsterm.m:48: #12 700.7 /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 49 | #if GS_EXPOSE(NSURLResponse) #12 700.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.7 /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 700.7 | ^ #12 700.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 700.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.7 from nsgui.h:34, #12 700.7 from dispextern.h:137, #12 700.7 from nsterm.h:22, #12 700.7 from nsterm.m:48: #12 700.7 /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 700.7 | ^ #12 700.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 700.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.7 from nsgui.h:34, #12 700.7 from dispextern.h:137, #12 700.7 from nsterm.h:22, #12 700.7 from nsterm.m:48: #12 700.7 /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 217 | #if GS_EXPOSE(NSUserDefaults) #12 700.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.7 /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.7 | ^ #12 700.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 700.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.7 from nsgui.h:34, #12 700.7 from dispextern.h:137, #12 700.7 from nsterm.h:22, #12 700.7 from nsterm.m:48: #12 700.7 /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 700.7 | ^ #12 700.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 700.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.7 from nsgui.h:34, #12 700.7 from dispextern.h:137, #12 700.7 from nsterm.h:22, #12 700.7 from nsterm.m:48: #12 700.7 /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 700.7 | ^ #12 700.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 700.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.7 from nsgui.h:34, #12 700.7 from dispextern.h:137, #12 700.7 from nsterm.h:22, #12 700.7 from nsterm.m:48: #12 700.7 /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 700.7 | ^ #12 700.7 In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 700.7 from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 700.7 from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 700.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.7 from nsgui.h:34, #12 700.7 from dispextern.h:137, #12 700.7 from nsterm.h:22, #12 700.7 from nsterm.m:48: #12 700.7 /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 700.7 | ^ #12 700.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 700.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.7 from nsgui.h:34, #12 700.7 from dispextern.h:137, #12 700.7 from nsterm.h:22, #12 700.7 from nsterm.m:48: #12 700.7 /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 700.7 | ^ #12 700.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 700.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.7 from nsgui.h:34, #12 700.7 from dispextern.h:137, #12 700.7 from nsterm.h:22, #12 700.7 from nsterm.m:48: #12 700.7 /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 72 | #if GS_EXPOSE(NSXMLParser) #12 700.7 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 700.7 /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 700.7 | ^ #12 700.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 700.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 700.7 from nsgui.h:34, #12 700.7 from dispextern.h:137, #12 700.7 from nsterm.h:22, #12 700.7 from nsterm.m:48: #12 700.7 /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 700.7 | ^ #12 700.7 In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 700.7 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 700.7 from nsgui.h:34, #12 700.7 from dispextern.h:137, #12 700.7 from nsterm.h:22, #12 700.7 from nsterm.m:48: #12 700.7 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.7 | ^ #12 700.7 In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 700.7 from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 700.7 from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 700.7 from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 700.7 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 700.7 from nsgui.h:34, #12 700.7 from dispextern.h:137, #12 700.7 from nsterm.h:22, #12 700.7 from nsterm.m:48: #12 700.7 /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.7 | ^ #12 700.7 In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 700.7 from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 700.7 from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 700.7 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 700.7 from nsgui.h:34, #12 700.7 from dispextern.h:137, #12 700.7 from nsterm.h:22, #12 700.7 from nsterm.m:48: #12 700.7 /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 700.7 | ^ #12 700.7 In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 700.7 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 700.7 from nsgui.h:34, #12 700.7 from dispextern.h:137, #12 700.7 from nsterm.h:22, #12 700.7 from nsterm.m:48: #12 700.7 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.7 | ^ #12 700.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 700.7 from nsgui.h:34, #12 700.7 from dispextern.h:137, #12 700.7 from nsterm.h:22, #12 700.7 from nsterm.m:48: #12 700.7 /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 700.7 | ^ #12 700.7 In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 700.7 from /usr/include/GNUstep/AppKit/NSView.h:38, #12 700.7 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 700.7 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 700.7 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 700.7 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 700.7 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 700.7 from nsgui.h:34, #12 700.7 from dispextern.h:137, #12 700.7 from nsterm.h:22, #12 700.7 from nsterm.m:48: #12 700.7 /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.7 | ^ #12 700.7 In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 700.7 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 700.7 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 700.7 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 700.7 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 700.7 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 700.7 from nsgui.h:34, #12 700.7 from dispextern.h:137, #12 700.7 from nsterm.h:22, #12 700.7 from nsterm.m:48: #12 700.7 /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.7 | ^ #12 700.7 In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 700.7 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 700.7 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 700.7 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 700.7 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 700.7 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 700.7 from nsgui.h:34, #12 700.7 from dispextern.h:137, #12 700.7 from nsterm.h:22, #12 700.7 from nsterm.m:48: #12 700.7 /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 700.7 | ^ #12 700.7 In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 700.7 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 700.7 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 700.7 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 700.7 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 700.7 from nsgui.h:34, #12 700.7 from dispextern.h:137, #12 700.7 from nsterm.h:22, #12 700.7 from nsterm.m:48: #12 700.7 /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 700.7 | ^ #12 700.7 /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.7 | ^ #12 700.7 In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 700.7 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 700.7 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 700.7 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 700.7 from nsgui.h:34, #12 700.7 from dispextern.h:137, #12 700.7 from nsterm.h:22, #12 700.7 from nsterm.m:48: #12 700.7 /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 700.7 | ^ #12 700.7 In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 700.7 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 700.7 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 700.7 from nsgui.h:34, #12 700.7 from dispextern.h:137, #12 700.7 from nsterm.h:22, #12 700.7 from nsterm.m:48: #12 700.7 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.7 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.7 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.8 | ^ #12 700.8 In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 700.8 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 700.8 from nsgui.h:34, #12 700.8 from dispextern.h:137, #12 700.8 from nsterm.h:22, #12 700.8 from nsterm.m:48: #12 700.8 /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.8 | ^ #12 700.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 700.8 from nsgui.h:34, #12 700.8 from dispextern.h:137, #12 700.8 from nsterm.h:22, #12 700.8 from nsterm.m:48: #12 700.8 /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 700.8 | ^ #12 700.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 700.8 from nsgui.h:34, #12 700.8 from dispextern.h:137, #12 700.8 from nsterm.h:22, #12 700.8 from nsterm.m:48: #12 700.8 /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.8 | ^ #12 700.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 700.8 from nsgui.h:34, #12 700.8 from dispextern.h:137, #12 700.8 from nsterm.h:22, #12 700.8 from nsterm.m:48: #12 700.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 700.8 from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 700.8 from nsgui.h:34, #12 700.8 from dispextern.h:137, #12 700.8 from nsterm.h:22, #12 700.8 from nsterm.m:48: #12 700.8 /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.8 | ^ #12 700.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 700.8 from nsgui.h:34, #12 700.8 from dispextern.h:137, #12 700.8 from nsterm.h:22, #12 700.8 from nsterm.m:48: #12 700.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 700.8 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 700.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 700.8 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 700.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 700.8 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 700.8 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 700.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 700.8 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 700.8 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 700.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 700.8 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 700.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 700.8 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 700.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 700.8 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 700.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 700.8 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 700.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 700.8 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 700.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 700.8 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 700.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 700.8 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 700.8 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 700.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 700.8 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 700.8 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 700.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 700.8 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 700.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 700.8 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 700.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 700.8 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 700.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 700.8 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 700.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 700.8 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 700.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 700.8 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 700.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.8 | ^ #12 700.8 In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 700.8 from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 700.8 from nsgui.h:34, #12 700.8 from dispextern.h:137, #12 700.8 from nsterm.h:22, #12 700.8 from nsterm.m:48: #12 700.8 /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.8 | ^ #12 700.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 700.8 from nsgui.h:34, #12 700.8 from dispextern.h:137, #12 700.8 from nsterm.h:22, #12 700.8 from nsterm.m:48: #12 700.8 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.8 | ^ #12 700.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 700.8 from nsgui.h:34, #12 700.8 from dispextern.h:137, #12 700.8 from nsterm.h:22, #12 700.8 from nsterm.m:48: #12 700.8 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 700.8 from nsgui.h:34, #12 700.8 from dispextern.h:137, #12 700.8 from nsterm.h:22, #12 700.8 from nsterm.m:48: #12 700.8 /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.8 | ^ #12 700.8 In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 700.8 from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 700.8 from nsgui.h:34, #12 700.8 from dispextern.h:137, #12 700.8 from nsterm.h:22, #12 700.8 from nsterm.m:48: #12 700.8 /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 700.8 from nsgui.h:34, #12 700.8 from dispextern.h:137, #12 700.8 from nsterm.h:22, #12 700.8 from nsterm.m:48: #12 700.8 /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.8 | ^ #12 700.8 In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 700.8 from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 700.8 from nsgui.h:34, #12 700.8 from dispextern.h:137, #12 700.8 from nsterm.h:22, #12 700.8 from nsterm.m:48: #12 700.8 /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 700.8 from nsgui.h:34, #12 700.8 from dispextern.h:137, #12 700.8 from nsterm.h:22, #12 700.8 from nsterm.m:48: #12 700.8 /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 700.8 from nsgui.h:34, #12 700.8 from dispextern.h:137, #12 700.8 from nsterm.h:22, #12 700.8 from nsterm.m:48: #12 700.8 /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 700.8 | ^ #12 700.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 700.8 from nsgui.h:34, #12 700.8 from dispextern.h:137, #12 700.8 from nsterm.h:22, #12 700.8 from nsterm.m:48: #12 700.8 /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 700.8 from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 700.8 from nsgui.h:34, #12 700.8 from dispextern.h:137, #12 700.8 from nsterm.h:22, #12 700.8 from nsterm.m:48: #12 700.8 /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 700.8 | ^ #12 700.8 In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 700.8 from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 700.8 from nsgui.h:34, #12 700.8 from dispextern.h:137, #12 700.8 from nsterm.h:22, #12 700.8 from nsterm.m:48: #12 700.8 /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 700.8 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 700.8 from nsgui.h:34, #12 700.8 from dispextern.h:137, #12 700.8 from nsterm.h:22, #12 700.8 from nsterm.m:48: #12 700.8 /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.8 | ^ #12 700.8 In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 700.8 from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 700.8 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 700.8 from nsgui.h:34, #12 700.8 from dispextern.h:137, #12 700.8 from nsterm.h:22, #12 700.8 from nsterm.m:48: #12 700.8 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.8 | ^ #12 700.8 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 700.8 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 700.8 from nsgui.h:34, #12 700.8 from dispextern.h:137, #12 700.8 from nsterm.h:22, #12 700.8 from nsterm.m:48: #12 700.8 /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 700.8 | ^ #12 700.8 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 700.8 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 700.8 from nsgui.h:34, #12 700.8 from dispextern.h:137, #12 700.8 from nsterm.h:22, #12 700.8 from nsterm.m:48: #12 700.8 /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.8 | ^ #12 700.8 In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 700.8 from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 700.8 from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 700.8 from nsgui.h:34, #12 700.8 from dispextern.h:137, #12 700.8 from nsterm.h:22, #12 700.8 from nsterm.m:48: #12 700.8 /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 700.8 | ^ #12 700.8 /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.8 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 700.8 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.9 | ^ #12 700.9 In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 700.9 from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 700.9 from nsgui.h:34, #12 700.9 from dispextern.h:137, #12 700.9 from nsterm.h:22, #12 700.9 from nsterm.m:48: #12 700.9 /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.9 | ^ #12 700.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 700.9 from nsgui.h:34, #12 700.9 from dispextern.h:137, #12 700.9 from nsterm.h:22, #12 700.9 from nsterm.m:48: #12 700.9 /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.9 | ^ #12 700.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 700.9 from nsgui.h:34, #12 700.9 from dispextern.h:137, #12 700.9 from nsterm.h:22, #12 700.9 from nsterm.m:48: #12 700.9 /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 700.9 | ^ #12 700.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 700.9 from nsgui.h:34, #12 700.9 from dispextern.h:137, #12 700.9 from nsterm.h:22, #12 700.9 from nsterm.m:48: #12 700.9 /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.9 | ^ #12 700.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 700.9 from nsgui.h:34, #12 700.9 from dispextern.h:137, #12 700.9 from nsterm.h:22, #12 700.9 from nsterm.m:48: #12 700.9 /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.9 | ^ #12 700.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 700.9 from nsgui.h:34, #12 700.9 from dispextern.h:137, #12 700.9 from nsterm.h:22, #12 700.9 from nsterm.m:48: #12 700.9 /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.9 | ^ #12 700.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 700.9 from nsgui.h:34, #12 700.9 from dispextern.h:137, #12 700.9 from nsterm.h:22, #12 700.9 from nsterm.m:48: #12 700.9 /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 700.9 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 700.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 700.9 from nsgui.h:34, #12 700.9 from dispextern.h:137, #12 700.9 from nsterm.h:22, #12 700.9 from nsterm.m:48: #12 700.9 /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 700.9 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 700.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 700.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 700.9 from nsgui.h:34, #12 700.9 from dispextern.h:137, #12 700.9 from nsterm.h:22, #12 700.9 from nsterm.m:48: #12 700.9 /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 700.9 | ^ #12 700.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 700.9 from nsgui.h:34, #12 700.9 from dispextern.h:137, #12 700.9 from nsterm.h:22, #12 700.9 from nsterm.m:48: #12 700.9 /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.9 | ^ #12 700.9 In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 700.9 from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 700.9 from nsgui.h:34, #12 700.9 from dispextern.h:137, #12 700.9 from nsterm.h:22, #12 700.9 from nsterm.m:48: #12 700.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.9 | ^ #12 700.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 700.9 from nsgui.h:34, #12 700.9 from dispextern.h:137, #12 700.9 from nsterm.h:22, #12 700.9 from nsterm.m:48: #12 700.9 /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.9 | ^ #12 700.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 700.9 from nsgui.h:34, #12 700.9 from dispextern.h:137, #12 700.9 from nsterm.h:22, #12 700.9 from nsterm.m:48: #12 700.9 /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 700.9 | ^ #12 700.9 In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 700.9 from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 700.9 from nsgui.h:34, #12 700.9 from dispextern.h:137, #12 700.9 from nsterm.h:22, #12 700.9 from nsterm.m:48: #12 700.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.9 | ^ #12 700.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 700.9 from nsgui.h:34, #12 700.9 from dispextern.h:137, #12 700.9 from nsterm.h:22, #12 700.9 from nsterm.m:48: #12 700.9 /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 700.9 | ^ #12 700.9 /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 700.9 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 700.9 | ^ #12 701.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 701.0 from nsgui.h:34, #12 701.0 from dispextern.h:137, #12 701.0 from nsterm.h:22, #12 701.0 from nsterm.m:48: #12 701.0 /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.0 | ^ #12 701.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 701.0 from nsgui.h:34, #12 701.0 from dispextern.h:137, #12 701.0 from nsterm.h:22, #12 701.0 from nsterm.m:48: #12 701.0 /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 701.0 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 701.0 | ^~~~~~~~~~~~~~~~~~~~ #12 701.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 701.0 from nsgui.h:34, #12 701.0 from dispextern.h:137, #12 701.0 from nsterm.h:22, #12 701.0 from nsterm.m:48: #12 701.0 /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 701.0 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 701.0 | ^~~~~~~~~~~~~~~~~~~~ #12 701.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 701.0 from nsgui.h:34, #12 701.0 from dispextern.h:137, #12 701.0 from nsterm.h:22, #12 701.0 from nsterm.m:48: #12 701.0 /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 701.0 | ^ #12 701.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 701.0 from nsgui.h:34, #12 701.0 from dispextern.h:137, #12 701.0 from nsterm.h:22, #12 701.0 from nsterm.m:48: #12 701.0 /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 701.0 | ^ #12 701.0 In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 701.0 from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 701.0 from nsgui.h:34, #12 701.0 from dispextern.h:137, #12 701.0 from nsterm.h:22, #12 701.0 from nsterm.m:48: #12 701.0 /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.0 | ^ #12 701.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 701.0 from nsgui.h:34, #12 701.0 from dispextern.h:137, #12 701.0 from nsterm.h:22, #12 701.0 from nsterm.m:48: #12 701.0 /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 701.0 | ^ #12 701.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 701.0 from nsgui.h:34, #12 701.0 from dispextern.h:137, #12 701.0 from nsterm.h:22, #12 701.0 from nsterm.m:48: #12 701.0 /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 701.0 | ^ #12 701.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 701.0 from nsgui.h:34, #12 701.0 from dispextern.h:137, #12 701.0 from nsterm.h:22, #12 701.0 from nsterm.m:48: #12 701.0 /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 701.0 | ^ #12 701.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 701.0 from nsgui.h:34, #12 701.0 from dispextern.h:137, #12 701.0 from nsterm.h:22, #12 701.0 from nsterm.m:48: #12 701.0 /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 701.0 | ^ #12 701.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 701.0 from nsgui.h:34, #12 701.0 from dispextern.h:137, #12 701.0 from nsterm.h:22, #12 701.0 from nsterm.m:48: #12 701.0 /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 701.0 | ^ #12 701.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 701.0 from nsgui.h:34, #12 701.0 from dispextern.h:137, #12 701.0 from nsterm.h:22, #12 701.0 from nsterm.m:48: #12 701.0 /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.0 | ^ #12 701.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 701.0 from nsgui.h:34, #12 701.0 from dispextern.h:137, #12 701.0 from nsterm.h:22, #12 701.0 from nsterm.m:48: #12 701.0 /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 701.0 | ^ #12 701.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 701.0 from nsgui.h:34, #12 701.0 from dispextern.h:137, #12 701.0 from nsterm.h:22, #12 701.0 from nsterm.m:48: #12 701.0 /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 701.0 | ^ #12 701.0 In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 701.0 from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 701.0 from nsgui.h:34, #12 701.0 from dispextern.h:137, #12 701.0 from nsterm.h:22, #12 701.0 from nsterm.m:48: #12 701.0 /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.0 | ^ #12 701.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 701.0 from nsgui.h:34, #12 701.0 from dispextern.h:137, #12 701.0 from nsterm.h:22, #12 701.0 from nsterm.m:48: #12 701.0 /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 701.0 | ^ #12 701.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 701.0 from nsgui.h:34, #12 701.0 from dispextern.h:137, #12 701.0 from nsterm.h:22, #12 701.0 from nsterm.m:48: #12 701.0 /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 701.0 | ^ #12 701.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 701.0 from nsgui.h:34, #12 701.0 from dispextern.h:137, #12 701.0 from nsterm.h:22, #12 701.0 from nsterm.m:48: #12 701.0 /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.0 | ^ #12 701.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 701.0 from nsgui.h:34, #12 701.0 from dispextern.h:137, #12 701.0 from nsterm.h:22, #12 701.0 from nsterm.m:48: #12 701.0 /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 701.0 | ^ #12 701.0 In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 701.0 from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 701.0 from nsgui.h:34, #12 701.0 from dispextern.h:137, #12 701.0 from nsterm.h:22, #12 701.0 from nsterm.m:48: #12 701.0 /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.0 | ^ #12 701.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 701.0 from nsgui.h:34, #12 701.0 from dispextern.h:137, #12 701.0 from nsterm.h:22, #12 701.0 from nsterm.m:48: #12 701.0 /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.0 | ^ #12 701.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 701.0 from nsgui.h:34, #12 701.0 from dispextern.h:137, #12 701.0 from nsterm.h:22, #12 701.0 from nsterm.m:48: #12 701.0 /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 701.0 | ^ #12 701.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 701.0 from nsgui.h:34, #12 701.0 from dispextern.h:137, #12 701.0 from nsterm.h:22, #12 701.0 from nsterm.m:48: #12 701.0 /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 701.0 | ^ #12 701.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 701.0 from nsgui.h:34, #12 701.0 from dispextern.h:137, #12 701.0 from nsterm.h:22, #12 701.0 from nsterm.m:48: #12 701.0 /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.0 | ^ #12 701.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 701.0 from nsgui.h:34, #12 701.0 from dispextern.h:137, #12 701.0 from nsterm.h:22, #12 701.0 from nsterm.m:48: #12 701.0 /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.0 | ^ #12 701.0 In file included from nsgui.h:34, #12 701.0 from dispextern.h:137, #12 701.0 from nsterm.h:22, #12 701.0 from nsterm.m:48: #12 701.0 /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.0 | ^ #12 701.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 701.0 from nsgui.h:34, #12 701.0 from dispextern.h:137, #12 701.0 from nsterm.h:22, #12 701.0 from nsterm.m:48: #12 701.0 /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 701.0 | ^ #12 701.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 701.0 from nsgui.h:34, #12 701.0 from dispextern.h:137, #12 701.0 from nsterm.h:22, #12 701.0 from nsterm.m:48: #12 701.0 /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.0 | ^ #12 701.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 701.0 from nsgui.h:34, #12 701.0 from dispextern.h:137, #12 701.0 from nsterm.h:22, #12 701.0 from nsterm.m:48: #12 701.0 /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 701.0 | ^ #12 701.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 701.0 from nsgui.h:34, #12 701.0 from dispextern.h:137, #12 701.0 from nsterm.h:22, #12 701.0 from nsterm.m:48: #12 701.0 /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 701.0 | ^ #12 701.0 /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 701.0 | ^ #12 701.0 In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 701.0 from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 701.0 from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 701.0 from nsgui.h:34, #12 701.0 from dispextern.h:137, #12 701.0 from nsterm.h:22, #12 701.0 from nsterm.m:48: #12 701.0 /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.0 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.0 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.1 | ^ #12 701.1 In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 701.1 from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 701.1 from nsgui.h:34, #12 701.1 from dispextern.h:137, #12 701.1 from nsterm.h:22, #12 701.1 from nsterm.m:48: #12 701.1 /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 701.1 | ^ #12 701.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 701.1 from nsgui.h:34, #12 701.1 from dispextern.h:137, #12 701.1 from nsterm.h:22, #12 701.1 from nsterm.m:48: #12 701.1 /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.1 | ^ #12 701.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 701.1 from nsgui.h:34, #12 701.1 from dispextern.h:137, #12 701.1 from nsterm.h:22, #12 701.1 from nsterm.m:48: #12 701.1 /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 701.1 | ^ #12 701.1 In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 701.1 from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 701.1 from nsgui.h:34, #12 701.1 from dispextern.h:137, #12 701.1 from nsterm.h:22, #12 701.1 from nsterm.m:48: #12 701.1 /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 701.1 | ^ #12 701.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 701.1 from nsgui.h:34, #12 701.1 from dispextern.h:137, #12 701.1 from nsterm.h:22, #12 701.1 from nsterm.m:48: #12 701.1 /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 701.1 | ^ #12 701.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 701.1 from nsgui.h:34, #12 701.1 from dispextern.h:137, #12 701.1 from nsterm.h:22, #12 701.1 from nsterm.m:48: #12 701.1 /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 701.1 | ^ #12 701.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 701.1 from nsgui.h:34, #12 701.1 from dispextern.h:137, #12 701.1 from nsterm.h:22, #12 701.1 from nsterm.m:48: #12 701.1 /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.1 | ^ #12 701.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 701.1 from nsgui.h:34, #12 701.1 from dispextern.h:137, #12 701.1 from nsterm.h:22, #12 701.1 from nsterm.m:48: #12 701.1 /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.1 | ^ #12 701.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 701.1 from nsgui.h:34, #12 701.1 from dispextern.h:137, #12 701.1 from nsterm.h:22, #12 701.1 from nsterm.m:48: #12 701.1 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.1 | ^ #12 701.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 701.1 from nsgui.h:34, #12 701.1 from dispextern.h:137, #12 701.1 from nsterm.h:22, #12 701.1 from nsterm.m:48: #12 701.1 /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 701.1 | ^ #12 701.1 In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 701.1 from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 701.1 from nsgui.h:34, #12 701.1 from dispextern.h:137, #12 701.1 from nsterm.h:22, #12 701.1 from nsterm.m:48: #12 701.1 /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 701.1 | ^ #12 701.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 701.1 from nsgui.h:34, #12 701.1 from dispextern.h:137, #12 701.1 from nsterm.h:22, #12 701.1 from nsterm.m:48: #12 701.1 /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 701.1 | ^ #12 701.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 701.1 from nsgui.h:34, #12 701.1 from dispextern.h:137, #12 701.1 from nsterm.h:22, #12 701.1 from nsterm.m:48: #12 701.1 /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 701.1 | ^ #12 701.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 701.1 from nsgui.h:34, #12 701.1 from dispextern.h:137, #12 701.1 from nsterm.h:22, #12 701.1 from nsterm.m:48: #12 701.1 /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 701.1 | ^ #12 701.1 In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 701.1 from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 701.1 from nsgui.h:34, #12 701.1 from dispextern.h:137, #12 701.1 from nsterm.h:22, #12 701.1 from nsterm.m:48: #12 701.1 /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.1 | ^ #12 701.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 701.1 from nsgui.h:34, #12 701.1 from dispextern.h:137, #12 701.1 from nsterm.h:22, #12 701.1 from nsterm.m:48: #12 701.1 /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.1 | ^ #12 701.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 701.1 from nsgui.h:34, #12 701.1 from dispextern.h:137, #12 701.1 from nsterm.h:22, #12 701.1 from nsterm.m:48: #12 701.1 /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.1 | ^ #12 701.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 701.1 from nsgui.h:34, #12 701.1 from dispextern.h:137, #12 701.1 from nsterm.h:22, #12 701.1 from nsterm.m:48: #12 701.1 /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.1 | ^ #12 701.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 701.1 from nsgui.h:34, #12 701.1 from dispextern.h:137, #12 701.1 from nsterm.h:22, #12 701.1 from nsterm.m:48: #12 701.1 /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.1 | ^ #12 701.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 701.1 from nsgui.h:34, #12 701.1 from dispextern.h:137, #12 701.1 from nsterm.h:22, #12 701.1 from nsterm.m:48: #12 701.1 /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 701.1 | ^ #12 701.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 701.1 from nsgui.h:34, #12 701.1 from dispextern.h:137, #12 701.1 from nsterm.h:22, #12 701.1 from nsterm.m:48: #12 701.1 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.1 | ^ #12 701.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 701.1 from nsgui.h:34, #12 701.1 from dispextern.h:137, #12 701.1 from nsterm.h:22, #12 701.1 from nsterm.m:48: #12 701.1 /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.1 | ^ #12 701.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 701.1 from nsgui.h:34, #12 701.1 from dispextern.h:137, #12 701.1 from nsterm.h:22, #12 701.1 from nsterm.m:48: #12 701.1 /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.1 | ^ #12 701.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 701.1 from nsgui.h:34, #12 701.1 from dispextern.h:137, #12 701.1 from nsterm.h:22, #12 701.1 from nsterm.m:48: #12 701.1 /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 701.1 | ^ #12 701.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 701.1 from nsgui.h:34, #12 701.1 from dispextern.h:137, #12 701.1 from nsterm.h:22, #12 701.1 from nsterm.m:48: #12 701.1 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.1 | ^ #12 701.1 In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 701.1 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 701.1 from nsgui.h:34, #12 701.1 from dispextern.h:137, #12 701.1 from nsterm.h:22, #12 701.1 from nsterm.m:48: #12 701.1 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.1 | ^ #12 701.1 In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 701.1 from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 701.1 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 701.1 from nsgui.h:34, #12 701.1 from dispextern.h:137, #12 701.1 from nsterm.h:22, #12 701.1 from nsterm.m:48: #12 701.1 /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.1 | ^ #12 701.1 In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 701.1 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 701.1 from nsgui.h:34, #12 701.1 from dispextern.h:137, #12 701.1 from nsterm.h:22, #12 701.1 from nsterm.m:48: #12 701.1 /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.1 | ^ #12 701.1 /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.1 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.1 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 701.2 from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 701.2 from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 701.2 from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 701.2 from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 701.2 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 701.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 701.2 In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 701.2 from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 701.2 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 701.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.2 | ^ #12 701.2 /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.2 | ^ #12 701.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 701.2 from nsgui.h:34, #12 701.2 from dispextern.h:137, #12 701.2 from nsterm.h:22, #12 701.2 from nsterm.m:48: #12 701.2 /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.2 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.2 | ^ #12 701.3 /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.3 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.3 | ^ #12 701.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 701.3 from nsgui.h:34, #12 701.3 from dispextern.h:137, #12 701.3 from nsterm.h:22, #12 701.3 from nsterm.m:48: #12 701.3 /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.3 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.3 | ^ #12 701.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 701.3 from nsgui.h:34, #12 701.3 from dispextern.h:137, #12 701.3 from nsterm.h:22, #12 701.3 from nsterm.m:48: #12 701.3 /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.3 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.3 | ^ #12 701.3 /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.3 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.3 | ^ #12 701.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 701.3 from nsgui.h:34, #12 701.3 from dispextern.h:137, #12 701.3 from nsterm.h:22, #12 701.3 from nsterm.m:48: #12 701.3 /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.3 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 701.3 | ^ #12 701.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 701.3 from nsgui.h:34, #12 701.3 from dispextern.h:137, #12 701.3 from nsterm.h:22, #12 701.3 from nsterm.m:48: #12 701.3 /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.3 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 701.3 | ^ #12 701.3 /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.3 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 701.3 | ^ #12 701.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 701.3 from nsgui.h:34, #12 701.3 from dispextern.h:137, #12 701.3 from nsterm.h:22, #12 701.3 from nsterm.m:48: #12 701.3 /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.3 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 701.3 | ^ #12 701.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 701.3 from nsgui.h:34, #12 701.3 from dispextern.h:137, #12 701.3 from nsterm.h:22, #12 701.3 from nsterm.m:48: #12 701.3 /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.3 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 701.3 | ^ #12 701.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 701.3 from nsgui.h:34, #12 701.3 from dispextern.h:137, #12 701.3 from nsterm.h:22, #12 701.3 from nsterm.m:48: #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 701.3 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 701.3 | ^ #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 701.3 125 | __attribute__((unused)); #12 701.3 | ^~~~~~~~~~~~~ #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 701.3 129 | __attribute__((unused)); #12 701.3 | ^~~~~~~~~~~~~ #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 701.3 133 | __attribute__((unused)); #12 701.3 | ^~~~~~~~~~~~~ #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 701.3 214 | __attribute__((unused)); #12 701.3 | ^~~~~~~~~~~~~ #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 701.3 247 | __attribute__((unused)); #12 701.3 | ^~~~~~~~~~~~~ #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 701.3 251 | __attribute__((unused)); #12 701.3 | ^~~~~~~~~~~~~ #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 701.3 259 | __attribute__((unused)); #12 701.3 | ^~~~~~~~~~~~~ #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 701.3 263 | __attribute__((unused)); #12 701.3 | ^~~~~~~~~~~~~ #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 701.3 267 | __attribute__((unused)); #12 701.3 | ^~~~~~~~~~~~~ #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 701.3 271 | __attribute__((unused)); #12 701.3 | ^~~~~~~~~~~~~ #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 701.3 275 | __attribute__((unused)); #12 701.3 | ^~~~~~~~~~~~~ #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 701.3 287 | __attribute__((unused)); #12 701.3 | ^~~~~~~~~~~~~ #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 701.3 311 | __attribute__((unused)); #12 701.3 | ^~~~~~~~~~~~~ #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 701.3 323 | __attribute__((unused)); #12 701.3 | ^~~~~~~~~~~~~ #12 701.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 701.3 from nsgui.h:34, #12 701.3 from dispextern.h:137, #12 701.3 from nsterm.h:22, #12 701.3 from nsterm.m:48: #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 701.3 493 | PSgsave() #12 701.3 | ^~~~~~~ #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 701.3 499 | PSgrestore() #12 701.3 | ^~~~~~~~~~ #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 701.3 505 | PSinitgraphics() #12 701.3 | ^~~~~~~~~~~~~~ #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 701.3 622 | PSinitmatrix() #12 701.3 | ^~~~~~~~~~~~ #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 701.3 669 | PSclip() #12 701.3 | ^~~~~~ #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 701.3 675 | PSclosepath() #12 701.3 | ^~~~~~~~~~~ #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 701.3 687 | PSeoclip() #12 701.3 | ^~~~~~~~ #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 701.3 693 | PSeofill() #12 701.3 | ^~~~~~~~ #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 701.3 699 | PSfill() #12 701.3 | ^~~~~~ #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 701.3 705 | PSflattenpath() #12 701.3 | ^~~~~~~~~~~~~ #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 701.3 711 | PSinitclip() #12 701.3 | ^~~~~~~~~~ #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 701.3 729 | PSnewpath() #12 701.3 | ^~~~~~~~~ #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 701.3 765 | PSreversepath() #12 701.3 | ^~~~~~~~~~~~~ #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 701.3 783 | PSstroke() #12 701.3 | ^~~~~~~~ #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 701.3 835 | PSWait() #12 701.3 | ^~~~~~ #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 701.3 /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 701.6 nsterm.m: In function 'ns_set_undecorated': #12 701.6 nsterm.m:1794:7: warning: 'NSWindow' may not respond to '-setIsVisible:' #12 701.6 1794 | [newWindow setIsVisible:[oldWindow isVisible]]; #12 701.6 | ^ #12 701.6 nsterm.m:1794:7: warning: (messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments) #12 701.8 nsterm.m: In function '-[EmacsView showFontPanel]': #12 701.8 nsterm.m:6687:3: warning: 'NSFontPanel' may not respond to '-setIsVisible:' #12 701.8 6687 | [[fm fontPanel: YES] setIsVisible: NO]; #12 701.8 | ^ #12 716.9 CC nsfns.o #12 716.9 cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 716.9 cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 717.6 In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 717.6 from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 717.6 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 717.6 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 717.6 | ^ #12 717.6 In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 717.6 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 717.6 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 717.6 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 717.6 | ^~~~~~~~~~~~~~~~~~~~ #12 717.6 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 717.6 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 717.6 | ^~~~~~~~~~~~~~~~~~~~ #12 717.6 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 717.6 | ^ #12 717.6 In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 717.6 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 717.6 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 717.6 | ^ #12 717.6 In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 717.6 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 717.6 | ^ #12 717.6 In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 717.6 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 717.6 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.6 | ^ #12 717.6 In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 717.6 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.6 | ^ #12 717.6 In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 717.6 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 717.6 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 717.6 | ^ #12 717.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 717.6 | ^ #12 717.6 In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 717.6 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 717.6 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 88 | #if GS_API_VERSION(0,011500) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 717.6 | ^ #12 717.6 In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 717.6 from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 717.6 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 717.6 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 717.6 | ^ #12 717.6 In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 717.6 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 717.6 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 717.6 | ^~~~~~~~~~ #12 717.6 In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 717.6 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 717.6 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 717.6 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 717.6 | ^~~~~~~~~~ #12 717.6 In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 717.6 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 717.6 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 717.6 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.6 | ^ #12 717.6 In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 717.6 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 717.6 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 717.6 | ^ #12 717.6 In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 717.6 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 717.6 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 717.6 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 717.6 | ^ #12 717.6 In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 717.6 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 717.6 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 717.6 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 717.6 | ^ #12 717.6 In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 717.6 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.6 | ^ #12 717.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 46 | #if GS_EXPOSE(NSAffineTransform) #12 717.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 717.6 | ^ #12 717.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 717.6 | ^ #12 717.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 717.6 | ^ #12 717.6 In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 717.6 from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 717.6 from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 717.6 | ^ #12 717.6 In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 717.6 from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 717.6 | ^ #12 717.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 45 | #if GS_EXPOSE(NSArchiver) #12 717.6 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 717.6 /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 164 | #if GS_EXPOSE(NSUnarchiver) #12 717.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.6 /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 717.6 | ^ #12 717.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 717.6 | ^ #12 717.6 In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 717.6 from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 717.6 | ^ #12 717.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.6 | ^ #12 717.6 In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 717.6 from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.6 | ^ #12 717.6 In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 717.6 from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 717.6 | ^ #12 717.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 717.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.6 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 717.6 | ^ #12 717.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 717.6 | ^ #12 717.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 114 | #if GS_EXPOSE(NSBundle) #12 717.6 | ^~~~~~~~~~~~~~~~~~~~~ #12 717.6 /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 717.6 | ^ #12 717.6 In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 717.6 from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 717.6 | ^ #12 717.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 43 | #if GS_EXPOSE(NSCache) #12 717.6 | ^~~~~~~~~~~~~~~~~~~~ #12 717.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 717.6 | ^ #12 717.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 37 | #if GS_EXPOSE(NSCalendarDate) #12 717.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.6 /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 717.6 | ^ #12 717.6 In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 717.6 from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 717.6 | ^ #12 717.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 717.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.6 from nsgui.h:34, #12 717.6 from dispextern.h:137, #12 717.6 from nsterm.h:22, #12 717.6 from nsfns.m:38: #12 717.6 /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.6 | ^ #12 717.6 /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.6 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.6 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.7 | ^ #12 717.7 In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 717.7 from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 113 | #if GS_EXPOSE(NSException) #12 717.7 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 717.7 /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 717.7 303 | NSGetUncaughtExceptionHandler(); #12 717.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.7 | ^ #12 717.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 717.7 | ^ #12 717.7 In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 717.7 from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 53 | #if GS_EXPOSE(NSExpression) #12 717.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.7 In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 717.7 from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 717.7 | ^ #12 717.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 717.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 717.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.7 In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 717.7 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 47 | #if GS_EXPOSE(NSTimer) #12 717.7 | ^~~~~~~~~~~~~~~~~~~~ #12 717.7 /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 717.7 | ^ #12 717.7 In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 717.7 from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 717.7 from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 717.7 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 717.7 | ^ #12 717.7 In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 717.7 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 46 | #if GS_EXPOSE(NSRunLoop) #12 717.7 | ^~~~~~~~~~~~~~~~~~~~~~ #12 717.7 /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 717.7 | ^ #12 717.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 717.7 | ^ #12 717.7 In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 717.7 from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 717.7 | ^ #12 717.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 717.7 | ^ #12 717.7 In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 717.7 from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 717.7 | ^ #12 717.7 In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 717.7 from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.7 | ^ #12 717.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 717.7 | ^ #12 717.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 127 | #if GS_EXPOSE(NSDateFormatter) #12 717.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.7 /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.7 | ^ #12 717.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 717.7 | ^ #12 717.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 717.7 | ^ #12 717.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.7 | ^ #12 717.7 In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 717.7 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.7 | ^ #12 717.7 In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 717.7 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 717.7 | ^ #12 717.7 In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 717.7 from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 717.7 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 717.7 | ^ #12 717.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 717.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.7 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 192 | #if GS_EXPOSE(NSDecimalNumber) #12 717.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 40 | #if GS_EXPOSE(NSDistantObject) #12 717.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 41 | #if GS_EXPOSE(NSDistributedLock) #12 717.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.7 | ^ #12 717.7 In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 717.7 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 74 | #if GS_EXPOSE(NSLock) #12 717.7 | ^~~~~~~~~~~~~~~~~~~ #12 717.7 /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 125 | #if GS_EXPOSE(NSCondition) #12 717.7 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 717.7 /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 175 | #if GS_EXPOSE(NSConditionLock) #12 717.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.7 /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 275 | #if GS_EXPOSE(NSRecursiveLock) #12 717.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.7 /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 717.7 | ^ #12 717.7 In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 717.7 from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 717.7 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 717.7 | ^ #12 717.7 In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 717.7 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 71 | #if GS_EXPOSE(NSNotificationCenter) #12 717.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.7 /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.7 | ^ #12 717.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 717.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 717.7 | ^ #12 717.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 134 | #if GS_EXPOSE(NSError) #12 717.7 | ^~~~~~~~~~~~~~~~~~~~ #12 717.7 /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 717.7 | ^ #12 717.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 717.7 | ^ #12 717.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 717.7 | ^ #12 717.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 717.7 | ^ #12 717.7 In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 717.7 from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 717.7 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 182 | #if GS_EXPOSE(NSURLHandle) #12 717.7 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 717.7 /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 717.7 | ^ #12 717.7 In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 717.7 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 717.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.7 from nsgui.h:34, #12 717.7 from dispextern.h:137, #12 717.7 from nsterm.h:22, #12 717.7 from nsfns.m:38: #12 717.7 /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 73 | #if GS_EXPOSE(NSURL) #12 717.7 | ^~~~~~~~~~~~~~~~~~ #12 717.7 /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 717.7 | ^ #12 717.7 /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.7 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 717.7 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 717.8 from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 717.8 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 717.8 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 599 | #if GS_EXPOSE(NSURLQueryItem) #12 717.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.8 /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 633 | #if GS_EXPOSE(NSURLComponents) #12 717.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.8 /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 160 | #if GS_EXPOSE(NSPipe) #12 717.8 | ^~~~~~~~~~~~~~~~~~~ #12 717.8 /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 717.8 from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 717.8 from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 215 | #if GS_EXPOSE(NSFileManager) #12 717.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.8 /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 717.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.8 /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 42 | #if GS_EXPOSE(NSHost) #12 717.8 | ^~~~~~~~~~~~~~~~~~~ #12 717.8 /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 68 | #if GS_EXPOSE(NSHTTPCookie) #12 717.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.8 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 717.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 47 | #if GS_EXPOSE(NSIndexPath) #12 717.8 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 49 | #if GS_EXPOSE(NSIndexSet) #12 717.8 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 717.8 /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 717.8 from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 52 | #if GS_EXPOSE(NSMethodSignature) #12 717.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 38 | #if GS_EXPOSE(NSInvocation) #12 717.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.8 /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 717.8 from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 717.8 from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 717.8 from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 717.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.8 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 717.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 103 | #if GS_EXPOSE(NSLocale) #12 717.8 | ^~~~~~~~~~~~~~~~~~~~~ #12 717.8 /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 717.8 from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 40 | #if GS_EXPOSE(NSMetadataItem) #12 717.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.8 /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 66 | #if GS_EXPOSE(NSMetadataQuery) #12 717.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.8 /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 717.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.8 /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 717.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 112 | #if GS_EXPOSE(NSNotificationQueue) #12 717.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 361 | #if GS_EXPOSE(NSNetService) #12 717.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.8 /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 717.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 123 | #if GS_EXPOSE(NSNumberFormatter) #12 717.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.8 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 717.8 | ^ #12 717.8 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 717.8 | ^ #12 717.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 717.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.8 from nsgui.h:34, #12 717.8 from dispextern.h:137, #12 717.8 from nsterm.h:22, #12 717.8 from nsfns.m:38: #12 717.8 /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.8 53 | #if GS_EXPOSE(NSPortCoder) #12 717.8 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 717.9 In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 717.9 from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 77 | #if GS_EXPOSE(NSPort) #12 717.9 | ^~~~~~~~~~~~~~~~~~~ #12 717.9 /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 202 | #if GS_EXPOSE(NSSocketPort) #12 717.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.9 /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 284 | #if GS_EXPOSE(NSMessagePort) #12 717.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 47 | #if GS_EXPOSE(NSPortMessage) #12 717.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 717.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 53 | #if GS_EXPOSE(NSProgress) #12 717.9 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 40 | #if GS_EXPOSE(NSProtocolChecker) #12 717.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 91 | #if GS_EXPOSE(NSRegularExpression) #12 717.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 42 | #if GS_EXPOSE(NSScanner) #12 717.9 | ^~~~~~~~~~~~~~~~~~~~~~ #12 717.9 /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 717.9 | ^ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 717.9 | ^ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 717.9 | ^ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 717.9 | ^ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 717.9 | ^ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 717.9 | ^ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 717.9 | ^ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 717.9 | ^ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 717.9 | ^ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 717.9 | ^ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 48 | #if GS_EXPOSE(NSSortDescriptor) #12 717.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.9 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 717.9 | ^ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 58 | #if GS_EXPOSE(NSSpellServer) #12 717.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.9 /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 717.9 | ^ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 717.9 | ^ #12 717.9 In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 717.9 from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 717.9 | ^ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 51 | #if GS_EXPOSE(NSTask) #12 717.9 | ^~~~~~~~~~~~~~~~~~~ #12 717.9 /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 717.9 | ^ #12 717.9 In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 717.9 from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 717.9 | ^ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.9 | ^ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 59 | #if GS_EXPOSE(NSThread) #12 717.9 | ^~~~~~~~~~~~~~~~~~~~~ #12 717.9 /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 717.9 | ^ #12 717.9 In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 717.9 from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 717.9 | ^ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 717.9 | ^ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 717.9 | ^ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 87 | #if GS_EXPOSE(NSUndoManager) #12 717.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 717.9 | ^ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 717.9 | ^ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 717.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 717.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.9 /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 105 | #if GS_EXPOSE(NSURLCache) #12 717.9 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 48 | #if GS_EXPOSE(NSURLConnection) #12 717.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.9 /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 717.9 | ^ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 56 | #if GS_EXPOSE(NSURLCredential) #12 717.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 717.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 49 | #if GS_EXPOSE(NSURLDownload) #12 717.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.9 /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 717.9 | ^ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 717.9 | ^ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 717.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.9 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 717.9 | ^ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 121 | #if GS_EXPOSE(NSURLProtocol) #12 717.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 92 | #if GS_EXPOSE(NSURLRequest) #12 717.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.9 /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 717.9 | ^ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 49 | #if GS_EXPOSE(NSURLResponse) #12 717.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.9 /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 717.9 | ^ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 717.9 | ^ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 217 | #if GS_EXPOSE(NSUserDefaults) #12 717.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 717.9 /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 717.9 | ^ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 717.9 | ^ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 717.9 | ^ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 717.9 | ^ #12 717.9 In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 717.9 from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 717.9 from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 717.9 | ^ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 717.9 | ^ #12 717.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 717.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 717.9 from nsgui.h:34, #12 717.9 from dispextern.h:137, #12 717.9 from nsterm.h:22, #12 717.9 from nsfns.m:38: #12 717.9 /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 717.9 | ^ #12 717.9 /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 717.9 72 | #if GS_EXPOSE(NSXMLParser) #12 717.9 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 718.0 /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 718.0 | ^ #12 718.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 718.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 718.0 from nsgui.h:34, #12 718.0 from dispextern.h:137, #12 718.0 from nsterm.h:22, #12 718.0 from nsfns.m:38: #12 718.0 /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 718.0 | ^ #12 718.0 In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 718.0 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 718.0 from nsgui.h:34, #12 718.0 from dispextern.h:137, #12 718.0 from nsterm.h:22, #12 718.0 from nsfns.m:38: #12 718.0 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 718.0 | ^ #12 718.0 In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 718.0 from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 718.0 from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 718.0 from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 718.0 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 718.0 from nsgui.h:34, #12 718.0 from dispextern.h:137, #12 718.0 from nsterm.h:22, #12 718.0 from nsfns.m:38: #12 718.0 /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.0 | ^ #12 718.0 In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 718.0 from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 718.0 from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 718.0 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 718.0 from nsgui.h:34, #12 718.0 from dispextern.h:137, #12 718.0 from nsterm.h:22, #12 718.0 from nsfns.m:38: #12 718.0 /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 718.0 | ^ #12 718.0 In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 718.0 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 718.0 from nsgui.h:34, #12 718.0 from dispextern.h:137, #12 718.0 from nsterm.h:22, #12 718.0 from nsfns.m:38: #12 718.0 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 718.0 | ^ #12 718.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 718.0 from nsgui.h:34, #12 718.0 from dispextern.h:137, #12 718.0 from nsterm.h:22, #12 718.0 from nsfns.m:38: #12 718.0 /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 718.0 | ^ #12 718.0 In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 718.0 from /usr/include/GNUstep/AppKit/NSView.h:38, #12 718.0 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 718.0 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 718.0 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 718.0 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 718.0 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 718.0 from nsgui.h:34, #12 718.0 from dispextern.h:137, #12 718.0 from nsterm.h:22, #12 718.0 from nsfns.m:38: #12 718.0 /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.0 | ^ #12 718.0 In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 718.0 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 718.0 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 718.0 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 718.0 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 718.0 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 718.0 from nsgui.h:34, #12 718.0 from dispextern.h:137, #12 718.0 from nsterm.h:22, #12 718.0 from nsfns.m:38: #12 718.0 /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.0 | ^ #12 718.0 In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 718.0 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 718.0 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 718.0 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 718.0 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 718.0 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 718.0 from nsgui.h:34, #12 718.0 from dispextern.h:137, #12 718.0 from nsterm.h:22, #12 718.0 from nsfns.m:38: #12 718.0 /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 718.0 | ^ #12 718.0 In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 718.0 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 718.0 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 718.0 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 718.0 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 718.0 from nsgui.h:34, #12 718.0 from dispextern.h:137, #12 718.0 from nsterm.h:22, #12 718.0 from nsfns.m:38: #12 718.0 /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 718.0 | ^ #12 718.0 In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 718.0 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 718.0 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 718.0 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 718.0 from nsgui.h:34, #12 718.0 from dispextern.h:137, #12 718.0 from nsterm.h:22, #12 718.0 from nsfns.m:38: #12 718.0 /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 718.0 | ^ #12 718.0 In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 718.0 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 718.0 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 718.0 from nsgui.h:34, #12 718.0 from dispextern.h:137, #12 718.0 from nsterm.h:22, #12 718.0 from nsfns.m:38: #12 718.0 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.0 | ^ #12 718.0 In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 718.0 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 718.0 from nsgui.h:34, #12 718.0 from dispextern.h:137, #12 718.0 from nsterm.h:22, #12 718.0 from nsfns.m:38: #12 718.0 /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.0 | ^ #12 718.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 718.0 from nsgui.h:34, #12 718.0 from dispextern.h:137, #12 718.0 from nsterm.h:22, #12 718.0 from nsfns.m:38: #12 718.0 /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 718.0 | ^ #12 718.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 718.0 from nsgui.h:34, #12 718.0 from dispextern.h:137, #12 718.0 from nsterm.h:22, #12 718.0 from nsfns.m:38: #12 718.0 /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.0 | ^ #12 718.0 /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.0 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.0 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.1 | ^ #12 718.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 718.1 from nsgui.h:34, #12 718.1 from dispextern.h:137, #12 718.1 from nsterm.h:22, #12 718.1 from nsfns.m:38: #12 718.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 718.1 from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 718.1 from nsgui.h:34, #12 718.1 from dispextern.h:137, #12 718.1 from nsterm.h:22, #12 718.1 from nsfns.m:38: #12 718.1 /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.1 | ^ #12 718.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 718.1 from nsgui.h:34, #12 718.1 from dispextern.h:137, #12 718.1 from nsterm.h:22, #12 718.1 from nsfns.m:38: #12 718.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 718.1 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 718.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 718.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 718.1 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 718.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 718.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 718.1 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 718.1 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 718.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 718.1 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 718.1 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 718.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 718.1 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 718.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 718.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 718.1 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 718.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 718.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 718.1 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 718.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 718.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 718.1 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 718.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 718.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 718.1 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 718.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 718.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 718.1 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 718.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 718.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 718.1 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 718.1 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 718.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 718.1 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 718.1 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 718.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 718.1 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 718.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 718.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 718.1 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 718.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 718.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 718.1 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 718.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 718.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 718.1 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 718.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 718.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 718.1 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 718.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 718.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 718.1 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 718.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 718.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.1 | ^ #12 718.1 In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 718.1 from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 718.1 from nsgui.h:34, #12 718.1 from dispextern.h:137, #12 718.1 from nsterm.h:22, #12 718.1 from nsfns.m:38: #12 718.1 /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.1 | ^ #12 718.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 718.1 from nsgui.h:34, #12 718.1 from dispextern.h:137, #12 718.1 from nsterm.h:22, #12 718.1 from nsfns.m:38: #12 718.1 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.1 | ^ #12 718.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 718.1 from nsgui.h:34, #12 718.1 from dispextern.h:137, #12 718.1 from nsterm.h:22, #12 718.1 from nsfns.m:38: #12 718.1 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 718.1 from nsgui.h:34, #12 718.1 from dispextern.h:137, #12 718.1 from nsterm.h:22, #12 718.1 from nsfns.m:38: #12 718.1 /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.1 | ^ #12 718.1 In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 718.1 from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 718.1 from nsgui.h:34, #12 718.1 from dispextern.h:137, #12 718.1 from nsterm.h:22, #12 718.1 from nsfns.m:38: #12 718.1 /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 718.1 from nsgui.h:34, #12 718.1 from dispextern.h:137, #12 718.1 from nsterm.h:22, #12 718.1 from nsfns.m:38: #12 718.1 /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.1 | ^ #12 718.1 In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 718.1 from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 718.1 from nsgui.h:34, #12 718.1 from dispextern.h:137, #12 718.1 from nsterm.h:22, #12 718.1 from nsfns.m:38: #12 718.1 /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 718.1 from nsgui.h:34, #12 718.1 from dispextern.h:137, #12 718.1 from nsterm.h:22, #12 718.1 from nsfns.m:38: #12 718.1 /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 718.1 from nsgui.h:34, #12 718.1 from dispextern.h:137, #12 718.1 from nsterm.h:22, #12 718.1 from nsfns.m:38: #12 718.1 /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 718.1 | ^ #12 718.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 718.1 from nsgui.h:34, #12 718.1 from dispextern.h:137, #12 718.1 from nsterm.h:22, #12 718.1 from nsfns.m:38: #12 718.1 /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 718.1 from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 718.1 from nsgui.h:34, #12 718.1 from dispextern.h:137, #12 718.1 from nsterm.h:22, #12 718.1 from nsfns.m:38: #12 718.1 /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 718.1 | ^ #12 718.1 In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 718.1 from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 718.1 from nsgui.h:34, #12 718.1 from dispextern.h:137, #12 718.1 from nsterm.h:22, #12 718.1 from nsfns.m:38: #12 718.1 /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 718.1 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 718.1 from nsgui.h:34, #12 718.1 from dispextern.h:137, #12 718.1 from nsterm.h:22, #12 718.1 from nsfns.m:38: #12 718.1 /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 718.1 | ^ #12 718.1 In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 718.1 from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 718.1 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 718.1 from nsgui.h:34, #12 718.1 from dispextern.h:137, #12 718.1 from nsterm.h:22, #12 718.1 from nsfns.m:38: #12 718.1 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.1 | ^ #12 718.1 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 718.1 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 718.1 from nsgui.h:34, #12 718.1 from dispextern.h:137, #12 718.1 from nsterm.h:22, #12 718.1 from nsfns.m:38: #12 718.1 /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 718.1 | ^ #12 718.1 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 718.1 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 718.1 from nsgui.h:34, #12 718.1 from dispextern.h:137, #12 718.1 from nsterm.h:22, #12 718.1 from nsfns.m:38: #12 718.1 /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.1 | ^ #12 718.1 In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 718.1 from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 718.1 from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 718.1 from nsgui.h:34, #12 718.1 from dispextern.h:137, #12 718.1 from nsterm.h:22, #12 718.1 from nsfns.m:38: #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 718.1 from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 718.1 from nsgui.h:34, #12 718.1 from dispextern.h:137, #12 718.1 from nsterm.h:22, #12 718.1 from nsfns.m:38: #12 718.1 /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 718.1 from nsgui.h:34, #12 718.1 from dispextern.h:137, #12 718.1 from nsterm.h:22, #12 718.1 from nsfns.m:38: #12 718.1 /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.1 | ^ #12 718.1 /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.1 | ^ #12 718.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 718.1 from nsgui.h:34, #12 718.1 from dispextern.h:137, #12 718.1 from nsterm.h:22, #12 718.1 from nsfns.m:38: #12 718.1 /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 718.1 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 718.2 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 718.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 718.2 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 718.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 718.2 from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 718.2 from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 718.2 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 718.2 | ^~~~~~~~~~~~~~~~~~~~ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 718.2 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 718.2 | ^~~~~~~~~~~~~~~~~~~~ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 718.2 from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 718.2 from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 718.2 from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 718.2 from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 718.2 from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 718.2 from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 718.2 from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 718.2 from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 718.2 from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 718.2 | ^ #12 718.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 718.2 from nsgui.h:34, #12 718.2 from dispextern.h:137, #12 718.2 from nsterm.h:22, #12 718.2 from nsfns.m:38: #12 718.2 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.2 | ^ #12 718.2 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.2 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.2 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 718.3 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 718.3 from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 718.3 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 718.3 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 718.3 from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 718.3 from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 718.3 from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 718.3 from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 718.3 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 718.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 718.3 In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 718.3 from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 718.3 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 718.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 718.3 | ^ #12 718.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 718.3 from nsgui.h:34, #12 718.3 from dispextern.h:137, #12 718.3 from nsterm.h:22, #12 718.3 from nsfns.m:38: #12 718.3 /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 718.3 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 718.3 | ^ #12 718.3 /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 718.3 125 | __attribute__((unused)); #12 718.3 | ^~~~~~~~~~~~~ #12 718.3 /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 718.3 129 | __attribute__((unused)); #12 718.3 | ^~~~~~~~~~~~~ #12 718.3 /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 718.3 133 | __attribute__((unused)); #12 718.3 | ^~~~~~~~~~~~~ #12 718.3 /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 718.3 214 | __attribute__((unused)); #12 718.3 | ^~~~~~~~~~~~~ #12 718.3 /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 718.3 247 | __attribute__((unused)); #12 718.3 | ^~~~~~~~~~~~~ #12 718.3 /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 718.3 251 | __attribute__((unused)); #12 718.3 | ^~~~~~~~~~~~~ #12 718.3 /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 718.3 259 | __attribute__((unused)); #12 718.3 | ^~~~~~~~~~~~~ #12 718.3 /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 718.3 263 | __attribute__((unused)); #12 718.3 | ^~~~~~~~~~~~~ #12 718.3 /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 718.3 267 | __attribute__((unused)); #12 718.3 | ^~~~~~~~~~~~~ #12 718.3 /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 718.3 271 | __attribute__((unused)); #12 718.3 | ^~~~~~~~~~~~~ #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 718.4 275 | __attribute__((unused)); #12 718.4 | ^~~~~~~~~~~~~ #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 718.4 287 | __attribute__((unused)); #12 718.4 | ^~~~~~~~~~~~~ #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 718.4 311 | __attribute__((unused)); #12 718.4 | ^~~~~~~~~~~~~ #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 718.4 323 | __attribute__((unused)); #12 718.4 | ^~~~~~~~~~~~~ #12 718.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 718.4 from nsgui.h:34, #12 718.4 from dispextern.h:137, #12 718.4 from nsterm.h:22, #12 718.4 from nsfns.m:38: #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 718.4 493 | PSgsave() #12 718.4 | ^~~~~~~ #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 718.4 499 | PSgrestore() #12 718.4 | ^~~~~~~~~~ #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 718.4 505 | PSinitgraphics() #12 718.4 | ^~~~~~~~~~~~~~ #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 718.4 622 | PSinitmatrix() #12 718.4 | ^~~~~~~~~~~~ #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 718.4 669 | PSclip() #12 718.4 | ^~~~~~ #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 718.4 675 | PSclosepath() #12 718.4 | ^~~~~~~~~~~ #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 718.4 687 | PSeoclip() #12 718.4 | ^~~~~~~~ #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 718.4 693 | PSeofill() #12 718.4 | ^~~~~~~~ #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 718.4 699 | PSfill() #12 718.4 | ^~~~~~ #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 718.4 705 | PSflattenpath() #12 718.4 | ^~~~~~~~~~~~~ #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 718.4 711 | PSinitclip() #12 718.4 | ^~~~~~~~~~ #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 718.4 729 | PSnewpath() #12 718.4 | ^~~~~~~~~ #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 718.4 765 | PSreversepath() #12 718.4 | ^~~~~~~~~~~~~ #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 718.4 783 | PSstroke() #12 718.4 | ^~~~~~~~ #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 718.4 835 | PSWait() #12 718.4 | ^~~~~~ #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 718.4 /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 718.5 nsfns.m: At top level: #12 718.5 nsfns.m:694:1: warning: no previous prototype for 'ns_make_frame_key_window' [-Wmissing-prototypes] #12 718.5 694 | ns_make_frame_key_window (struct frame *f) #12 718.5 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 725.4 CC nsmenu.o #12 725.4 cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 725.4 cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 726.0 In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 726.0 from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 726.0 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 726.0 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 726.0 | ^ #12 726.0 In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 726.0 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 726.0 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 726.0 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 726.0 | ^~~~~~~~~~~~~~~~~~~~ #12 726.0 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 726.0 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 726.0 | ^~~~~~~~~~~~~~~~~~~~ #12 726.0 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.0 | ^ #12 726.0 In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 726.0 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 726.0 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 726.0 | ^ #12 726.0 In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 726.0 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 726.0 | ^ #12 726.0 In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 726.0 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 726.0 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.0 | ^ #12 726.0 In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 726.0 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.0 | ^ #12 726.0 In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 726.0 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 726.0 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 726.0 | ^ #12 726.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.0 | ^ #12 726.0 In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 726.0 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 726.0 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 88 | #if GS_API_VERSION(0,011500) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 726.0 | ^ #12 726.0 In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 726.0 from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 726.0 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 726.0 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 726.0 | ^ #12 726.0 In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 726.0 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 726.0 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 726.0 | ^~~~~~~~~~ #12 726.0 In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 726.0 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 726.0 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 726.0 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 726.0 | ^~~~~~~~~~ #12 726.0 In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 726.0 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 726.0 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 726.0 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.0 | ^ #12 726.0 In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 726.0 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 726.0 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.0 | ^ #12 726.0 In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 726.0 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 726.0 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 726.0 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 726.0 | ^ #12 726.0 In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 726.0 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 726.0 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 726.0 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 726.0 | ^ #12 726.0 In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 726.0 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.0 | ^ #12 726.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 46 | #if GS_EXPOSE(NSAffineTransform) #12 726.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 726.0 | ^ #12 726.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 726.0 | ^ #12 726.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 726.0 | ^ #12 726.0 In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 726.0 from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 726.0 from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.0 | ^ #12 726.0 In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 726.0 from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 726.0 | ^ #12 726.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 45 | #if GS_EXPOSE(NSArchiver) #12 726.0 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 726.0 /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 164 | #if GS_EXPOSE(NSUnarchiver) #12 726.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.0 /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 726.0 | ^ #12 726.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 726.0 | ^ #12 726.0 In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 726.0 from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 726.0 | ^ #12 726.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.0 | ^ #12 726.0 In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 726.0 from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.0 | ^ #12 726.0 In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 726.0 from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 726.0 | ^ #12 726.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 726.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.0 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.0 | ^ #12 726.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 726.0 | ^ #12 726.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 114 | #if GS_EXPOSE(NSBundle) #12 726.0 | ^~~~~~~~~~~~~~~~~~~~~ #12 726.0 /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 726.0 | ^ #12 726.0 In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 726.0 from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 726.0 | ^ #12 726.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 43 | #if GS_EXPOSE(NSCache) #12 726.0 | ^~~~~~~~~~~~~~~~~~~~ #12 726.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.0 | ^ #12 726.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 37 | #if GS_EXPOSE(NSCalendarDate) #12 726.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.0 /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 726.0 | ^ #12 726.0 In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 726.0 from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 726.0 | ^ #12 726.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.0 | ^ #12 726.0 /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.0 | ^ #12 726.0 In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 726.0 from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 726.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.0 from nsgui.h:34, #12 726.0 from dispextern.h:137, #12 726.0 from window.h:23, #12 726.0 from nsmenu.m:29: #12 726.0 /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 113 | #if GS_EXPOSE(NSException) #12 726.0 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 726.0 /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.0 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 726.0 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 726.1 303 | NSGetUncaughtExceptionHandler(); #12 726.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 726.1 from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 53 | #if GS_EXPOSE(NSExpression) #12 726.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.1 In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 726.1 from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 726.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 726.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.1 In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 726.1 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 47 | #if GS_EXPOSE(NSTimer) #12 726.1 | ^~~~~~~~~~~~~~~~~~~~ #12 726.1 /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 726.1 from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 726.1 from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 726.1 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 726.1 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 46 | #if GS_EXPOSE(NSRunLoop) #12 726.1 | ^~~~~~~~~~~~~~~~~~~~~~ #12 726.1 /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 726.1 from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 726.1 from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 726.1 from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 127 | #if GS_EXPOSE(NSDateFormatter) #12 726.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.1 /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 726.1 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 726.1 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 726.1 from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 726.1 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 726.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.1 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 192 | #if GS_EXPOSE(NSDecimalNumber) #12 726.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 40 | #if GS_EXPOSE(NSDistantObject) #12 726.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 41 | #if GS_EXPOSE(NSDistributedLock) #12 726.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 726.1 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 74 | #if GS_EXPOSE(NSLock) #12 726.1 | ^~~~~~~~~~~~~~~~~~~ #12 726.1 /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 125 | #if GS_EXPOSE(NSCondition) #12 726.1 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 726.1 /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 175 | #if GS_EXPOSE(NSConditionLock) #12 726.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.1 /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 275 | #if GS_EXPOSE(NSRecursiveLock) #12 726.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.1 /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 726.1 from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 726.1 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 726.1 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 71 | #if GS_EXPOSE(NSNotificationCenter) #12 726.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.1 /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 726.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 134 | #if GS_EXPOSE(NSError) #12 726.1 | ^~~~~~~~~~~~~~~~~~~~ #12 726.1 /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 726.1 from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 726.1 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 182 | #if GS_EXPOSE(NSURLHandle) #12 726.1 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 726.1 /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 726.1 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 73 | #if GS_EXPOSE(NSURL) #12 726.1 | ^~~~~~~~~~~~~~~~~~ #12 726.1 /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 726.1 from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 726.1 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 726.1 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 599 | #if GS_EXPOSE(NSURLQueryItem) #12 726.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.1 /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 633 | #if GS_EXPOSE(NSURLComponents) #12 726.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.1 /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 160 | #if GS_EXPOSE(NSPipe) #12 726.1 | ^~~~~~~~~~~~~~~~~~~ #12 726.1 /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 726.1 from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 726.1 from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 215 | #if GS_EXPOSE(NSFileManager) #12 726.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.1 /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 726.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.1 /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 42 | #if GS_EXPOSE(NSHost) #12 726.1 | ^~~~~~~~~~~~~~~~~~~ #12 726.1 /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 68 | #if GS_EXPOSE(NSHTTPCookie) #12 726.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.1 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 726.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 47 | #if GS_EXPOSE(NSIndexPath) #12 726.1 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 726.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 49 | #if GS_EXPOSE(NSIndexSet) #12 726.1 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 726.1 /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 726.1 from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 52 | #if GS_EXPOSE(NSMethodSignature) #12 726.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 38 | #if GS_EXPOSE(NSInvocation) #12 726.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.1 /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 726.1 | ^ #12 726.1 /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 726.1 | ^ #12 726.1 In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 726.1 from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 726.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.1 from nsgui.h:34, #12 726.1 from dispextern.h:137, #12 726.1 from window.h:23, #12 726.1 from nsmenu.m:29: #12 726.1 /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.1 | ^ #12 726.2 /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.2 | ^ #12 726.2 /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.2 | ^ #12 726.2 /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.2 | ^ #12 726.2 /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.2 | ^ #12 726.2 /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.2 | ^ #12 726.2 /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.2 | ^ #12 726.2 /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.2 | ^ #12 726.2 /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.2 | ^ #12 726.2 /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.2 | ^ #12 726.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 726.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.2 from nsgui.h:34, #12 726.2 from dispextern.h:137, #12 726.2 from window.h:23, #12 726.2 from nsmenu.m:29: #12 726.2 /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.2 | ^ #12 726.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 726.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.2 from nsgui.h:34, #12 726.2 from dispextern.h:137, #12 726.2 from window.h:23, #12 726.2 from nsmenu.m:29: #12 726.2 /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 726.2 | ^ #12 726.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 726.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.2 from nsgui.h:34, #12 726.2 from dispextern.h:137, #12 726.2 from window.h:23, #12 726.2 from nsmenu.m:29: #12 726.2 /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 726.2 | ^ #12 726.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 726.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.2 from nsgui.h:34, #12 726.2 from dispextern.h:137, #12 726.2 from window.h:23, #12 726.2 from nsmenu.m:29: #12 726.2 /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 726.2 | ^ #12 726.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 726.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.2 from nsgui.h:34, #12 726.2 from dispextern.h:137, #12 726.2 from window.h:23, #12 726.2 from nsmenu.m:29: #12 726.2 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.2 | ^ #12 726.2 In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 726.2 from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 726.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.2 from nsgui.h:34, #12 726.2 from dispextern.h:137, #12 726.2 from window.h:23, #12 726.2 from nsmenu.m:29: #12 726.2 /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.2 | ^ #12 726.2 /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 726.2 | ^ #12 726.2 In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 726.2 from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 726.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.2 from nsgui.h:34, #12 726.2 from dispextern.h:137, #12 726.2 from window.h:23, #12 726.2 from nsmenu.m:29: #12 726.2 /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 726.2 | ^ #12 726.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 726.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.2 from nsgui.h:34, #12 726.2 from dispextern.h:137, #12 726.2 from window.h:23, #12 726.2 from nsmenu.m:29: #12 726.2 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 726.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.2 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 726.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 726.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.2 from nsgui.h:34, #12 726.2 from dispextern.h:137, #12 726.2 from window.h:23, #12 726.2 from nsmenu.m:29: #12 726.2 /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.2 | ^ #12 726.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 726.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.2 from nsgui.h:34, #12 726.2 from dispextern.h:137, #12 726.2 from window.h:23, #12 726.2 from nsmenu.m:29: #12 726.2 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 726.2 | ^ #12 726.2 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 726.2 | ^ #12 726.2 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 726.2 | ^ #12 726.2 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 726.2 | ^ #12 726.2 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 726.2 | ^ #12 726.2 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 726.2 | ^ #12 726.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 726.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.2 from nsgui.h:34, #12 726.2 from dispextern.h:137, #12 726.2 from window.h:23, #12 726.2 from nsmenu.m:29: #12 726.2 /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 726.2 | ^ #12 726.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 726.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.2 from nsgui.h:34, #12 726.2 from dispextern.h:137, #12 726.2 from window.h:23, #12 726.2 from nsmenu.m:29: #12 726.2 /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 726.2 | ^ #12 726.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 726.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.2 from nsgui.h:34, #12 726.2 from dispextern.h:137, #12 726.2 from window.h:23, #12 726.2 from nsmenu.m:29: #12 726.2 /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.2 | ^ #12 726.2 /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.2 | ^ #12 726.2 /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.2 | ^ #12 726.2 /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 103 | #if GS_EXPOSE(NSLocale) #12 726.2 | ^~~~~~~~~~~~~~~~~~~~~ #12 726.2 /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.2 | ^ #12 726.2 /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.2 | ^ #12 726.2 /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.2 | ^ #12 726.2 /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.2 | ^ #12 726.2 /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.2 | ^ #12 726.2 /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.2 | ^ #12 726.2 /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 726.2 | ^ #12 726.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 726.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.2 from nsgui.h:34, #12 726.2 from dispextern.h:137, #12 726.2 from window.h:23, #12 726.2 from nsmenu.m:29: #12 726.2 /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 726.2 | ^ #12 726.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 726.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.2 from nsgui.h:34, #12 726.2 from dispextern.h:137, #12 726.2 from window.h:23, #12 726.2 from nsmenu.m:29: #12 726.2 /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 726.2 | ^ #12 726.2 In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 726.2 from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 726.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.2 from nsgui.h:34, #12 726.2 from dispextern.h:137, #12 726.2 from window.h:23, #12 726.2 from nsmenu.m:29: #12 726.2 /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 726.2 | ^ #12 726.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 726.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.2 from nsgui.h:34, #12 726.2 from dispextern.h:137, #12 726.2 from window.h:23, #12 726.2 from nsmenu.m:29: #12 726.2 /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 40 | #if GS_EXPOSE(NSMetadataItem) #12 726.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.2 /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 66 | #if GS_EXPOSE(NSMetadataQuery) #12 726.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.2 /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 726.2 | ^ #12 726.2 /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 726.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.2 /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 726.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 726.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.2 from nsgui.h:34, #12 726.2 from dispextern.h:137, #12 726.2 from window.h:23, #12 726.2 from nsmenu.m:29: #12 726.2 /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 112 | #if GS_EXPOSE(NSNotificationQueue) #12 726.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 726.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.2 from nsgui.h:34, #12 726.2 from dispextern.h:137, #12 726.2 from window.h:23, #12 726.2 from nsmenu.m:29: #12 726.2 /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 726.2 | ^ #12 726.2 /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 726.2 | ^ #12 726.2 /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 726.2 | ^ #12 726.2 /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 726.2 | ^ #12 726.2 /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 361 | #if GS_EXPOSE(NSNetService) #12 726.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.2 /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 726.2 | ^ #12 726.2 /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 726.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 726.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.2 from nsgui.h:34, #12 726.2 from dispextern.h:137, #12 726.2 from window.h:23, #12 726.2 from nsmenu.m:29: #12 726.2 /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.2 | ^ #12 726.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 726.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.2 from nsgui.h:34, #12 726.2 from dispextern.h:137, #12 726.2 from window.h:23, #12 726.2 from nsmenu.m:29: #12 726.2 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.2 | ^ #12 726.2 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.2 | ^ #12 726.2 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 123 | #if GS_EXPOSE(NSNumberFormatter) #12 726.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.2 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.2 | ^ #12 726.2 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.2 | ^ #12 726.2 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.2 | ^ #12 726.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 726.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.2 from nsgui.h:34, #12 726.2 from dispextern.h:137, #12 726.2 from window.h:23, #12 726.2 from nsmenu.m:29: #12 726.2 /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 726.2 | ^ #12 726.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 726.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.2 from nsgui.h:34, #12 726.2 from dispextern.h:137, #12 726.2 from window.h:23, #12 726.2 from nsmenu.m:29: #12 726.2 /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 726.2 | ^ #12 726.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 726.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.2 from nsgui.h:34, #12 726.2 from dispextern.h:137, #12 726.2 from window.h:23, #12 726.2 from nsmenu.m:29: #12 726.2 /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.2 | ^ #12 726.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 726.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.2 from nsgui.h:34, #12 726.2 from dispextern.h:137, #12 726.2 from window.h:23, #12 726.2 from nsmenu.m:29: #12 726.2 /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 726.2 | ^ #12 726.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 726.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.2 from nsgui.h:34, #12 726.2 from dispextern.h:137, #12 726.2 from window.h:23, #12 726.2 from nsmenu.m:29: #12 726.2 /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 726.2 | ^ #12 726.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 726.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.2 from nsgui.h:34, #12 726.2 from dispextern.h:137, #12 726.2 from window.h:23, #12 726.2 from nsmenu.m:29: #12 726.2 /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.2 | ^ #12 726.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 726.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.2 from nsgui.h:34, #12 726.2 from dispextern.h:137, #12 726.2 from window.h:23, #12 726.2 from nsmenu.m:29: #12 726.2 /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.2 53 | #if GS_EXPOSE(NSPortCoder) #12 726.2 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 726.3 In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 726.3 from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 77 | #if GS_EXPOSE(NSPort) #12 726.3 | ^~~~~~~~~~~~~~~~~~~ #12 726.3 /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 202 | #if GS_EXPOSE(NSSocketPort) #12 726.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.3 /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 284 | #if GS_EXPOSE(NSMessagePort) #12 726.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 47 | #if GS_EXPOSE(NSPortMessage) #12 726.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 726.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 53 | #if GS_EXPOSE(NSProgress) #12 726.3 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 40 | #if GS_EXPOSE(NSProtocolChecker) #12 726.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 91 | #if GS_EXPOSE(NSRegularExpression) #12 726.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 42 | #if GS_EXPOSE(NSScanner) #12 726.3 | ^~~~~~~~~~~~~~~~~~~~~~ #12 726.3 /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.3 | ^ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 726.3 | ^ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 726.3 | ^ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 726.3 | ^ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 726.3 | ^ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 726.3 | ^ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 726.3 | ^ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 726.3 | ^ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 726.3 | ^ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 726.3 | ^ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 48 | #if GS_EXPOSE(NSSortDescriptor) #12 726.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.3 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 726.3 | ^ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 58 | #if GS_EXPOSE(NSSpellServer) #12 726.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.3 /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 726.3 | ^ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 726.3 | ^ #12 726.3 In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 726.3 from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 726.3 | ^ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 51 | #if GS_EXPOSE(NSTask) #12 726.3 | ^~~~~~~~~~~~~~~~~~~ #12 726.3 /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.3 | ^ #12 726.3 In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 726.3 from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 726.3 | ^ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.3 | ^ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 59 | #if GS_EXPOSE(NSThread) #12 726.3 | ^~~~~~~~~~~~~~~~~~~~~ #12 726.3 /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.3 | ^ #12 726.3 In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 726.3 from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 726.3 | ^ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 726.3 | ^ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 726.3 | ^ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 87 | #if GS_EXPOSE(NSUndoManager) #12 726.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 726.3 | ^ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 726.3 | ^ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 726.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 726.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.3 /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 105 | #if GS_EXPOSE(NSURLCache) #12 726.3 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 48 | #if GS_EXPOSE(NSURLConnection) #12 726.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.3 /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 726.3 | ^ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 56 | #if GS_EXPOSE(NSURLCredential) #12 726.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 726.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 49 | #if GS_EXPOSE(NSURLDownload) #12 726.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.3 /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 726.3 | ^ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 726.3 | ^ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 726.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.3 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 726.3 | ^ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 121 | #if GS_EXPOSE(NSURLProtocol) #12 726.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 92 | #if GS_EXPOSE(NSURLRequest) #12 726.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.3 /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 726.3 | ^ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 49 | #if GS_EXPOSE(NSURLResponse) #12 726.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.3 /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 726.3 | ^ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 726.3 | ^ #12 726.3 /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 726.3 | ^ #12 726.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 726.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.3 from nsgui.h:34, #12 726.3 from dispextern.h:137, #12 726.3 from window.h:23, #12 726.3 from nsmenu.m:29: #12 726.3 /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.3 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 726.3 | ^ #12 726.4 /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 217 | #if GS_EXPOSE(NSUserDefaults) #12 726.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.4 /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.4 | ^ #12 726.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 726.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.4 from nsgui.h:34, #12 726.4 from dispextern.h:137, #12 726.4 from window.h:23, #12 726.4 from nsmenu.m:29: #12 726.4 /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 726.4 | ^ #12 726.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 726.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.4 from nsgui.h:34, #12 726.4 from dispextern.h:137, #12 726.4 from window.h:23, #12 726.4 from nsmenu.m:29: #12 726.4 /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 726.4 | ^ #12 726.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 726.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.4 from nsgui.h:34, #12 726.4 from dispextern.h:137, #12 726.4 from window.h:23, #12 726.4 from nsmenu.m:29: #12 726.4 /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 726.4 | ^ #12 726.4 In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 726.4 from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 726.4 from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 726.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.4 from nsgui.h:34, #12 726.4 from dispextern.h:137, #12 726.4 from window.h:23, #12 726.4 from nsmenu.m:29: #12 726.4 /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 726.4 | ^ #12 726.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 726.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.4 from nsgui.h:34, #12 726.4 from dispextern.h:137, #12 726.4 from window.h:23, #12 726.4 from nsmenu.m:29: #12 726.4 /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 726.4 | ^ #12 726.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 726.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.4 from nsgui.h:34, #12 726.4 from dispextern.h:137, #12 726.4 from window.h:23, #12 726.4 from nsmenu.m:29: #12 726.4 /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 72 | #if GS_EXPOSE(NSXMLParser) #12 726.4 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 726.4 /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 726.4 | ^ #12 726.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 726.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 726.4 from nsgui.h:34, #12 726.4 from dispextern.h:137, #12 726.4 from window.h:23, #12 726.4 from nsmenu.m:29: #12 726.4 /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 726.4 | ^ #12 726.4 In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 726.4 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 726.4 from nsgui.h:34, #12 726.4 from dispextern.h:137, #12 726.4 from window.h:23, #12 726.4 from nsmenu.m:29: #12 726.4 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.4 | ^ #12 726.4 In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 726.4 from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 726.4 from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 726.4 from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 726.4 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 726.4 from nsgui.h:34, #12 726.4 from dispextern.h:137, #12 726.4 from window.h:23, #12 726.4 from nsmenu.m:29: #12 726.4 /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.4 | ^ #12 726.4 In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 726.4 from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 726.4 from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 726.4 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 726.4 from nsgui.h:34, #12 726.4 from dispextern.h:137, #12 726.4 from window.h:23, #12 726.4 from nsmenu.m:29: #12 726.4 /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 726.4 | ^ #12 726.4 In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 726.4 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 726.4 from nsgui.h:34, #12 726.4 from dispextern.h:137, #12 726.4 from window.h:23, #12 726.4 from nsmenu.m:29: #12 726.4 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.4 | ^ #12 726.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 726.4 from nsgui.h:34, #12 726.4 from dispextern.h:137, #12 726.4 from window.h:23, #12 726.4 from nsmenu.m:29: #12 726.4 /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 726.4 | ^ #12 726.4 In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 726.4 from /usr/include/GNUstep/AppKit/NSView.h:38, #12 726.4 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 726.4 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 726.4 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 726.4 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 726.4 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 726.4 from nsgui.h:34, #12 726.4 from dispextern.h:137, #12 726.4 from window.h:23, #12 726.4 from nsmenu.m:29: #12 726.4 /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.4 | ^ #12 726.4 In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 726.4 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 726.4 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 726.4 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 726.4 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 726.4 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 726.4 from nsgui.h:34, #12 726.4 from dispextern.h:137, #12 726.4 from window.h:23, #12 726.4 from nsmenu.m:29: #12 726.4 /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.4 | ^ #12 726.4 In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 726.4 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 726.4 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 726.4 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 726.4 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 726.4 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 726.4 from nsgui.h:34, #12 726.4 from dispextern.h:137, #12 726.4 from window.h:23, #12 726.4 from nsmenu.m:29: #12 726.4 /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 726.4 | ^ #12 726.4 In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 726.4 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 726.4 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 726.4 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 726.4 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 726.4 from nsgui.h:34, #12 726.4 from dispextern.h:137, #12 726.4 from window.h:23, #12 726.4 from nsmenu.m:29: #12 726.4 /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 726.4 | ^ #12 726.4 /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.4 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.4 | ^ #12 726.5 In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 726.5 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 726.5 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 726.5 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 726.5 from nsgui.h:34, #12 726.5 from dispextern.h:137, #12 726.5 from window.h:23, #12 726.5 from nsmenu.m:29: #12 726.5 /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 726.5 | ^ #12 726.5 In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 726.5 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 726.5 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 726.5 from nsgui.h:34, #12 726.5 from dispextern.h:137, #12 726.5 from window.h:23, #12 726.5 from nsmenu.m:29: #12 726.5 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.5 | ^ #12 726.5 In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 726.5 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 726.5 from nsgui.h:34, #12 726.5 from dispextern.h:137, #12 726.5 from window.h:23, #12 726.5 from nsmenu.m:29: #12 726.5 /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.5 | ^ #12 726.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 726.5 from nsgui.h:34, #12 726.5 from dispextern.h:137, #12 726.5 from window.h:23, #12 726.5 from nsmenu.m:29: #12 726.5 /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 726.5 | ^ #12 726.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 726.5 from nsgui.h:34, #12 726.5 from dispextern.h:137, #12 726.5 from window.h:23, #12 726.5 from nsmenu.m:29: #12 726.5 /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.5 | ^ #12 726.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 726.5 from nsgui.h:34, #12 726.5 from dispextern.h:137, #12 726.5 from window.h:23, #12 726.5 from nsmenu.m:29: #12 726.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 726.5 from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 726.5 from nsgui.h:34, #12 726.5 from dispextern.h:137, #12 726.5 from window.h:23, #12 726.5 from nsmenu.m:29: #12 726.5 /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.5 | ^ #12 726.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 726.5 from nsgui.h:34, #12 726.5 from dispextern.h:137, #12 726.5 from window.h:23, #12 726.5 from nsmenu.m:29: #12 726.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 726.5 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 726.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 726.5 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 726.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 726.5 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 726.5 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 726.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 726.5 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 726.5 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 726.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 726.5 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 726.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 726.5 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 726.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 726.5 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 726.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 726.5 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 726.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 726.5 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 726.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 726.5 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 726.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 726.5 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 726.5 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 726.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 726.5 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 726.5 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 726.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 726.5 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 726.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 726.5 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 726.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 726.5 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 726.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 726.5 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 726.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 726.5 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 726.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 726.5 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 726.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.5 | ^ #12 726.5 In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 726.5 from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 726.5 from nsgui.h:34, #12 726.5 from dispextern.h:137, #12 726.5 from window.h:23, #12 726.5 from nsmenu.m:29: #12 726.5 /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.5 | ^ #12 726.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 726.5 from nsgui.h:34, #12 726.5 from dispextern.h:137, #12 726.5 from window.h:23, #12 726.5 from nsmenu.m:29: #12 726.5 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.5 | ^ #12 726.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 726.5 from nsgui.h:34, #12 726.5 from dispextern.h:137, #12 726.5 from window.h:23, #12 726.5 from nsmenu.m:29: #12 726.5 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 726.5 from nsgui.h:34, #12 726.5 from dispextern.h:137, #12 726.5 from window.h:23, #12 726.5 from nsmenu.m:29: #12 726.5 /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.5 | ^ #12 726.5 In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 726.5 from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 726.5 from nsgui.h:34, #12 726.5 from dispextern.h:137, #12 726.5 from window.h:23, #12 726.5 from nsmenu.m:29: #12 726.5 /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 726.5 from nsgui.h:34, #12 726.5 from dispextern.h:137, #12 726.5 from window.h:23, #12 726.5 from nsmenu.m:29: #12 726.5 /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.5 | ^ #12 726.5 In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 726.5 from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 726.5 from nsgui.h:34, #12 726.5 from dispextern.h:137, #12 726.5 from window.h:23, #12 726.5 from nsmenu.m:29: #12 726.5 /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 726.5 from nsgui.h:34, #12 726.5 from dispextern.h:137, #12 726.5 from window.h:23, #12 726.5 from nsmenu.m:29: #12 726.5 /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.5 /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.5 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.5 | ^ #12 726.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 726.6 from nsgui.h:34, #12 726.6 from dispextern.h:137, #12 726.6 from window.h:23, #12 726.6 from nsmenu.m:29: #12 726.6 /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 726.6 | ^ #12 726.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 726.6 from nsgui.h:34, #12 726.6 from dispextern.h:137, #12 726.6 from window.h:23, #12 726.6 from nsmenu.m:29: #12 726.6 /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.6 | ^ #12 726.6 In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 726.6 from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 726.6 from nsgui.h:34, #12 726.6 from dispextern.h:137, #12 726.6 from window.h:23, #12 726.6 from nsmenu.m:29: #12 726.6 /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.6 | ^ #12 726.6 In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 726.6 from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 726.6 from nsgui.h:34, #12 726.6 from dispextern.h:137, #12 726.6 from window.h:23, #12 726.6 from nsmenu.m:29: #12 726.6 /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.6 | ^ #12 726.6 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 726.6 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 726.6 from nsgui.h:34, #12 726.6 from dispextern.h:137, #12 726.6 from window.h:23, #12 726.6 from nsmenu.m:29: #12 726.6 /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.6 | ^ #12 726.6 In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 726.6 from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 726.6 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 726.6 from nsgui.h:34, #12 726.6 from dispextern.h:137, #12 726.6 from window.h:23, #12 726.6 from nsmenu.m:29: #12 726.6 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.6 | ^ #12 726.6 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 726.6 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 726.6 from nsgui.h:34, #12 726.6 from dispextern.h:137, #12 726.6 from window.h:23, #12 726.6 from nsmenu.m:29: #12 726.6 /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.6 | ^ #12 726.6 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 726.6 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 726.6 from nsgui.h:34, #12 726.6 from dispextern.h:137, #12 726.6 from window.h:23, #12 726.6 from nsmenu.m:29: #12 726.6 /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.6 | ^ #12 726.6 In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 726.6 from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 726.6 from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 726.6 from nsgui.h:34, #12 726.6 from dispextern.h:137, #12 726.6 from window.h:23, #12 726.6 from nsmenu.m:29: #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.6 | ^ #12 726.6 In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 726.6 from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 726.6 from nsgui.h:34, #12 726.6 from dispextern.h:137, #12 726.6 from window.h:23, #12 726.6 from nsmenu.m:29: #12 726.6 /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.6 | ^ #12 726.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 726.6 from nsgui.h:34, #12 726.6 from dispextern.h:137, #12 726.6 from window.h:23, #12 726.6 from nsmenu.m:29: #12 726.6 /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.6 | ^ #12 726.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 726.6 from nsgui.h:34, #12 726.6 from dispextern.h:137, #12 726.6 from window.h:23, #12 726.6 from nsmenu.m:29: #12 726.6 /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 726.6 | ^ #12 726.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 726.6 from nsgui.h:34, #12 726.6 from dispextern.h:137, #12 726.6 from window.h:23, #12 726.6 from nsmenu.m:29: #12 726.6 /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.6 | ^ #12 726.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 726.6 from nsgui.h:34, #12 726.6 from dispextern.h:137, #12 726.6 from window.h:23, #12 726.6 from nsmenu.m:29: #12 726.6 /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.6 | ^ #12 726.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 726.6 from nsgui.h:34, #12 726.6 from dispextern.h:137, #12 726.6 from window.h:23, #12 726.6 from nsmenu.m:29: #12 726.6 /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.6 | ^ #12 726.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 726.6 from nsgui.h:34, #12 726.6 from dispextern.h:137, #12 726.6 from window.h:23, #12 726.6 from nsmenu.m:29: #12 726.6 /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 726.6 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 726.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 726.6 from nsgui.h:34, #12 726.6 from dispextern.h:137, #12 726.6 from window.h:23, #12 726.6 from nsmenu.m:29: #12 726.6 /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 726.6 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 726.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 726.6 from nsgui.h:34, #12 726.6 from dispextern.h:137, #12 726.6 from window.h:23, #12 726.6 from nsmenu.m:29: #12 726.6 /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 726.6 | ^ #12 726.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 726.6 from nsgui.h:34, #12 726.6 from dispextern.h:137, #12 726.6 from window.h:23, #12 726.6 from nsmenu.m:29: #12 726.6 /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.6 | ^ #12 726.6 In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 726.6 from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 726.6 from nsgui.h:34, #12 726.6 from dispextern.h:137, #12 726.6 from window.h:23, #12 726.6 from nsmenu.m:29: #12 726.6 /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.6 | ^ #12 726.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 726.6 from nsgui.h:34, #12 726.6 from dispextern.h:137, #12 726.6 from window.h:23, #12 726.6 from nsmenu.m:29: #12 726.6 /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.6 | ^ #12 726.6 /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.6 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.6 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 726.7 from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 726.7 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 726.7 | ^~~~~~~~~~~~~~~~~~~~ #12 726.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 726.7 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 726.7 | ^~~~~~~~~~~~~~~~~~~~ #12 726.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 726.7 from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 726.7 from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 726.7 from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.7 | ^ #12 726.7 In file included from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 726.7 from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 726.7 from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 726.7 from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 726.7 from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.7 | ^ #12 726.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 726.7 from nsgui.h:34, #12 726.7 from dispextern.h:137, #12 726.7 from window.h:23, #12 726.7 from nsmenu.m:29: #12 726.7 /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.7 | ^ #12 726.7 /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.7 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.7 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 726.8 from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 726.8 from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 726.8 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 726.8 from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 726.8 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 726.8 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 726.8 from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 726.8 from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 726.8 from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.8 | ^ #12 726.8 In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 726.8 from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 726.8 from nsgui.h:34, #12 726.8 from dispextern.h:137, #12 726.8 from window.h:23, #12 726.8 from nsmenu.m:29: #12 726.8 /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.8 | ^ #12 726.8 /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.8 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.8 | ^ #12 726.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 726.9 from nsgui.h:34, #12 726.9 from dispextern.h:137, #12 726.9 from window.h:23, #12 726.9 from nsmenu.m:29: #12 726.9 /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.9 | ^ #12 726.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 726.9 from nsgui.h:34, #12 726.9 from dispextern.h:137, #12 726.9 from window.h:23, #12 726.9 from nsmenu.m:29: #12 726.9 /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.9 | ^ #12 726.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 726.9 from nsgui.h:34, #12 726.9 from dispextern.h:137, #12 726.9 from window.h:23, #12 726.9 from nsmenu.m:29: #12 726.9 /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 726.9 | ^ #12 726.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 726.9 from nsgui.h:34, #12 726.9 from dispextern.h:137, #12 726.9 from window.h:23, #12 726.9 from nsmenu.m:29: #12 726.9 /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 726.9 | ^ #12 726.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 726.9 from nsgui.h:34, #12 726.9 from dispextern.h:137, #12 726.9 from window.h:23, #12 726.9 from nsmenu.m:29: #12 726.9 /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.9 | ^ #12 726.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 726.9 from nsgui.h:34, #12 726.9 from dispextern.h:137, #12 726.9 from window.h:23, #12 726.9 from nsmenu.m:29: #12 726.9 /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 726.9 | ^ #12 726.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 726.9 from nsgui.h:34, #12 726.9 from dispextern.h:137, #12 726.9 from window.h:23, #12 726.9 from nsmenu.m:29: #12 726.9 /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.9 | ^ #12 726.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 726.9 from nsgui.h:34, #12 726.9 from dispextern.h:137, #12 726.9 from window.h:23, #12 726.9 from nsmenu.m:29: #12 726.9 /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 726.9 | ^ #12 726.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 726.9 from nsgui.h:34, #12 726.9 from dispextern.h:137, #12 726.9 from window.h:23, #12 726.9 from nsmenu.m:29: #12 726.9 /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.9 | ^ #12 726.9 /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.9 | ^ #12 726.9 /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.9 | ^ #12 726.9 /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.9 | ^ #12 726.9 /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 726.9 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 726.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.9 In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 726.9 from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 726.9 from nsgui.h:34, #12 726.9 from dispextern.h:137, #12 726.9 from window.h:23, #12 726.9 from nsmenu.m:29: #12 726.9 /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 726.9 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 726.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 726.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 726.9 from nsgui.h:34, #12 726.9 from dispextern.h:137, #12 726.9 from window.h:23, #12 726.9 from nsmenu.m:29: #12 726.9 /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.9 | ^ #12 726.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 726.9 from nsgui.h:34, #12 726.9 from dispextern.h:137, #12 726.9 from window.h:23, #12 726.9 from nsmenu.m:29: #12 726.9 /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.9 | ^ #12 726.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 726.9 from nsgui.h:34, #12 726.9 from dispextern.h:137, #12 726.9 from window.h:23, #12 726.9 from nsmenu.m:29: #12 726.9 /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.9 | ^ #12 726.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 726.9 from nsgui.h:34, #12 726.9 from dispextern.h:137, #12 726.9 from window.h:23, #12 726.9 from nsmenu.m:29: #12 726.9 /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 726.9 | ^ #12 726.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 726.9 from nsgui.h:34, #12 726.9 from dispextern.h:137, #12 726.9 from window.h:23, #12 726.9 from nsmenu.m:29: #12 726.9 /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.9 | ^ #12 726.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 726.9 from nsgui.h:34, #12 726.9 from dispextern.h:137, #12 726.9 from window.h:23, #12 726.9 from nsmenu.m:29: #12 726.9 /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.9 | ^ #12 726.9 /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.9 | ^ #12 726.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 726.9 from nsgui.h:34, #12 726.9 from dispextern.h:137, #12 726.9 from window.h:23, #12 726.9 from nsmenu.m:29: #12 726.9 /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 726.9 | ^ #12 726.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 726.9 from nsgui.h:34, #12 726.9 from dispextern.h:137, #12 726.9 from window.h:23, #12 726.9 from nsmenu.m:29: #12 726.9 /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.9 | ^ #12 726.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 726.9 from nsgui.h:34, #12 726.9 from dispextern.h:137, #12 726.9 from window.h:23, #12 726.9 from nsmenu.m:29: #12 726.9 /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 726.9 | ^ #12 726.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 726.9 from nsgui.h:34, #12 726.9 from dispextern.h:137, #12 726.9 from window.h:23, #12 726.9 from nsmenu.m:29: #12 726.9 /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 726.9 | ^ #12 726.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 726.9 from nsgui.h:34, #12 726.9 from dispextern.h:137, #12 726.9 from window.h:23, #12 726.9 from nsmenu.m:29: #12 726.9 /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.9 | ^ #12 726.9 /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.9 | ^ #12 726.9 /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 726.9 | ^ #12 726.9 /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.9 | ^ #12 726.9 /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.9 | ^ #12 726.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 726.9 from nsgui.h:34, #12 726.9 from dispextern.h:137, #12 726.9 from window.h:23, #12 726.9 from nsmenu.m:29: #12 726.9 /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.9 | ^ #12 726.9 /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.9 | ^ #12 726.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 726.9 from nsgui.h:34, #12 726.9 from dispextern.h:137, #12 726.9 from window.h:23, #12 726.9 from nsmenu.m:29: #12 726.9 /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.9 | ^ #12 726.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 726.9 from nsgui.h:34, #12 726.9 from dispextern.h:137, #12 726.9 from window.h:23, #12 726.9 from nsmenu.m:29: #12 726.9 /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.9 | ^ #12 726.9 /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.9 | ^ #12 726.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 726.9 from nsgui.h:34, #12 726.9 from dispextern.h:137, #12 726.9 from window.h:23, #12 726.9 from nsmenu.m:29: #12 726.9 /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 726.9 | ^ #12 726.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 726.9 from nsgui.h:34, #12 726.9 from dispextern.h:137, #12 726.9 from window.h:23, #12 726.9 from nsmenu.m:29: #12 726.9 /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 726.9 | ^ #12 726.9 /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 726.9 | ^ #12 726.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 726.9 from nsgui.h:34, #12 726.9 from dispextern.h:137, #12 726.9 from window.h:23, #12 726.9 from nsmenu.m:29: #12 726.9 /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 726.9 | ^ #12 726.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 726.9 from nsgui.h:34, #12 726.9 from dispextern.h:137, #12 726.9 from window.h:23, #12 726.9 from nsmenu.m:29: #12 726.9 /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 726.9 | ^ #12 726.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 726.9 from nsgui.h:34, #12 726.9 from dispextern.h:137, #12 726.9 from window.h:23, #12 726.9 from nsmenu.m:29: #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 726.9 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 726.9 | ^ #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 726.9 125 | __attribute__((unused)); #12 726.9 | ^~~~~~~~~~~~~ #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 726.9 129 | __attribute__((unused)); #12 726.9 | ^~~~~~~~~~~~~ #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 726.9 133 | __attribute__((unused)); #12 726.9 | ^~~~~~~~~~~~~ #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 726.9 214 | __attribute__((unused)); #12 726.9 | ^~~~~~~~~~~~~ #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 726.9 247 | __attribute__((unused)); #12 726.9 | ^~~~~~~~~~~~~ #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 726.9 251 | __attribute__((unused)); #12 726.9 | ^~~~~~~~~~~~~ #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 726.9 259 | __attribute__((unused)); #12 726.9 | ^~~~~~~~~~~~~ #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 726.9 263 | __attribute__((unused)); #12 726.9 | ^~~~~~~~~~~~~ #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 726.9 267 | __attribute__((unused)); #12 726.9 | ^~~~~~~~~~~~~ #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 726.9 271 | __attribute__((unused)); #12 726.9 | ^~~~~~~~~~~~~ #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 726.9 275 | __attribute__((unused)); #12 726.9 | ^~~~~~~~~~~~~ #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 726.9 287 | __attribute__((unused)); #12 726.9 | ^~~~~~~~~~~~~ #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 726.9 311 | __attribute__((unused)); #12 726.9 | ^~~~~~~~~~~~~ #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 726.9 323 | __attribute__((unused)); #12 726.9 | ^~~~~~~~~~~~~ #12 726.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 726.9 from nsgui.h:34, #12 726.9 from dispextern.h:137, #12 726.9 from window.h:23, #12 726.9 from nsmenu.m:29: #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 726.9 493 | PSgsave() #12 726.9 | ^~~~~~~ #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 726.9 499 | PSgrestore() #12 726.9 | ^~~~~~~~~~ #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 726.9 505 | PSinitgraphics() #12 726.9 | ^~~~~~~~~~~~~~ #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 726.9 622 | PSinitmatrix() #12 726.9 | ^~~~~~~~~~~~ #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 726.9 669 | PSclip() #12 726.9 | ^~~~~~ #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 726.9 675 | PSclosepath() #12 726.9 | ^~~~~~~~~~~ #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 726.9 687 | PSeoclip() #12 726.9 | ^~~~~~~~ #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 726.9 693 | PSeofill() #12 726.9 | ^~~~~~~~ #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 726.9 699 | PSfill() #12 726.9 | ^~~~~~ #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 726.9 705 | PSflattenpath() #12 726.9 | ^~~~~~~~~~~~~ #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 726.9 711 | PSinitclip() #12 726.9 | ^~~~~~~~~~ #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 726.9 729 | PSnewpath() #12 726.9 | ^~~~~~~~~ #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 726.9 765 | PSreversepath() #12 726.9 | ^~~~~~~~~~~~~ #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 726.9 783 | PSstroke() #12 726.9 | ^~~~~~~~ #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 726.9 835 | PSWait() #12 726.9 | ^~~~~~ #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 726.9 /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 730.6 CC nsselect.o #12 730.7 cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 730.7 cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 731.2 In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 731.2 from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 731.2 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 731.2 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 731.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.2 from nsgui.h:34, #12 731.2 from dispextern.h:137, #12 731.2 from nsterm.h:22, #12 731.2 from nsselect.m:31: #12 731.2 /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.2 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 731.2 | ^ #12 731.2 In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 731.2 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 731.2 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 731.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.2 from nsgui.h:34, #12 731.2 from dispextern.h:137, #12 731.2 from nsterm.h:22, #12 731.2 from nsselect.m:31: #12 731.2 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.2 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 731.2 | ^ #12 731.2 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 731.2 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 731.2 | ^~~~~~~~~~~~~~~~~~~~ #12 731.2 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 731.2 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 731.2 | ^~~~~~~~~~~~~~~~~~~~ #12 731.2 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.2 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.2 | ^ #12 731.2 In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 731.2 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 731.2 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 731.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.2 from nsgui.h:34, #12 731.2 from dispextern.h:137, #12 731.2 from nsterm.h:22, #12 731.2 from nsselect.m:31: #12 731.2 /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.2 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.2 | ^ #12 731.2 /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.2 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 731.2 | ^ #12 731.2 In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 731.2 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 731.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.2 from nsgui.h:34, #12 731.2 from dispextern.h:137, #12 731.2 from nsterm.h:22, #12 731.2 from nsselect.m:31: #12 731.2 /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.2 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.2 | ^ #12 731.2 /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.2 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.2 | ^ #12 731.2 /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.2 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.2 | ^ #12 731.2 /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.2 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.2 | ^ #12 731.2 /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.2 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.2 | ^ #12 731.2 /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.2 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 731.2 | ^ #12 731.2 In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 731.2 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 731.2 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 731.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.2 from nsgui.h:34, #12 731.2 from dispextern.h:137, #12 731.2 from nsterm.h:22, #12 731.2 from nsselect.m:31: #12 731.2 /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.2 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.2 | ^ #12 731.2 /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.2 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 731.2 | ^ #12 731.2 /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.2 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 731.2 | ^ #12 731.2 /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.2 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.2 | ^ #12 731.2 In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 731.2 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 731.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.2 from nsgui.h:34, #12 731.2 from dispextern.h:137, #12 731.2 from nsterm.h:22, #12 731.2 from nsselect.m:31: #12 731.2 /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.2 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.2 | ^ #12 731.2 In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 731.2 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 731.2 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 731.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.2 from nsgui.h:34, #12 731.2 from dispextern.h:137, #12 731.2 from nsterm.h:22, #12 731.2 from nsselect.m:31: #12 731.2 /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.2 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 731.2 | ^ #12 731.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 731.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.2 from nsgui.h:34, #12 731.2 from dispextern.h:137, #12 731.2 from nsterm.h:22, #12 731.2 from nsselect.m:31: #12 731.2 /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.2 | ^ #12 731.2 /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.2 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.2 | ^ #12 731.2 In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 731.2 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 731.2 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 731.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.2 from nsgui.h:34, #12 731.2 from dispextern.h:137, #12 731.2 from nsterm.h:22, #12 731.2 from nsselect.m:31: #12 731.2 /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.2 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 731.2 | ^ #12 731.2 /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.2 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 731.2 | ^ #12 731.2 /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.2 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 731.2 | ^ #12 731.2 /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.2 88 | #if GS_API_VERSION(0,011500) #12 731.2 | ^ #12 731.2 /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.2 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 731.2 | ^ #12 731.2 /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.2 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 731.2 | ^ #12 731.2 /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.2 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 731.2 | ^ #12 731.2 /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.2 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 731.2 | ^ #12 731.2 /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.2 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 731.2 | ^ #12 731.2 /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.2 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 731.2 | ^ #12 731.2 /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.2 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 731.2 | ^ #12 731.2 In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 731.2 from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 731.2 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 731.2 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 731.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.2 from nsgui.h:34, #12 731.2 from dispextern.h:137, #12 731.2 from nsterm.h:22, #12 731.2 from nsselect.m:31: #12 731.2 /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.2 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 731.2 | ^ #12 731.2 In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 731.2 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 731.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.2 from nsgui.h:34, #12 731.2 from dispextern.h:137, #12 731.2 from nsterm.h:22, #12 731.2 from nsselect.m:31: #12 731.2 /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.2 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 731.2 | ^ #12 731.2 /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 731.2 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 731.2 | ^~~~~~~~~~ #12 731.2 In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 731.2 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 731.2 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 731.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.2 from nsgui.h:34, #12 731.2 from dispextern.h:137, #12 731.2 from nsterm.h:22, #12 731.2 from nsselect.m:31: #12 731.2 /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 731.2 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 731.2 | ^~~~~~~~~~ #12 731.2 In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 731.2 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 731.2 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 731.2 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 731.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.2 from nsgui.h:34, #12 731.2 from dispextern.h:137, #12 731.2 from nsterm.h:22, #12 731.2 from nsselect.m:31: #12 731.2 /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.2 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.2 | ^ #12 731.3 In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 731.3 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 731.3 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 731.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.3 from nsgui.h:34, #12 731.3 from dispextern.h:137, #12 731.3 from nsterm.h:22, #12 731.3 from nsselect.m:31: #12 731.3 /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.3 | ^ #12 731.3 In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 731.3 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 731.3 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 731.3 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 731.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.3 from nsgui.h:34, #12 731.3 from dispextern.h:137, #12 731.3 from nsterm.h:22, #12 731.3 from nsselect.m:31: #12 731.3 /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 731.3 | ^ #12 731.3 In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 731.3 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 731.3 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 731.3 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 731.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.3 from nsgui.h:34, #12 731.3 from dispextern.h:137, #12 731.3 from nsterm.h:22, #12 731.3 from nsselect.m:31: #12 731.3 /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 731.3 | ^ #12 731.3 In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 731.3 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 731.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.3 from nsgui.h:34, #12 731.3 from dispextern.h:137, #12 731.3 from nsterm.h:22, #12 731.3 from nsselect.m:31: #12 731.3 /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.3 | ^ #12 731.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 731.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.3 from nsgui.h:34, #12 731.3 from dispextern.h:137, #12 731.3 from nsterm.h:22, #12 731.3 from nsselect.m:31: #12 731.3 /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 46 | #if GS_EXPOSE(NSAffineTransform) #12 731.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 731.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.3 from nsgui.h:34, #12 731.3 from dispextern.h:137, #12 731.3 from nsterm.h:22, #12 731.3 from nsselect.m:31: #12 731.3 /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 731.3 | ^ #12 731.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 731.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.3 from nsgui.h:34, #12 731.3 from dispextern.h:137, #12 731.3 from nsterm.h:22, #12 731.3 from nsselect.m:31: #12 731.3 /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 731.3 | ^ #12 731.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 731.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.3 from nsgui.h:34, #12 731.3 from dispextern.h:137, #12 731.3 from nsterm.h:22, #12 731.3 from nsselect.m:31: #12 731.3 /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 731.3 | ^ #12 731.3 In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 731.3 from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 731.3 from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 731.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.3 from nsgui.h:34, #12 731.3 from dispextern.h:137, #12 731.3 from nsterm.h:22, #12 731.3 from nsselect.m:31: #12 731.3 /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.3 | ^ #12 731.3 In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 731.3 from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 731.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.3 from nsgui.h:34, #12 731.3 from dispextern.h:137, #12 731.3 from nsterm.h:22, #12 731.3 from nsselect.m:31: #12 731.3 /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 731.3 | ^ #12 731.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 731.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.3 from nsgui.h:34, #12 731.3 from dispextern.h:137, #12 731.3 from nsterm.h:22, #12 731.3 from nsselect.m:31: #12 731.3 /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 45 | #if GS_EXPOSE(NSArchiver) #12 731.3 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 731.3 /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 164 | #if GS_EXPOSE(NSUnarchiver) #12 731.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.3 /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 731.3 | ^ #12 731.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 731.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.3 from nsgui.h:34, #12 731.3 from dispextern.h:137, #12 731.3 from nsterm.h:22, #12 731.3 from nsselect.m:31: #12 731.3 /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 731.3 | ^ #12 731.3 In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 731.3 from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 731.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.3 from nsgui.h:34, #12 731.3 from dispextern.h:137, #12 731.3 from nsterm.h:22, #12 731.3 from nsselect.m:31: #12 731.3 /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 731.3 | ^ #12 731.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 731.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.3 from nsgui.h:34, #12 731.3 from dispextern.h:137, #12 731.3 from nsterm.h:22, #12 731.3 from nsselect.m:31: #12 731.3 /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.3 | ^ #12 731.3 In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 731.3 from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 731.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.3 from nsgui.h:34, #12 731.3 from dispextern.h:137, #12 731.3 from nsterm.h:22, #12 731.3 from nsselect.m:31: #12 731.3 /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.3 | ^ #12 731.3 In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 731.3 from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 731.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.3 from nsgui.h:34, #12 731.3 from dispextern.h:137, #12 731.3 from nsterm.h:22, #12 731.3 from nsselect.m:31: #12 731.3 /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 731.3 | ^ #12 731.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 731.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.3 from nsgui.h:34, #12 731.3 from dispextern.h:137, #12 731.3 from nsterm.h:22, #12 731.3 from nsselect.m:31: #12 731.3 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 731.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.3 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.3 | ^ #12 731.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 731.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.3 from nsgui.h:34, #12 731.3 from dispextern.h:137, #12 731.3 from nsterm.h:22, #12 731.3 from nsselect.m:31: #12 731.3 /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 731.3 | ^ #12 731.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 731.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.3 from nsgui.h:34, #12 731.3 from dispextern.h:137, #12 731.3 from nsterm.h:22, #12 731.3 from nsselect.m:31: #12 731.3 /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 114 | #if GS_EXPOSE(NSBundle) #12 731.3 | ^~~~~~~~~~~~~~~~~~~~~ #12 731.3 /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 731.3 | ^ #12 731.3 In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 731.3 from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 731.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.3 from nsgui.h:34, #12 731.3 from dispextern.h:137, #12 731.3 from nsterm.h:22, #12 731.3 from nsselect.m:31: #12 731.3 /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 731.3 | ^ #12 731.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 731.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.3 from nsgui.h:34, #12 731.3 from dispextern.h:137, #12 731.3 from nsterm.h:22, #12 731.3 from nsselect.m:31: #12 731.3 /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 43 | #if GS_EXPOSE(NSCache) #12 731.3 | ^~~~~~~~~~~~~~~~~~~~ #12 731.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 731.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.3 from nsgui.h:34, #12 731.3 from dispextern.h:137, #12 731.3 from nsterm.h:22, #12 731.3 from nsselect.m:31: #12 731.3 /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 731.3 | ^ #12 731.3 /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.3 | ^ #12 731.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 731.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.3 from nsgui.h:34, #12 731.3 from dispextern.h:137, #12 731.3 from nsterm.h:22, #12 731.3 from nsselect.m:31: #12 731.3 /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.3 37 | #if GS_EXPOSE(NSCalendarDate) #12 731.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.4 /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 731.4 | ^ #12 731.4 In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 731.4 from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 731.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.4 from nsgui.h:34, #12 731.4 from dispextern.h:137, #12 731.4 from nsterm.h:22, #12 731.4 from nsselect.m:31: #12 731.4 /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 731.4 | ^ #12 731.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 731.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.4 from nsgui.h:34, #12 731.4 from dispextern.h:137, #12 731.4 from nsterm.h:22, #12 731.4 from nsselect.m:31: #12 731.4 /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.4 | ^ #12 731.4 In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 731.4 from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 731.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.4 from nsgui.h:34, #12 731.4 from dispextern.h:137, #12 731.4 from nsterm.h:22, #12 731.4 from nsselect.m:31: #12 731.4 /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 113 | #if GS_EXPOSE(NSException) #12 731.4 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 731.4 /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 731.4 303 | NSGetUncaughtExceptionHandler(); #12 731.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 731.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.4 from nsgui.h:34, #12 731.4 from dispextern.h:137, #12 731.4 from nsterm.h:22, #12 731.4 from nsselect.m:31: #12 731.4 /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.4 | ^ #12 731.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 731.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.4 from nsgui.h:34, #12 731.4 from dispextern.h:137, #12 731.4 from nsterm.h:22, #12 731.4 from nsselect.m:31: #12 731.4 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.4 | ^ #12 731.4 In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 731.4 from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 731.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.4 from nsgui.h:34, #12 731.4 from dispextern.h:137, #12 731.4 from nsterm.h:22, #12 731.4 from nsselect.m:31: #12 731.4 /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 53 | #if GS_EXPOSE(NSExpression) #12 731.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.4 In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 731.4 from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 731.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.4 from nsgui.h:34, #12 731.4 from dispextern.h:137, #12 731.4 from nsterm.h:22, #12 731.4 from nsselect.m:31: #12 731.4 /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.4 | ^ #12 731.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 731.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.4 from nsgui.h:34, #12 731.4 from dispextern.h:137, #12 731.4 from nsterm.h:22, #12 731.4 from nsselect.m:31: #12 731.4 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 731.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 731.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.4 from nsgui.h:34, #12 731.4 from dispextern.h:137, #12 731.4 from nsterm.h:22, #12 731.4 from nsselect.m:31: #12 731.4 /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 731.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.4 In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 731.4 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 731.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.4 from nsgui.h:34, #12 731.4 from dispextern.h:137, #12 731.4 from nsterm.h:22, #12 731.4 from nsselect.m:31: #12 731.4 /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 47 | #if GS_EXPOSE(NSTimer) #12 731.4 | ^~~~~~~~~~~~~~~~~~~~ #12 731.4 /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 731.4 | ^ #12 731.4 In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 731.4 from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 731.4 from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 731.4 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 731.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.4 from nsgui.h:34, #12 731.4 from dispextern.h:137, #12 731.4 from nsterm.h:22, #12 731.4 from nsselect.m:31: #12 731.4 /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.4 | ^ #12 731.4 In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 731.4 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 731.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.4 from nsgui.h:34, #12 731.4 from dispextern.h:137, #12 731.4 from nsterm.h:22, #12 731.4 from nsselect.m:31: #12 731.4 /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 46 | #if GS_EXPOSE(NSRunLoop) #12 731.4 | ^~~~~~~~~~~~~~~~~~~~~~ #12 731.4 /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 731.4 | ^ #12 731.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 731.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.4 from nsgui.h:34, #12 731.4 from dispextern.h:137, #12 731.4 from nsterm.h:22, #12 731.4 from nsselect.m:31: #12 731.4 /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 731.4 | ^ #12 731.4 In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 731.4 from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 731.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.4 from nsgui.h:34, #12 731.4 from dispextern.h:137, #12 731.4 from nsterm.h:22, #12 731.4 from nsselect.m:31: #12 731.4 /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.4 | ^ #12 731.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 731.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.4 from nsgui.h:34, #12 731.4 from dispextern.h:137, #12 731.4 from nsterm.h:22, #12 731.4 from nsselect.m:31: #12 731.4 /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.4 | ^ #12 731.4 In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 731.4 from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 731.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.4 from nsgui.h:34, #12 731.4 from dispextern.h:137, #12 731.4 from nsterm.h:22, #12 731.4 from nsselect.m:31: #12 731.4 /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 731.4 | ^ #12 731.4 In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 731.4 from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 731.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.4 from nsgui.h:34, #12 731.4 from dispextern.h:137, #12 731.4 from nsterm.h:22, #12 731.4 from nsselect.m:31: #12 731.4 /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.4 | ^ #12 731.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 731.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.4 from nsgui.h:34, #12 731.4 from dispextern.h:137, #12 731.4 from nsterm.h:22, #12 731.4 from nsselect.m:31: #12 731.4 /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 731.4 | ^ #12 731.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 731.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.4 from nsgui.h:34, #12 731.4 from dispextern.h:137, #12 731.4 from nsterm.h:22, #12 731.4 from nsselect.m:31: #12 731.4 /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 127 | #if GS_EXPOSE(NSDateFormatter) #12 731.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.4 /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.4 | ^ #12 731.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 731.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.4 from nsgui.h:34, #12 731.4 from dispextern.h:137, #12 731.4 from nsterm.h:22, #12 731.4 from nsselect.m:31: #12 731.4 /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 731.4 | ^ #12 731.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 731.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.4 from nsgui.h:34, #12 731.4 from dispextern.h:137, #12 731.4 from nsterm.h:22, #12 731.4 from nsselect.m:31: #12 731.4 /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 731.4 | ^ #12 731.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 731.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.4 from nsgui.h:34, #12 731.4 from dispextern.h:137, #12 731.4 from nsterm.h:22, #12 731.4 from nsselect.m:31: #12 731.4 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.4 | ^ #12 731.4 In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 731.4 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 731.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.4 from nsgui.h:34, #12 731.4 from dispextern.h:137, #12 731.4 from nsterm.h:22, #12 731.4 from nsselect.m:31: #12 731.4 /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.4 | ^ #12 731.4 In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 731.4 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 731.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.4 from nsgui.h:34, #12 731.4 from dispextern.h:137, #12 731.4 from nsterm.h:22, #12 731.4 from nsselect.m:31: #12 731.4 /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.4 | ^ #12 731.4 In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 731.4 from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 731.4 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 731.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.4 from nsgui.h:34, #12 731.4 from dispextern.h:137, #12 731.4 from nsterm.h:22, #12 731.4 from nsselect.m:31: #12 731.4 /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 731.4 | ^ #12 731.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 731.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.4 from nsgui.h:34, #12 731.4 from dispextern.h:137, #12 731.4 from nsterm.h:22, #12 731.4 from nsselect.m:31: #12 731.4 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 731.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.4 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 192 | #if GS_EXPOSE(NSDecimalNumber) #12 731.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 731.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.4 from nsgui.h:34, #12 731.4 from dispextern.h:137, #12 731.4 from nsterm.h:22, #12 731.4 from nsselect.m:31: #12 731.4 /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 40 | #if GS_EXPOSE(NSDistantObject) #12 731.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 731.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.4 from nsgui.h:34, #12 731.4 from dispextern.h:137, #12 731.4 from nsterm.h:22, #12 731.4 from nsselect.m:31: #12 731.4 /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 41 | #if GS_EXPOSE(NSDistributedLock) #12 731.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 731.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.4 from nsgui.h:34, #12 731.4 from dispextern.h:137, #12 731.4 from nsterm.h:22, #12 731.4 from nsselect.m:31: #12 731.4 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.4 | ^ #12 731.4 In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 731.4 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 731.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.4 from nsgui.h:34, #12 731.4 from dispextern.h:137, #12 731.4 from nsterm.h:22, #12 731.4 from nsselect.m:31: #12 731.4 /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 74 | #if GS_EXPOSE(NSLock) #12 731.4 | ^~~~~~~~~~~~~~~~~~~ #12 731.4 /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 125 | #if GS_EXPOSE(NSCondition) #12 731.4 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 731.4 /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 175 | #if GS_EXPOSE(NSConditionLock) #12 731.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.4 /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 275 | #if GS_EXPOSE(NSRecursiveLock) #12 731.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.4 /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 731.4 | ^ #12 731.4 In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 731.4 from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 731.4 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 731.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.4 from nsgui.h:34, #12 731.4 from dispextern.h:137, #12 731.4 from nsterm.h:22, #12 731.4 from nsselect.m:31: #12 731.4 /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 731.4 | ^ #12 731.4 In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 731.4 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 731.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.4 from nsgui.h:34, #12 731.4 from dispextern.h:137, #12 731.4 from nsterm.h:22, #12 731.4 from nsselect.m:31: #12 731.4 /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 71 | #if GS_EXPOSE(NSNotificationCenter) #12 731.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.4 /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.4 | ^ #12 731.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 731.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.4 from nsgui.h:34, #12 731.4 from dispextern.h:137, #12 731.4 from nsterm.h:22, #12 731.4 from nsselect.m:31: #12 731.4 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 731.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 731.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.4 from nsgui.h:34, #12 731.4 from dispextern.h:137, #12 731.4 from nsterm.h:22, #12 731.4 from nsselect.m:31: #12 731.4 /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 731.4 | ^ #12 731.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 731.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.4 from nsgui.h:34, #12 731.4 from dispextern.h:137, #12 731.4 from nsterm.h:22, #12 731.4 from nsselect.m:31: #12 731.4 /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 731.4 | ^ #12 731.4 /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 134 | #if GS_EXPOSE(NSError) #12 731.4 | ^~~~~~~~~~~~~~~~~~~~ #12 731.4 /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 731.4 | ^ #12 731.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 731.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.4 from nsgui.h:34, #12 731.4 from dispextern.h:137, #12 731.4 from nsterm.h:22, #12 731.4 from nsselect.m:31: #12 731.4 /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.4 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 731.4 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 731.5 from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 731.5 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 182 | #if GS_EXPOSE(NSURLHandle) #12 731.5 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 731.5 /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 731.5 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 73 | #if GS_EXPOSE(NSURL) #12 731.5 | ^~~~~~~~~~~~~~~~~~ #12 731.5 /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 731.5 from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 731.5 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 731.5 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 599 | #if GS_EXPOSE(NSURLQueryItem) #12 731.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.5 /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 633 | #if GS_EXPOSE(NSURLComponents) #12 731.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.5 /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 160 | #if GS_EXPOSE(NSPipe) #12 731.5 | ^~~~~~~~~~~~~~~~~~~ #12 731.5 /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 731.5 from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 731.5 from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 215 | #if GS_EXPOSE(NSFileManager) #12 731.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.5 /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 731.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.5 /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 42 | #if GS_EXPOSE(NSHost) #12 731.5 | ^~~~~~~~~~~~~~~~~~~ #12 731.5 /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 68 | #if GS_EXPOSE(NSHTTPCookie) #12 731.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.5 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 731.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 47 | #if GS_EXPOSE(NSIndexPath) #12 731.5 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 49 | #if GS_EXPOSE(NSIndexSet) #12 731.5 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 731.5 /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 731.5 from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 52 | #if GS_EXPOSE(NSMethodSignature) #12 731.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 38 | #if GS_EXPOSE(NSInvocation) #12 731.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.5 /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 731.5 from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 731.5 from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 731.5 from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 731.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.5 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 731.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 103 | #if GS_EXPOSE(NSLocale) #12 731.5 | ^~~~~~~~~~~~~~~~~~~~~ #12 731.5 /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 731.5 from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 40 | #if GS_EXPOSE(NSMetadataItem) #12 731.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.5 /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 66 | #if GS_EXPOSE(NSMetadataQuery) #12 731.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.5 /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 731.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.5 /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 731.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 112 | #if GS_EXPOSE(NSNotificationQueue) #12 731.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 361 | #if GS_EXPOSE(NSNetService) #12 731.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.5 /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 731.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 123 | #if GS_EXPOSE(NSNumberFormatter) #12 731.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.5 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.5 | ^ #12 731.5 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 731.5 | ^ #12 731.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 731.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.5 from nsgui.h:34, #12 731.5 from dispextern.h:137, #12 731.5 from nsterm.h:22, #12 731.5 from nsselect.m:31: #12 731.5 /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.5 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 53 | #if GS_EXPOSE(NSPortCoder) #12 731.6 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 731.6 In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 731.6 from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 77 | #if GS_EXPOSE(NSPort) #12 731.6 | ^~~~~~~~~~~~~~~~~~~ #12 731.6 /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 202 | #if GS_EXPOSE(NSSocketPort) #12 731.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.6 /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 284 | #if GS_EXPOSE(NSMessagePort) #12 731.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 47 | #if GS_EXPOSE(NSPortMessage) #12 731.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 731.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 53 | #if GS_EXPOSE(NSProgress) #12 731.6 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 40 | #if GS_EXPOSE(NSProtocolChecker) #12 731.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 91 | #if GS_EXPOSE(NSRegularExpression) #12 731.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 42 | #if GS_EXPOSE(NSScanner) #12 731.6 | ^~~~~~~~~~~~~~~~~~~~~~ #12 731.6 /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 48 | #if GS_EXPOSE(NSSortDescriptor) #12 731.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.6 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 58 | #if GS_EXPOSE(NSSpellServer) #12 731.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.6 /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 731.6 from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 51 | #if GS_EXPOSE(NSTask) #12 731.6 | ^~~~~~~~~~~~~~~~~~~ #12 731.6 /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 731.6 from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 59 | #if GS_EXPOSE(NSThread) #12 731.6 | ^~~~~~~~~~~~~~~~~~~~~ #12 731.6 /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 731.6 from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 87 | #if GS_EXPOSE(NSUndoManager) #12 731.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 731.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 731.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.6 /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 105 | #if GS_EXPOSE(NSURLCache) #12 731.6 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 48 | #if GS_EXPOSE(NSURLConnection) #12 731.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.6 /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 56 | #if GS_EXPOSE(NSURLCredential) #12 731.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 731.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 49 | #if GS_EXPOSE(NSURLDownload) #12 731.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.6 /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 731.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.6 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 121 | #if GS_EXPOSE(NSURLProtocol) #12 731.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 92 | #if GS_EXPOSE(NSURLRequest) #12 731.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.6 /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 49 | #if GS_EXPOSE(NSURLResponse) #12 731.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.6 /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 217 | #if GS_EXPOSE(NSUserDefaults) #12 731.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.6 /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 731.6 from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 731.6 from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 72 | #if GS_EXPOSE(NSXMLParser) #12 731.6 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 731.6 /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 731.6 from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 731.6 from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 731.6 from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.6 | ^ #12 731.6 In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 731.6 from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 731.6 from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 731.6 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 731.6 from nsgui.h:34, #12 731.6 from dispextern.h:137, #12 731.6 from nsterm.h:22, #12 731.6 from nsselect.m:31: #12 731.6 /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.6 | ^ #12 731.6 /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.6 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 731.6 | ^ #12 731.7 In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 731.7 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 731.7 from nsgui.h:34, #12 731.7 from dispextern.h:137, #12 731.7 from nsterm.h:22, #12 731.7 from nsselect.m:31: #12 731.7 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.7 | ^ #12 731.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 731.7 from nsgui.h:34, #12 731.7 from dispextern.h:137, #12 731.7 from nsterm.h:22, #12 731.7 from nsselect.m:31: #12 731.7 /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 731.7 | ^ #12 731.7 In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 731.7 from /usr/include/GNUstep/AppKit/NSView.h:38, #12 731.7 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 731.7 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 731.7 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 731.7 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 731.7 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 731.7 from nsgui.h:34, #12 731.7 from dispextern.h:137, #12 731.7 from nsterm.h:22, #12 731.7 from nsselect.m:31: #12 731.7 /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.7 | ^ #12 731.7 In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 731.7 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 731.7 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 731.7 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 731.7 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 731.7 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 731.7 from nsgui.h:34, #12 731.7 from dispextern.h:137, #12 731.7 from nsterm.h:22, #12 731.7 from nsselect.m:31: #12 731.7 /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.7 | ^ #12 731.7 In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 731.7 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 731.7 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 731.7 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 731.7 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 731.7 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 731.7 from nsgui.h:34, #12 731.7 from dispextern.h:137, #12 731.7 from nsterm.h:22, #12 731.7 from nsselect.m:31: #12 731.7 /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 731.7 | ^ #12 731.7 In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 731.7 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 731.7 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 731.7 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 731.7 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 731.7 from nsgui.h:34, #12 731.7 from dispextern.h:137, #12 731.7 from nsterm.h:22, #12 731.7 from nsselect.m:31: #12 731.7 /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.7 | ^ #12 731.7 In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 731.7 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 731.7 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 731.7 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 731.7 from nsgui.h:34, #12 731.7 from dispextern.h:137, #12 731.7 from nsterm.h:22, #12 731.7 from nsselect.m:31: #12 731.7 /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 731.7 | ^ #12 731.7 In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 731.7 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 731.7 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 731.7 from nsgui.h:34, #12 731.7 from dispextern.h:137, #12 731.7 from nsterm.h:22, #12 731.7 from nsselect.m:31: #12 731.7 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.7 | ^ #12 731.7 In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 731.7 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 731.7 from nsgui.h:34, #12 731.7 from dispextern.h:137, #12 731.7 from nsterm.h:22, #12 731.7 from nsselect.m:31: #12 731.7 /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.7 | ^ #12 731.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 731.7 from nsgui.h:34, #12 731.7 from dispextern.h:137, #12 731.7 from nsterm.h:22, #12 731.7 from nsselect.m:31: #12 731.7 /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 731.7 | ^ #12 731.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 731.7 from nsgui.h:34, #12 731.7 from dispextern.h:137, #12 731.7 from nsterm.h:22, #12 731.7 from nsselect.m:31: #12 731.7 /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.7 | ^ #12 731.7 /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.7 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.7 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.8 | ^ #12 731.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 731.8 from nsgui.h:34, #12 731.8 from dispextern.h:137, #12 731.8 from nsterm.h:22, #12 731.8 from nsselect.m:31: #12 731.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 731.8 from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 731.8 from nsgui.h:34, #12 731.8 from dispextern.h:137, #12 731.8 from nsterm.h:22, #12 731.8 from nsselect.m:31: #12 731.8 /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.8 | ^ #12 731.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 731.8 from nsgui.h:34, #12 731.8 from dispextern.h:137, #12 731.8 from nsterm.h:22, #12 731.8 from nsselect.m:31: #12 731.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 731.8 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 731.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 731.8 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 731.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 731.8 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 731.8 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 731.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 731.8 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 731.8 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 731.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 731.8 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 731.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 731.8 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 731.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 731.8 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 731.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 731.8 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 731.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 731.8 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 731.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 731.8 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 731.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 731.8 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 731.8 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 731.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 731.8 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 731.8 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 731.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 731.8 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 731.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 731.8 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 731.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 731.8 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 731.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 731.8 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 731.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 731.8 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 731.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 731.8 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 731.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.8 | ^ #12 731.8 In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 731.8 from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 731.8 from nsgui.h:34, #12 731.8 from dispextern.h:137, #12 731.8 from nsterm.h:22, #12 731.8 from nsselect.m:31: #12 731.8 /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.8 | ^ #12 731.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 731.8 from nsgui.h:34, #12 731.8 from dispextern.h:137, #12 731.8 from nsterm.h:22, #12 731.8 from nsselect.m:31: #12 731.8 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.8 | ^ #12 731.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 731.8 from nsgui.h:34, #12 731.8 from dispextern.h:137, #12 731.8 from nsterm.h:22, #12 731.8 from nsselect.m:31: #12 731.8 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 731.8 from nsgui.h:34, #12 731.8 from dispextern.h:137, #12 731.8 from nsterm.h:22, #12 731.8 from nsselect.m:31: #12 731.8 /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.8 | ^ #12 731.8 In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 731.8 from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 731.8 from nsgui.h:34, #12 731.8 from dispextern.h:137, #12 731.8 from nsterm.h:22, #12 731.8 from nsselect.m:31: #12 731.8 /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 731.8 from nsgui.h:34, #12 731.8 from dispextern.h:137, #12 731.8 from nsterm.h:22, #12 731.8 from nsselect.m:31: #12 731.8 /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.8 | ^ #12 731.8 In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 731.8 from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 731.8 from nsgui.h:34, #12 731.8 from dispextern.h:137, #12 731.8 from nsterm.h:22, #12 731.8 from nsselect.m:31: #12 731.8 /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 731.8 from nsgui.h:34, #12 731.8 from dispextern.h:137, #12 731.8 from nsterm.h:22, #12 731.8 from nsselect.m:31: #12 731.8 /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 731.8 from nsgui.h:34, #12 731.8 from dispextern.h:137, #12 731.8 from nsterm.h:22, #12 731.8 from nsselect.m:31: #12 731.8 /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 731.8 | ^ #12 731.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 731.8 from nsgui.h:34, #12 731.8 from dispextern.h:137, #12 731.8 from nsterm.h:22, #12 731.8 from nsselect.m:31: #12 731.8 /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 731.8 from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 731.8 from nsgui.h:34, #12 731.8 from dispextern.h:137, #12 731.8 from nsterm.h:22, #12 731.8 from nsselect.m:31: #12 731.8 /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 731.8 | ^ #12 731.8 In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 731.8 from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 731.8 from nsgui.h:34, #12 731.8 from dispextern.h:137, #12 731.8 from nsterm.h:22, #12 731.8 from nsselect.m:31: #12 731.8 /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 731.8 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 731.8 from nsgui.h:34, #12 731.8 from dispextern.h:137, #12 731.8 from nsterm.h:22, #12 731.8 from nsselect.m:31: #12 731.8 /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.8 | ^ #12 731.8 In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 731.8 from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 731.8 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 731.8 from nsgui.h:34, #12 731.8 from dispextern.h:137, #12 731.8 from nsterm.h:22, #12 731.8 from nsselect.m:31: #12 731.8 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.8 | ^ #12 731.8 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 731.8 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 731.8 from nsgui.h:34, #12 731.8 from dispextern.h:137, #12 731.8 from nsterm.h:22, #12 731.8 from nsselect.m:31: #12 731.8 /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 731.8 | ^ #12 731.8 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 731.8 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 731.8 from nsgui.h:34, #12 731.8 from dispextern.h:137, #12 731.8 from nsterm.h:22, #12 731.8 from nsselect.m:31: #12 731.8 /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.8 | ^ #12 731.8 In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 731.8 from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 731.8 from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 731.8 from nsgui.h:34, #12 731.8 from dispextern.h:137, #12 731.8 from nsterm.h:22, #12 731.8 from nsselect.m:31: #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 731.8 | ^ #12 731.8 /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.8 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.8 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.9 | ^ #12 731.9 In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 731.9 from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 731.9 from nsgui.h:34, #12 731.9 from dispextern.h:137, #12 731.9 from nsterm.h:22, #12 731.9 from nsselect.m:31: #12 731.9 /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.9 | ^ #12 731.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 731.9 from nsgui.h:34, #12 731.9 from dispextern.h:137, #12 731.9 from nsterm.h:22, #12 731.9 from nsselect.m:31: #12 731.9 /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.9 | ^ #12 731.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 731.9 from nsgui.h:34, #12 731.9 from dispextern.h:137, #12 731.9 from nsterm.h:22, #12 731.9 from nsselect.m:31: #12 731.9 /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 731.9 | ^ #12 731.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 731.9 from nsgui.h:34, #12 731.9 from dispextern.h:137, #12 731.9 from nsterm.h:22, #12 731.9 from nsselect.m:31: #12 731.9 /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.9 | ^ #12 731.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 731.9 from nsgui.h:34, #12 731.9 from dispextern.h:137, #12 731.9 from nsterm.h:22, #12 731.9 from nsselect.m:31: #12 731.9 /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.9 | ^ #12 731.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 731.9 from nsgui.h:34, #12 731.9 from dispextern.h:137, #12 731.9 from nsterm.h:22, #12 731.9 from nsselect.m:31: #12 731.9 /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.9 | ^ #12 731.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 731.9 from nsgui.h:34, #12 731.9 from dispextern.h:137, #12 731.9 from nsterm.h:22, #12 731.9 from nsselect.m:31: #12 731.9 /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 731.9 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 731.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 731.9 from nsgui.h:34, #12 731.9 from dispextern.h:137, #12 731.9 from nsterm.h:22, #12 731.9 from nsselect.m:31: #12 731.9 /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 731.9 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 731.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 731.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 731.9 from nsgui.h:34, #12 731.9 from dispextern.h:137, #12 731.9 from nsterm.h:22, #12 731.9 from nsselect.m:31: #12 731.9 /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 731.9 | ^ #12 731.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 731.9 from nsgui.h:34, #12 731.9 from dispextern.h:137, #12 731.9 from nsterm.h:22, #12 731.9 from nsselect.m:31: #12 731.9 /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.9 | ^ #12 731.9 In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 731.9 from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 731.9 from nsgui.h:34, #12 731.9 from dispextern.h:137, #12 731.9 from nsterm.h:22, #12 731.9 from nsselect.m:31: #12 731.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.9 | ^ #12 731.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 731.9 from nsgui.h:34, #12 731.9 from dispextern.h:137, #12 731.9 from nsterm.h:22, #12 731.9 from nsselect.m:31: #12 731.9 /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.9 | ^ #12 731.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 731.9 from nsgui.h:34, #12 731.9 from dispextern.h:137, #12 731.9 from nsterm.h:22, #12 731.9 from nsselect.m:31: #12 731.9 /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.9 | ^ #12 731.9 In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 731.9 from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 731.9 from nsgui.h:34, #12 731.9 from dispextern.h:137, #12 731.9 from nsterm.h:22, #12 731.9 from nsselect.m:31: #12 731.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.9 | ^ #12 731.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 731.9 from nsgui.h:34, #12 731.9 from dispextern.h:137, #12 731.9 from nsterm.h:22, #12 731.9 from nsselect.m:31: #12 731.9 /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 731.9 | ^ #12 731.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 731.9 from nsgui.h:34, #12 731.9 from dispextern.h:137, #12 731.9 from nsterm.h:22, #12 731.9 from nsselect.m:31: #12 731.9 /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.9 | ^ #12 731.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 731.9 from nsgui.h:34, #12 731.9 from dispextern.h:137, #12 731.9 from nsterm.h:22, #12 731.9 from nsselect.m:31: #12 731.9 /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 731.9 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 731.9 | ^~~~~~~~~~~~~~~~~~~~ #12 731.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 731.9 from nsgui.h:34, #12 731.9 from dispextern.h:137, #12 731.9 from nsterm.h:22, #12 731.9 from nsselect.m:31: #12 731.9 /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 731.9 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 731.9 | ^~~~~~~~~~~~~~~~~~~~ #12 731.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 731.9 from nsgui.h:34, #12 731.9 from dispextern.h:137, #12 731.9 from nsterm.h:22, #12 731.9 from nsselect.m:31: #12 731.9 /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.9 | ^ #12 731.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 731.9 from nsgui.h:34, #12 731.9 from dispextern.h:137, #12 731.9 from nsterm.h:22, #12 731.9 from nsselect.m:31: #12 731.9 /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 731.9 | ^ #12 731.9 In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 731.9 from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 731.9 from nsgui.h:34, #12 731.9 from dispextern.h:137, #12 731.9 from nsterm.h:22, #12 731.9 from nsselect.m:31: #12 731.9 /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.9 | ^ #12 731.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 731.9 from nsgui.h:34, #12 731.9 from dispextern.h:137, #12 731.9 from nsterm.h:22, #12 731.9 from nsselect.m:31: #12 731.9 /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 731.9 | ^ #12 731.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 731.9 from nsgui.h:34, #12 731.9 from dispextern.h:137, #12 731.9 from nsterm.h:22, #12 731.9 from nsselect.m:31: #12 731.9 /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 731.9 | ^ #12 731.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 731.9 from nsgui.h:34, #12 731.9 from dispextern.h:137, #12 731.9 from nsterm.h:22, #12 731.9 from nsselect.m:31: #12 731.9 /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 731.9 | ^ #12 731.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 731.9 from nsgui.h:34, #12 731.9 from dispextern.h:137, #12 731.9 from nsterm.h:22, #12 731.9 from nsselect.m:31: #12 731.9 /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 731.9 | ^ #12 731.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 731.9 from nsgui.h:34, #12 731.9 from dispextern.h:137, #12 731.9 from nsterm.h:22, #12 731.9 from nsselect.m:31: #12 731.9 /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 731.9 | ^ #12 731.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 731.9 from nsgui.h:34, #12 731.9 from dispextern.h:137, #12 731.9 from nsterm.h:22, #12 731.9 from nsselect.m:31: #12 731.9 /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.9 | ^ #12 731.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 731.9 from nsgui.h:34, #12 731.9 from dispextern.h:137, #12 731.9 from nsterm.h:22, #12 731.9 from nsselect.m:31: #12 731.9 /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 731.9 | ^ #12 731.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 731.9 from nsgui.h:34, #12 731.9 from dispextern.h:137, #12 731.9 from nsterm.h:22, #12 731.9 from nsselect.m:31: #12 731.9 /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 731.9 | ^ #12 731.9 In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 731.9 from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 731.9 from nsgui.h:34, #12 731.9 from dispextern.h:137, #12 731.9 from nsterm.h:22, #12 731.9 from nsselect.m:31: #12 731.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 731.9 | ^ #12 731.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 731.9 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 731.9 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.0 | ^ #12 732.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 732.0 from nsgui.h:34, #12 732.0 from dispextern.h:137, #12 732.0 from nsterm.h:22, #12 732.0 from nsselect.m:31: #12 732.0 /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 732.0 | ^ #12 732.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 732.0 from nsgui.h:34, #12 732.0 from dispextern.h:137, #12 732.0 from nsterm.h:22, #12 732.0 from nsselect.m:31: #12 732.0 /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 732.0 | ^ #12 732.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 732.0 from nsgui.h:34, #12 732.0 from dispextern.h:137, #12 732.0 from nsterm.h:22, #12 732.0 from nsselect.m:31: #12 732.0 /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 732.0 | ^ #12 732.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 732.0 from nsgui.h:34, #12 732.0 from dispextern.h:137, #12 732.0 from nsterm.h:22, #12 732.0 from nsselect.m:31: #12 732.0 /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 732.0 | ^ #12 732.0 In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 732.0 from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 732.0 from nsgui.h:34, #12 732.0 from dispextern.h:137, #12 732.0 from nsterm.h:22, #12 732.0 from nsselect.m:31: #12 732.0 /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 732.0 | ^ #12 732.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 732.0 from nsgui.h:34, #12 732.0 from dispextern.h:137, #12 732.0 from nsterm.h:22, #12 732.0 from nsselect.m:31: #12 732.0 /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 732.0 | ^ #12 732.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 732.0 from nsgui.h:34, #12 732.0 from dispextern.h:137, #12 732.0 from nsterm.h:22, #12 732.0 from nsselect.m:31: #12 732.0 /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 732.0 | ^ #12 732.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 732.0 from nsgui.h:34, #12 732.0 from dispextern.h:137, #12 732.0 from nsterm.h:22, #12 732.0 from nsselect.m:31: #12 732.0 /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 732.0 | ^ #12 732.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 732.0 from nsgui.h:34, #12 732.0 from dispextern.h:137, #12 732.0 from nsterm.h:22, #12 732.0 from nsselect.m:31: #12 732.0 /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.0 | ^ #12 732.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 732.0 from nsgui.h:34, #12 732.0 from dispextern.h:137, #12 732.0 from nsterm.h:22, #12 732.0 from nsselect.m:31: #12 732.0 /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.0 | ^ #12 732.0 In file included from nsgui.h:34, #12 732.0 from dispextern.h:137, #12 732.0 from nsterm.h:22, #12 732.0 from nsselect.m:31: #12 732.0 /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 732.0 | ^ #12 732.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 732.0 from nsgui.h:34, #12 732.0 from dispextern.h:137, #12 732.0 from nsterm.h:22, #12 732.0 from nsselect.m:31: #12 732.0 /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 732.0 | ^ #12 732.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 732.0 from nsgui.h:34, #12 732.0 from dispextern.h:137, #12 732.0 from nsterm.h:22, #12 732.0 from nsselect.m:31: #12 732.0 /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.0 | ^ #12 732.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 732.0 from nsgui.h:34, #12 732.0 from dispextern.h:137, #12 732.0 from nsterm.h:22, #12 732.0 from nsselect.m:31: #12 732.0 /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 732.0 | ^ #12 732.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 732.0 from nsgui.h:34, #12 732.0 from dispextern.h:137, #12 732.0 from nsterm.h:22, #12 732.0 from nsselect.m:31: #12 732.0 /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 732.0 | ^ #12 732.0 In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 732.0 from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 732.0 from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 732.0 from nsgui.h:34, #12 732.0 from dispextern.h:137, #12 732.0 from nsterm.h:22, #12 732.0 from nsselect.m:31: #12 732.0 /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.0 | ^ #12 732.0 In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 732.0 from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 732.0 from nsgui.h:34, #12 732.0 from dispextern.h:137, #12 732.0 from nsterm.h:22, #12 732.0 from nsselect.m:31: #12 732.0 /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 732.0 | ^ #12 732.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 732.0 from nsgui.h:34, #12 732.0 from dispextern.h:137, #12 732.0 from nsterm.h:22, #12 732.0 from nsselect.m:31: #12 732.0 /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.0 | ^ #12 732.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 732.0 from nsgui.h:34, #12 732.0 from dispextern.h:137, #12 732.0 from nsterm.h:22, #12 732.0 from nsselect.m:31: #12 732.0 /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 732.0 | ^ #12 732.0 In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 732.0 from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 732.0 from nsgui.h:34, #12 732.0 from dispextern.h:137, #12 732.0 from nsterm.h:22, #12 732.0 from nsselect.m:31: #12 732.0 /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 732.0 | ^ #12 732.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 732.0 from nsgui.h:34, #12 732.0 from dispextern.h:137, #12 732.0 from nsterm.h:22, #12 732.0 from nsselect.m:31: #12 732.0 /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 732.0 | ^ #12 732.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 732.0 from nsgui.h:34, #12 732.0 from dispextern.h:137, #12 732.0 from nsterm.h:22, #12 732.0 from nsselect.m:31: #12 732.0 /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 732.0 | ^ #12 732.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 732.0 from nsgui.h:34, #12 732.0 from dispextern.h:137, #12 732.0 from nsterm.h:22, #12 732.0 from nsselect.m:31: #12 732.0 /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.0 | ^ #12 732.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 732.0 from nsgui.h:34, #12 732.0 from dispextern.h:137, #12 732.0 from nsterm.h:22, #12 732.0 from nsselect.m:31: #12 732.0 /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 732.0 | ^ #12 732.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 732.0 from nsgui.h:34, #12 732.0 from dispextern.h:137, #12 732.0 from nsterm.h:22, #12 732.0 from nsselect.m:31: #12 732.0 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 732.0 | ^ #12 732.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 732.0 from nsgui.h:34, #12 732.0 from dispextern.h:137, #12 732.0 from nsterm.h:22, #12 732.0 from nsselect.m:31: #12 732.0 /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 732.0 | ^ #12 732.0 In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 732.0 from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 732.0 from nsgui.h:34, #12 732.0 from dispextern.h:137, #12 732.0 from nsterm.h:22, #12 732.0 from nsselect.m:31: #12 732.0 /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 732.0 | ^ #12 732.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 732.0 from nsgui.h:34, #12 732.0 from dispextern.h:137, #12 732.0 from nsterm.h:22, #12 732.0 from nsselect.m:31: #12 732.0 /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 732.0 | ^ #12 732.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 732.0 from nsgui.h:34, #12 732.0 from dispextern.h:137, #12 732.0 from nsterm.h:22, #12 732.0 from nsselect.m:31: #12 732.0 /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 732.0 | ^ #12 732.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 732.0 from nsgui.h:34, #12 732.0 from dispextern.h:137, #12 732.0 from nsterm.h:22, #12 732.0 from nsselect.m:31: #12 732.0 /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 732.0 | ^ #12 732.0 In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 732.0 from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 732.0 from nsgui.h:34, #12 732.0 from dispextern.h:137, #12 732.0 from nsterm.h:22, #12 732.0 from nsselect.m:31: #12 732.0 /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.0 | ^ #12 732.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 732.0 from nsgui.h:34, #12 732.0 from dispextern.h:137, #12 732.0 from nsterm.h:22, #12 732.0 from nsselect.m:31: #12 732.0 /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.0 | ^ #12 732.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 732.0 from nsgui.h:34, #12 732.0 from dispextern.h:137, #12 732.0 from nsterm.h:22, #12 732.0 from nsselect.m:31: #12 732.0 /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 732.0 | ^ #12 732.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 732.0 from nsgui.h:34, #12 732.0 from dispextern.h:137, #12 732.0 from nsterm.h:22, #12 732.0 from nsselect.m:31: #12 732.0 /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.0 | ^ #12 732.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 732.0 from nsgui.h:34, #12 732.0 from dispextern.h:137, #12 732.0 from nsterm.h:22, #12 732.0 from nsselect.m:31: #12 732.0 /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 732.0 | ^ #12 732.0 /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.0 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.0 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.1 | ^ #12 732.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 732.1 from nsgui.h:34, #12 732.1 from dispextern.h:137, #12 732.1 from nsterm.h:22, #12 732.1 from nsselect.m:31: #12 732.1 /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 732.1 | ^ #12 732.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 732.1 from nsgui.h:34, #12 732.1 from dispextern.h:137, #12 732.1 from nsterm.h:22, #12 732.1 from nsselect.m:31: #12 732.1 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 732.1 | ^ #12 732.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 732.1 from nsgui.h:34, #12 732.1 from dispextern.h:137, #12 732.1 from nsterm.h:22, #12 732.1 from nsselect.m:31: #12 732.1 /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.1 | ^ #12 732.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 732.1 from nsgui.h:34, #12 732.1 from dispextern.h:137, #12 732.1 from nsterm.h:22, #12 732.1 from nsselect.m:31: #12 732.1 /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 732.1 | ^ #12 732.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 732.1 from nsgui.h:34, #12 732.1 from dispextern.h:137, #12 732.1 from nsterm.h:22, #12 732.1 from nsselect.m:31: #12 732.1 /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 732.1 | ^ #12 732.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 732.1 from nsgui.h:34, #12 732.1 from dispextern.h:137, #12 732.1 from nsterm.h:22, #12 732.1 from nsselect.m:31: #12 732.1 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.1 | ^ #12 732.1 In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 732.1 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 732.1 from nsgui.h:34, #12 732.1 from dispextern.h:137, #12 732.1 from nsterm.h:22, #12 732.1 from nsselect.m:31: #12 732.1 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 732.1 | ^ #12 732.1 In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 732.1 from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 732.1 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 732.1 from nsgui.h:34, #12 732.1 from dispextern.h:137, #12 732.1 from nsterm.h:22, #12 732.1 from nsselect.m:31: #12 732.1 /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 732.1 | ^ #12 732.1 In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 732.1 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 732.1 from nsgui.h:34, #12 732.1 from dispextern.h:137, #12 732.1 from nsterm.h:22, #12 732.1 from nsselect.m:31: #12 732.1 /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.1 | ^ #12 732.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 732.1 from nsgui.h:34, #12 732.1 from dispextern.h:137, #12 732.1 from nsterm.h:22, #12 732.1 from nsselect.m:31: #12 732.1 /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 732.1 | ^ #12 732.1 In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 732.1 from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 732.1 from nsgui.h:34, #12 732.1 from dispextern.h:137, #12 732.1 from nsterm.h:22, #12 732.1 from nsselect.m:31: #12 732.1 /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.1 | ^ #12 732.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 732.1 from nsgui.h:34, #12 732.1 from dispextern.h:137, #12 732.1 from nsterm.h:22, #12 732.1 from nsselect.m:31: #12 732.1 /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.1 | ^ #12 732.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 732.1 from nsgui.h:34, #12 732.1 from dispextern.h:137, #12 732.1 from nsterm.h:22, #12 732.1 from nsselect.m:31: #12 732.1 /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 732.1 | ^ #12 732.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 732.1 from nsgui.h:34, #12 732.1 from dispextern.h:137, #12 732.1 from nsterm.h:22, #12 732.1 from nsselect.m:31: #12 732.1 /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 732.1 | ^ #12 732.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 732.1 from nsgui.h:34, #12 732.1 from dispextern.h:137, #12 732.1 from nsterm.h:22, #12 732.1 from nsselect.m:31: #12 732.1 /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 732.1 | ^ #12 732.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 732.1 from nsgui.h:34, #12 732.1 from dispextern.h:137, #12 732.1 from nsterm.h:22, #12 732.1 from nsselect.m:31: #12 732.1 /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 732.1 | ^ #12 732.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 732.1 from nsgui.h:34, #12 732.1 from dispextern.h:137, #12 732.1 from nsterm.h:22, #12 732.1 from nsselect.m:31: #12 732.1 /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.1 | ^ #12 732.1 In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 732.1 from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 732.1 from nsgui.h:34, #12 732.1 from dispextern.h:137, #12 732.1 from nsterm.h:22, #12 732.1 from nsselect.m:31: #12 732.1 /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.1 | ^ #12 732.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 732.1 from nsgui.h:34, #12 732.1 from dispextern.h:137, #12 732.1 from nsterm.h:22, #12 732.1 from nsselect.m:31: #12 732.1 /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.1 | ^ #12 732.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 732.1 from nsgui.h:34, #12 732.1 from dispextern.h:137, #12 732.1 from nsterm.h:22, #12 732.1 from nsselect.m:31: #12 732.1 /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 732.1 | ^ #12 732.1 In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 732.1 from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 732.1 from nsgui.h:34, #12 732.1 from dispextern.h:137, #12 732.1 from nsterm.h:22, #12 732.1 from nsselect.m:31: #12 732.1 /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 732.1 | ^ #12 732.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 732.1 from nsgui.h:34, #12 732.1 from dispextern.h:137, #12 732.1 from nsterm.h:22, #12 732.1 from nsselect.m:31: #12 732.1 /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 732.1 | ^ #12 732.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 732.1 from nsgui.h:34, #12 732.1 from dispextern.h:137, #12 732.1 from nsterm.h:22, #12 732.1 from nsselect.m:31: #12 732.1 /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 732.1 | ^ #12 732.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 732.1 from nsgui.h:34, #12 732.1 from dispextern.h:137, #12 732.1 from nsterm.h:22, #12 732.1 from nsselect.m:31: #12 732.1 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 732.1 | ^ #12 732.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 732.1 from nsgui.h:34, #12 732.1 from dispextern.h:137, #12 732.1 from nsterm.h:22, #12 732.1 from nsselect.m:31: #12 732.1 /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 732.1 | ^ #12 732.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 732.1 from nsgui.h:34, #12 732.1 from dispextern.h:137, #12 732.1 from nsterm.h:22, #12 732.1 from nsselect.m:31: #12 732.1 /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 732.1 | ^ #12 732.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 732.1 from nsgui.h:34, #12 732.1 from dispextern.h:137, #12 732.1 from nsterm.h:22, #12 732.1 from nsselect.m:31: #12 732.1 /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 732.1 | ^ #12 732.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 732.1 from nsgui.h:34, #12 732.1 from dispextern.h:137, #12 732.1 from nsterm.h:22, #12 732.1 from nsselect.m:31: #12 732.1 /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.1 | ^ #12 732.1 In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 732.1 from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 732.1 from nsgui.h:34, #12 732.1 from dispextern.h:137, #12 732.1 from nsterm.h:22, #12 732.1 from nsselect.m:31: #12 732.1 /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 732.1 | ^ #12 732.1 /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 732.1 | ^ #12 732.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 732.1 from nsgui.h:34, #12 732.1 from dispextern.h:137, #12 732.1 from nsterm.h:22, #12 732.1 from nsselect.m:31: #12 732.1 /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 732.1 | ^ #12 732.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 732.1 from nsgui.h:34, #12 732.1 from dispextern.h:137, #12 732.1 from nsterm.h:22, #12 732.1 from nsselect.m:31: #12 732.1 /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.1 | ^ #12 732.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 732.1 from nsgui.h:34, #12 732.1 from dispextern.h:137, #12 732.1 from nsterm.h:22, #12 732.1 from nsselect.m:31: #12 732.1 /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 732.1 | ^ #12 732.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 732.1 from nsgui.h:34, #12 732.1 from dispextern.h:137, #12 732.1 from nsterm.h:22, #12 732.1 from nsselect.m:31: #12 732.1 /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 732.1 | ^ #12 732.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 732.2 from nsgui.h:34, #12 732.2 from dispextern.h:137, #12 732.2 from nsterm.h:22, #12 732.2 from nsselect.m:31: #12 732.2 /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.2 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 732.2 | ^ #12 732.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 732.2 from nsgui.h:34, #12 732.2 from dispextern.h:137, #12 732.2 from nsterm.h:22, #12 732.2 from nsselect.m:31: #12 732.2 /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 732.2 | ^ #12 732.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 732.2 from nsgui.h:34, #12 732.2 from dispextern.h:137, #12 732.2 from nsterm.h:22, #12 732.2 from nsselect.m:31: #12 732.2 /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.2 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 732.2 | ^ #12 732.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 732.2 from nsgui.h:34, #12 732.2 from dispextern.h:137, #12 732.2 from nsterm.h:22, #12 732.2 from nsselect.m:31: #12 732.2 /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 732.2 | ^ #12 732.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 732.2 from nsgui.h:34, #12 732.2 from dispextern.h:137, #12 732.2 from nsterm.h:22, #12 732.2 from nsselect.m:31: #12 732.2 /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.2 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.2 | ^ #12 732.2 /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.2 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 732.2 | ^ #12 732.2 /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.2 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 732.2 | ^ #12 732.2 /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.2 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.2 | ^ #12 732.2 /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 732.2 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 732.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 732.2 In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 732.2 from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 732.2 from nsgui.h:34, #12 732.2 from dispextern.h:137, #12 732.2 from nsterm.h:22, #12 732.2 from nsselect.m:31: #12 732.2 /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 732.2 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 732.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 732.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 732.2 from nsgui.h:34, #12 732.2 from dispextern.h:137, #12 732.2 from nsterm.h:22, #12 732.2 from nsselect.m:31: #12 732.2 /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.2 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.2 | ^ #12 732.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 732.2 from nsgui.h:34, #12 732.2 from dispextern.h:137, #12 732.2 from nsterm.h:22, #12 732.2 from nsselect.m:31: #12 732.2 /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.2 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 732.2 | ^ #12 732.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 732.2 from nsgui.h:34, #12 732.2 from dispextern.h:137, #12 732.2 from nsterm.h:22, #12 732.2 from nsselect.m:31: #12 732.2 /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.2 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 732.2 | ^ #12 732.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 732.2 from nsgui.h:34, #12 732.2 from dispextern.h:137, #12 732.2 from nsterm.h:22, #12 732.2 from nsselect.m:31: #12 732.2 /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.2 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 732.2 | ^ #12 732.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 732.2 from nsgui.h:34, #12 732.2 from dispextern.h:137, #12 732.2 from nsterm.h:22, #12 732.2 from nsselect.m:31: #12 732.2 /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.2 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 732.2 | ^ #12 732.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 732.2 from nsgui.h:34, #12 732.2 from dispextern.h:137, #12 732.2 from nsterm.h:22, #12 732.2 from nsselect.m:31: #12 732.2 /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.2 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.2 | ^ #12 732.2 /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.2 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 732.2 | ^ #12 732.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 732.2 from nsgui.h:34, #12 732.2 from dispextern.h:137, #12 732.2 from nsterm.h:22, #12 732.2 from nsselect.m:31: #12 732.2 /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.2 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 732.2 | ^ #12 732.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 732.2 from nsgui.h:34, #12 732.2 from dispextern.h:137, #12 732.2 from nsterm.h:22, #12 732.2 from nsselect.m:31: #12 732.2 /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.2 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.2 | ^ #12 732.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 732.2 from nsgui.h:34, #12 732.2 from dispextern.h:137, #12 732.2 from nsterm.h:22, #12 732.2 from nsselect.m:31: #12 732.2 /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 732.2 | ^ #12 732.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 732.2 from nsgui.h:34, #12 732.2 from dispextern.h:137, #12 732.2 from nsterm.h:22, #12 732.2 from nsselect.m:31: #12 732.2 /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 732.2 | ^ #12 732.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 732.2 from nsgui.h:34, #12 732.2 from dispextern.h:137, #12 732.2 from nsterm.h:22, #12 732.2 from nsselect.m:31: #12 732.2 /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.2 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 732.2 | ^ #12 732.2 /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.2 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 732.2 | ^ #12 732.2 /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.2 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 732.2 | ^ #12 732.2 /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.2 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.2 | ^ #12 732.2 /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.2 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.2 | ^ #12 732.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 732.2 from nsgui.h:34, #12 732.2 from dispextern.h:137, #12 732.2 from nsterm.h:22, #12 732.2 from nsselect.m:31: #12 732.2 /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.2 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.2 | ^ #12 732.2 /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.2 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.2 | ^ #12 732.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 732.2 from nsgui.h:34, #12 732.2 from dispextern.h:137, #12 732.2 from nsterm.h:22, #12 732.2 from nsselect.m:31: #12 732.2 /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.2 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 732.2 | ^ #12 732.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 732.2 from nsgui.h:34, #12 732.2 from dispextern.h:137, #12 732.2 from nsterm.h:22, #12 732.2 from nsselect.m:31: #12 732.2 /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.2 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.2 | ^ #12 732.2 /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.2 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 732.2 | ^ #12 732.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 732.2 from nsgui.h:34, #12 732.2 from dispextern.h:137, #12 732.2 from nsterm.h:22, #12 732.2 from nsselect.m:31: #12 732.2 /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.2 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 732.2 | ^ #12 732.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 732.2 from nsgui.h:34, #12 732.2 from dispextern.h:137, #12 732.2 from nsterm.h:22, #12 732.2 from nsselect.m:31: #12 732.2 /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.2 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 732.2 | ^ #12 732.2 /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.2 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 732.2 | ^ #12 732.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 732.2 from nsgui.h:34, #12 732.2 from dispextern.h:137, #12 732.2 from nsterm.h:22, #12 732.2 from nsselect.m:31: #12 732.2 /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.2 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 732.2 | ^ #12 732.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 732.2 from nsgui.h:34, #12 732.2 from dispextern.h:137, #12 732.2 from nsterm.h:22, #12 732.2 from nsselect.m:31: #12 732.2 /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.2 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 732.2 | ^ #12 732.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 732.2 from nsgui.h:34, #12 732.2 from dispextern.h:137, #12 732.2 from nsterm.h:22, #12 732.2 from nsselect.m:31: #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 732.2 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 732.2 | ^ #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 732.2 125 | __attribute__((unused)); #12 732.2 | ^~~~~~~~~~~~~ #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 732.2 129 | __attribute__((unused)); #12 732.2 | ^~~~~~~~~~~~~ #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 732.2 133 | __attribute__((unused)); #12 732.2 | ^~~~~~~~~~~~~ #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 732.2 214 | __attribute__((unused)); #12 732.2 | ^~~~~~~~~~~~~ #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 732.2 247 | __attribute__((unused)); #12 732.2 | ^~~~~~~~~~~~~ #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 732.2 251 | __attribute__((unused)); #12 732.2 | ^~~~~~~~~~~~~ #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 732.2 259 | __attribute__((unused)); #12 732.2 | ^~~~~~~~~~~~~ #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 732.2 263 | __attribute__((unused)); #12 732.2 | ^~~~~~~~~~~~~ #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 732.2 267 | __attribute__((unused)); #12 732.2 | ^~~~~~~~~~~~~ #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 732.2 271 | __attribute__((unused)); #12 732.2 | ^~~~~~~~~~~~~ #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 732.2 275 | __attribute__((unused)); #12 732.2 | ^~~~~~~~~~~~~ #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 732.2 287 | __attribute__((unused)); #12 732.2 | ^~~~~~~~~~~~~ #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 732.2 311 | __attribute__((unused)); #12 732.2 | ^~~~~~~~~~~~~ #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 732.2 323 | __attribute__((unused)); #12 732.2 | ^~~~~~~~~~~~~ #12 732.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 732.2 from nsgui.h:34, #12 732.2 from dispextern.h:137, #12 732.2 from nsterm.h:22, #12 732.2 from nsselect.m:31: #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 732.2 493 | PSgsave() #12 732.2 | ^~~~~~~ #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 732.2 499 | PSgrestore() #12 732.2 | ^~~~~~~~~~ #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 732.2 505 | PSinitgraphics() #12 732.2 | ^~~~~~~~~~~~~~ #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 732.2 622 | PSinitmatrix() #12 732.2 | ^~~~~~~~~~~~ #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 732.2 669 | PSclip() #12 732.2 | ^~~~~~ #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 732.2 675 | PSclosepath() #12 732.2 | ^~~~~~~~~~~ #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 732.2 687 | PSeoclip() #12 732.2 | ^~~~~~~~ #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 732.2 693 | PSeofill() #12 732.2 | ^~~~~~~~ #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 732.2 699 | PSfill() #12 732.2 | ^~~~~~ #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 732.2 705 | PSflattenpath() #12 732.2 | ^~~~~~~~~~~~~ #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 732.2 711 | PSinitclip() #12 732.2 | ^~~~~~~~~~ #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 732.2 729 | PSnewpath() #12 732.2 | ^~~~~~~~~ #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 732.2 765 | PSreversepath() #12 732.2 | ^~~~~~~~~~~~~ #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 732.2 783 | PSstroke() #12 732.2 | ^~~~~~~~ #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 732.2 835 | PSWait() #12 732.2 | ^~~~~~ #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 732.2 /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 734.4 CC nsimage.o #12 734.4 cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 734.4 cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 735.1 In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 735.1 from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 735.1 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 735.1 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 735.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.1 from nsgui.h:34, #12 735.1 from dispextern.h:137, #12 735.1 from nsimage.m:33: #12 735.1 /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 735.1 | ^ #12 735.1 In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 735.1 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 735.1 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 735.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.1 from nsgui.h:34, #12 735.1 from dispextern.h:137, #12 735.1 from nsimage.m:33: #12 735.1 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 735.1 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 735.1 | ^~~~~~~~~~~~~~~~~~~~ #12 735.1 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 735.1 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 735.1 | ^~~~~~~~~~~~~~~~~~~~ #12 735.1 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.1 | ^ #12 735.1 In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 735.1 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 735.1 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 735.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.1 from nsgui.h:34, #12 735.1 from dispextern.h:137, #12 735.1 from nsimage.m:33: #12 735.1 /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 735.1 | ^ #12 735.1 In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 735.1 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 735.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.1 from nsgui.h:34, #12 735.1 from dispextern.h:137, #12 735.1 from nsimage.m:33: #12 735.1 /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 735.1 | ^ #12 735.1 In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 735.1 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 735.1 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 735.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.1 from nsgui.h:34, #12 735.1 from dispextern.h:137, #12 735.1 from nsimage.m:33: #12 735.1 /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.1 | ^ #12 735.1 In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 735.1 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 735.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.1 from nsgui.h:34, #12 735.1 from dispextern.h:137, #12 735.1 from nsimage.m:33: #12 735.1 /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.1 | ^ #12 735.1 In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 735.1 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 735.1 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 735.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.1 from nsgui.h:34, #12 735.1 from dispextern.h:137, #12 735.1 from nsimage.m:33: #12 735.1 /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 735.1 | ^ #12 735.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 735.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.1 from nsgui.h:34, #12 735.1 from dispextern.h:137, #12 735.1 from nsimage.m:33: #12 735.1 /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.1 | ^ #12 735.1 In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 735.1 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 735.1 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 735.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.1 from nsgui.h:34, #12 735.1 from dispextern.h:137, #12 735.1 from nsimage.m:33: #12 735.1 /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 88 | #if GS_API_VERSION(0,011500) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 735.1 | ^ #12 735.1 In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 735.1 from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 735.1 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 735.1 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 735.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.1 from nsgui.h:34, #12 735.1 from dispextern.h:137, #12 735.1 from nsimage.m:33: #12 735.1 /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 735.1 | ^ #12 735.1 In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 735.1 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 735.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.1 from nsgui.h:34, #12 735.1 from dispextern.h:137, #12 735.1 from nsimage.m:33: #12 735.1 /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 735.1 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 735.1 | ^~~~~~~~~~ #12 735.1 In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 735.1 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 735.1 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 735.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.1 from nsgui.h:34, #12 735.1 from dispextern.h:137, #12 735.1 from nsimage.m:33: #12 735.1 /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 735.1 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 735.1 | ^~~~~~~~~~ #12 735.1 In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 735.1 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 735.1 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 735.1 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 735.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.1 from nsgui.h:34, #12 735.1 from dispextern.h:137, #12 735.1 from nsimage.m:33: #12 735.1 /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.1 | ^ #12 735.1 In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 735.1 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 735.1 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 735.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.1 from nsgui.h:34, #12 735.1 from dispextern.h:137, #12 735.1 from nsimage.m:33: #12 735.1 /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.1 | ^ #12 735.1 In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 735.1 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 735.1 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 735.1 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 735.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.1 from nsgui.h:34, #12 735.1 from dispextern.h:137, #12 735.1 from nsimage.m:33: #12 735.1 /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 735.1 | ^ #12 735.1 In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 735.1 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 735.1 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 735.1 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 735.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.1 from nsgui.h:34, #12 735.1 from dispextern.h:137, #12 735.1 from nsimage.m:33: #12 735.1 /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 735.1 | ^ #12 735.1 In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 735.1 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 735.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.1 from nsgui.h:34, #12 735.1 from dispextern.h:137, #12 735.1 from nsimage.m:33: #12 735.1 /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.1 | ^ #12 735.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 735.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.1 from nsgui.h:34, #12 735.1 from dispextern.h:137, #12 735.1 from nsimage.m:33: #12 735.1 /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 46 | #if GS_EXPOSE(NSAffineTransform) #12 735.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 735.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.1 from nsgui.h:34, #12 735.1 from dispextern.h:137, #12 735.1 from nsimage.m:33: #12 735.1 /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 735.1 | ^ #12 735.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 735.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.1 from nsgui.h:34, #12 735.1 from dispextern.h:137, #12 735.1 from nsimage.m:33: #12 735.1 /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 735.1 | ^ #12 735.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 735.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.1 from nsgui.h:34, #12 735.1 from dispextern.h:137, #12 735.1 from nsimage.m:33: #12 735.1 /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 735.1 | ^ #12 735.1 In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 735.1 from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 735.1 from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 735.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.1 from nsgui.h:34, #12 735.1 from dispextern.h:137, #12 735.1 from nsimage.m:33: #12 735.1 /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.1 | ^ #12 735.1 In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 735.1 from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 735.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.1 from nsgui.h:34, #12 735.1 from dispextern.h:137, #12 735.1 from nsimage.m:33: #12 735.1 /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 735.1 | ^ #12 735.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 735.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.1 from nsgui.h:34, #12 735.1 from dispextern.h:137, #12 735.1 from nsimage.m:33: #12 735.1 /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 45 | #if GS_EXPOSE(NSArchiver) #12 735.1 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 735.1 /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 735.1 | ^ #12 735.1 /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 164 | #if GS_EXPOSE(NSUnarchiver) #12 735.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.1 /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.1 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 735.1 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 735.2 | ^ #12 735.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 735.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.2 from nsgui.h:34, #12 735.2 from dispextern.h:137, #12 735.2 from nsimage.m:33: #12 735.2 /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 735.2 | ^ #12 735.2 In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 735.2 from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 735.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.2 from nsgui.h:34, #12 735.2 from dispextern.h:137, #12 735.2 from nsimage.m:33: #12 735.2 /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 735.2 | ^ #12 735.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 735.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.2 from nsgui.h:34, #12 735.2 from dispextern.h:137, #12 735.2 from nsimage.m:33: #12 735.2 /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.2 | ^ #12 735.2 In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 735.2 from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 735.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.2 from nsgui.h:34, #12 735.2 from dispextern.h:137, #12 735.2 from nsimage.m:33: #12 735.2 /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.2 | ^ #12 735.2 In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 735.2 from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 735.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.2 from nsgui.h:34, #12 735.2 from dispextern.h:137, #12 735.2 from nsimage.m:33: #12 735.2 /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 735.2 | ^ #12 735.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 735.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.2 from nsgui.h:34, #12 735.2 from dispextern.h:137, #12 735.2 from nsimage.m:33: #12 735.2 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 735.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.2 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.2 | ^ #12 735.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 735.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.2 from nsgui.h:34, #12 735.2 from dispextern.h:137, #12 735.2 from nsimage.m:33: #12 735.2 /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 735.2 | ^ #12 735.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 735.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.2 from nsgui.h:34, #12 735.2 from dispextern.h:137, #12 735.2 from nsimage.m:33: #12 735.2 /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 114 | #if GS_EXPOSE(NSBundle) #12 735.2 | ^~~~~~~~~~~~~~~~~~~~~ #12 735.2 /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 735.2 | ^ #12 735.2 In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 735.2 from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 735.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.2 from nsgui.h:34, #12 735.2 from dispextern.h:137, #12 735.2 from nsimage.m:33: #12 735.2 /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 735.2 | ^ #12 735.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 735.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.2 from nsgui.h:34, #12 735.2 from dispextern.h:137, #12 735.2 from nsimage.m:33: #12 735.2 /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 43 | #if GS_EXPOSE(NSCache) #12 735.2 | ^~~~~~~~~~~~~~~~~~~~ #12 735.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 735.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.2 from nsgui.h:34, #12 735.2 from dispextern.h:137, #12 735.2 from nsimage.m:33: #12 735.2 /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.2 | ^ #12 735.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 735.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.2 from nsgui.h:34, #12 735.2 from dispextern.h:137, #12 735.2 from nsimage.m:33: #12 735.2 /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 37 | #if GS_EXPOSE(NSCalendarDate) #12 735.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.2 /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 735.2 | ^ #12 735.2 In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 735.2 from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 735.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.2 from nsgui.h:34, #12 735.2 from dispextern.h:137, #12 735.2 from nsimage.m:33: #12 735.2 /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 735.2 | ^ #12 735.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 735.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.2 from nsgui.h:34, #12 735.2 from dispextern.h:137, #12 735.2 from nsimage.m:33: #12 735.2 /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.2 | ^ #12 735.2 In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 735.2 from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 735.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.2 from nsgui.h:34, #12 735.2 from dispextern.h:137, #12 735.2 from nsimage.m:33: #12 735.2 /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 113 | #if GS_EXPOSE(NSException) #12 735.2 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 735.2 /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 735.2 303 | NSGetUncaughtExceptionHandler(); #12 735.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 735.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.2 from nsgui.h:34, #12 735.2 from dispextern.h:137, #12 735.2 from nsimage.m:33: #12 735.2 /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.2 | ^ #12 735.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 735.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.2 from nsgui.h:34, #12 735.2 from dispextern.h:137, #12 735.2 from nsimage.m:33: #12 735.2 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.2 | ^ #12 735.2 In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 735.2 from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 735.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.2 from nsgui.h:34, #12 735.2 from dispextern.h:137, #12 735.2 from nsimage.m:33: #12 735.2 /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 53 | #if GS_EXPOSE(NSExpression) #12 735.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.2 In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 735.2 from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 735.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.2 from nsgui.h:34, #12 735.2 from dispextern.h:137, #12 735.2 from nsimage.m:33: #12 735.2 /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.2 | ^ #12 735.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 735.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.2 from nsgui.h:34, #12 735.2 from dispextern.h:137, #12 735.2 from nsimage.m:33: #12 735.2 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 735.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 735.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.2 from nsgui.h:34, #12 735.2 from dispextern.h:137, #12 735.2 from nsimage.m:33: #12 735.2 /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 735.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.2 In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 735.2 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 735.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.2 from nsgui.h:34, #12 735.2 from dispextern.h:137, #12 735.2 from nsimage.m:33: #12 735.2 /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 47 | #if GS_EXPOSE(NSTimer) #12 735.2 | ^~~~~~~~~~~~~~~~~~~~ #12 735.2 /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 735.2 | ^ #12 735.2 /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 735.2 | ^ #12 735.2 In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 735.2 from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 735.2 from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 735.2 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 735.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.2 from nsgui.h:34, #12 735.2 from dispextern.h:137, #12 735.2 from nsimage.m:33: #12 735.2 /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.2 | ^ #12 735.2 In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 735.2 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 735.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.2 from nsgui.h:34, #12 735.2 from dispextern.h:137, #12 735.2 from nsimage.m:33: #12 735.2 /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 46 | #if GS_EXPOSE(NSRunLoop) #12 735.2 | ^~~~~~~~~~~~~~~~~~~~~~ #12 735.2 /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.2 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 735.2 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 735.3 from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 735.3 from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 735.3 from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 127 | #if GS_EXPOSE(NSDateFormatter) #12 735.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.3 /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 735.3 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 735.3 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 735.3 from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 735.3 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 735.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.3 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 192 | #if GS_EXPOSE(NSDecimalNumber) #12 735.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 40 | #if GS_EXPOSE(NSDistantObject) #12 735.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 41 | #if GS_EXPOSE(NSDistributedLock) #12 735.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 735.3 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 74 | #if GS_EXPOSE(NSLock) #12 735.3 | ^~~~~~~~~~~~~~~~~~~ #12 735.3 /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 125 | #if GS_EXPOSE(NSCondition) #12 735.3 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 735.3 /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 175 | #if GS_EXPOSE(NSConditionLock) #12 735.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.3 /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 275 | #if GS_EXPOSE(NSRecursiveLock) #12 735.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.3 /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 735.3 from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 735.3 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 735.3 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 71 | #if GS_EXPOSE(NSNotificationCenter) #12 735.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.3 /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 735.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 134 | #if GS_EXPOSE(NSError) #12 735.3 | ^~~~~~~~~~~~~~~~~~~~ #12 735.3 /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 735.3 from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 735.3 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 182 | #if GS_EXPOSE(NSURLHandle) #12 735.3 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 735.3 /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 735.3 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 73 | #if GS_EXPOSE(NSURL) #12 735.3 | ^~~~~~~~~~~~~~~~~~ #12 735.3 /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 735.3 from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 735.3 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 735.3 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 599 | #if GS_EXPOSE(NSURLQueryItem) #12 735.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.3 /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 633 | #if GS_EXPOSE(NSURLComponents) #12 735.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.3 /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 160 | #if GS_EXPOSE(NSPipe) #12 735.3 | ^~~~~~~~~~~~~~~~~~~ #12 735.3 /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 735.3 from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 735.3 from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 215 | #if GS_EXPOSE(NSFileManager) #12 735.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.3 /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 735.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.3 /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 42 | #if GS_EXPOSE(NSHost) #12 735.3 | ^~~~~~~~~~~~~~~~~~~ #12 735.3 /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 68 | #if GS_EXPOSE(NSHTTPCookie) #12 735.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.3 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 735.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 47 | #if GS_EXPOSE(NSIndexPath) #12 735.3 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 735.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 49 | #if GS_EXPOSE(NSIndexSet) #12 735.3 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 735.3 /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 735.3 from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 52 | #if GS_EXPOSE(NSMethodSignature) #12 735.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 38 | #if GS_EXPOSE(NSInvocation) #12 735.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.3 /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 735.3 | ^ #12 735.3 In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 735.3 from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 735.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.3 from nsgui.h:34, #12 735.3 from dispextern.h:137, #12 735.3 from nsimage.m:33: #12 735.3 /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.3 | ^ #12 735.3 /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.3 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.3 | ^ #12 735.4 /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.4 | ^ #12 735.4 /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.4 | ^ #12 735.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 735.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.4 from nsgui.h:34, #12 735.4 from dispextern.h:137, #12 735.4 from nsimage.m:33: #12 735.4 /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.4 | ^ #12 735.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 735.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.4 from nsgui.h:34, #12 735.4 from dispextern.h:137, #12 735.4 from nsimage.m:33: #12 735.4 /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 735.4 | ^ #12 735.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 735.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.4 from nsgui.h:34, #12 735.4 from dispextern.h:137, #12 735.4 from nsimage.m:33: #12 735.4 /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 735.4 | ^ #12 735.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 735.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.4 from nsgui.h:34, #12 735.4 from dispextern.h:137, #12 735.4 from nsimage.m:33: #12 735.4 /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 735.4 | ^ #12 735.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 735.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.4 from nsgui.h:34, #12 735.4 from dispextern.h:137, #12 735.4 from nsimage.m:33: #12 735.4 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.4 | ^ #12 735.4 In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 735.4 from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 735.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.4 from nsgui.h:34, #12 735.4 from dispextern.h:137, #12 735.4 from nsimage.m:33: #12 735.4 /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.4 | ^ #12 735.4 /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 735.4 | ^ #12 735.4 In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 735.4 from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 735.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.4 from nsgui.h:34, #12 735.4 from dispextern.h:137, #12 735.4 from nsimage.m:33: #12 735.4 /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 735.4 | ^ #12 735.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 735.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.4 from nsgui.h:34, #12 735.4 from dispextern.h:137, #12 735.4 from nsimage.m:33: #12 735.4 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 735.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.4 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 735.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 735.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.4 from nsgui.h:34, #12 735.4 from dispextern.h:137, #12 735.4 from nsimage.m:33: #12 735.4 /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.4 | ^ #12 735.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 735.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.4 from nsgui.h:34, #12 735.4 from dispextern.h:137, #12 735.4 from nsimage.m:33: #12 735.4 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 735.4 | ^ #12 735.4 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 735.4 | ^ #12 735.4 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 735.4 | ^ #12 735.4 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 735.4 | ^ #12 735.4 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 735.4 | ^ #12 735.4 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 735.4 | ^ #12 735.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 735.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.4 from nsgui.h:34, #12 735.4 from dispextern.h:137, #12 735.4 from nsimage.m:33: #12 735.4 /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 735.4 | ^ #12 735.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 735.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.4 from nsgui.h:34, #12 735.4 from dispextern.h:137, #12 735.4 from nsimage.m:33: #12 735.4 /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 735.4 | ^ #12 735.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 735.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.4 from nsgui.h:34, #12 735.4 from dispextern.h:137, #12 735.4 from nsimage.m:33: #12 735.4 /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.4 | ^ #12 735.4 /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.4 | ^ #12 735.4 /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.4 | ^ #12 735.4 /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 103 | #if GS_EXPOSE(NSLocale) #12 735.4 | ^~~~~~~~~~~~~~~~~~~~~ #12 735.4 /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.4 | ^ #12 735.4 /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.4 | ^ #12 735.4 /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.4 | ^ #12 735.4 /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.4 | ^ #12 735.4 /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.4 | ^ #12 735.4 /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.4 | ^ #12 735.4 /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 735.4 | ^ #12 735.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 735.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.4 from nsgui.h:34, #12 735.4 from dispextern.h:137, #12 735.4 from nsimage.m:33: #12 735.4 /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 735.4 | ^ #12 735.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 735.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.4 from nsgui.h:34, #12 735.4 from dispextern.h:137, #12 735.4 from nsimage.m:33: #12 735.4 /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 735.4 | ^ #12 735.4 In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 735.4 from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 735.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.4 from nsgui.h:34, #12 735.4 from dispextern.h:137, #12 735.4 from nsimage.m:33: #12 735.4 /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 735.4 | ^ #12 735.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 735.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.4 from nsgui.h:34, #12 735.4 from dispextern.h:137, #12 735.4 from nsimage.m:33: #12 735.4 /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 40 | #if GS_EXPOSE(NSMetadataItem) #12 735.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.4 /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 66 | #if GS_EXPOSE(NSMetadataQuery) #12 735.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.4 /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 735.4 | ^ #12 735.4 /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 735.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.4 /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 735.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 735.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.4 from nsgui.h:34, #12 735.4 from dispextern.h:137, #12 735.4 from nsimage.m:33: #12 735.4 /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 112 | #if GS_EXPOSE(NSNotificationQueue) #12 735.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 735.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.4 from nsgui.h:34, #12 735.4 from dispextern.h:137, #12 735.4 from nsimage.m:33: #12 735.4 /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 735.4 | ^ #12 735.4 /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 735.4 | ^ #12 735.4 /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 735.4 | ^ #12 735.4 /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 735.4 | ^ #12 735.4 /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 361 | #if GS_EXPOSE(NSNetService) #12 735.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.4 /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 735.4 | ^ #12 735.4 /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 735.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 735.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.4 from nsgui.h:34, #12 735.4 from dispextern.h:137, #12 735.4 from nsimage.m:33: #12 735.4 /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.4 | ^ #12 735.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 735.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.4 from nsgui.h:34, #12 735.4 from dispextern.h:137, #12 735.4 from nsimage.m:33: #12 735.4 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.4 | ^ #12 735.4 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.4 | ^ #12 735.4 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 123 | #if GS_EXPOSE(NSNumberFormatter) #12 735.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.4 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.4 | ^ #12 735.4 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.4 | ^ #12 735.4 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.4 | ^ #12 735.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 735.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.4 from nsgui.h:34, #12 735.4 from dispextern.h:137, #12 735.4 from nsimage.m:33: #12 735.4 /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 735.4 | ^ #12 735.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 735.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.4 from nsgui.h:34, #12 735.4 from dispextern.h:137, #12 735.4 from nsimage.m:33: #12 735.4 /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 735.4 | ^ #12 735.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 735.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.4 from nsgui.h:34, #12 735.4 from dispextern.h:137, #12 735.4 from nsimage.m:33: #12 735.4 /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.4 | ^ #12 735.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 735.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.4 from nsgui.h:34, #12 735.4 from dispextern.h:137, #12 735.4 from nsimage.m:33: #12 735.4 /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 735.4 | ^ #12 735.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 735.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.4 from nsgui.h:34, #12 735.4 from dispextern.h:137, #12 735.4 from nsimage.m:33: #12 735.4 /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 735.4 | ^ #12 735.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 735.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.4 from nsgui.h:34, #12 735.4 from dispextern.h:137, #12 735.4 from nsimage.m:33: #12 735.4 /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.4 | ^ #12 735.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 735.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.4 from nsgui.h:34, #12 735.4 from dispextern.h:137, #12 735.4 from nsimage.m:33: #12 735.4 /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 53 | #if GS_EXPOSE(NSPortCoder) #12 735.4 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 735.4 In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 735.4 from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 735.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.4 from nsgui.h:34, #12 735.4 from dispextern.h:137, #12 735.4 from nsimage.m:33: #12 735.4 /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 77 | #if GS_EXPOSE(NSPort) #12 735.4 | ^~~~~~~~~~~~~~~~~~~ #12 735.4 /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.4 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.4 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 202 | #if GS_EXPOSE(NSSocketPort) #12 735.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.5 /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 284 | #if GS_EXPOSE(NSMessagePort) #12 735.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 47 | #if GS_EXPOSE(NSPortMessage) #12 735.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 735.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 53 | #if GS_EXPOSE(NSProgress) #12 735.5 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 40 | #if GS_EXPOSE(NSProtocolChecker) #12 735.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 91 | #if GS_EXPOSE(NSRegularExpression) #12 735.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 42 | #if GS_EXPOSE(NSScanner) #12 735.5 | ^~~~~~~~~~~~~~~~~~~~~~ #12 735.5 /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.5 | ^ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 735.5 | ^ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 735.5 | ^ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 735.5 | ^ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 735.5 | ^ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 735.5 | ^ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 735.5 | ^ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 735.5 | ^ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 735.5 | ^ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 735.5 | ^ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 48 | #if GS_EXPOSE(NSSortDescriptor) #12 735.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.5 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 735.5 | ^ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 58 | #if GS_EXPOSE(NSSpellServer) #12 735.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.5 /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 735.5 | ^ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 735.5 | ^ #12 735.5 In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 735.5 from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 735.5 | ^ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 51 | #if GS_EXPOSE(NSTask) #12 735.5 | ^~~~~~~~~~~~~~~~~~~ #12 735.5 /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.5 | ^ #12 735.5 In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 735.5 from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 735.5 | ^ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.5 | ^ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 59 | #if GS_EXPOSE(NSThread) #12 735.5 | ^~~~~~~~~~~~~~~~~~~~~ #12 735.5 /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.5 | ^ #12 735.5 In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 735.5 from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 735.5 | ^ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 735.5 | ^ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 735.5 | ^ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 87 | #if GS_EXPOSE(NSUndoManager) #12 735.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 735.5 | ^ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 735.5 | ^ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 735.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 735.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.5 /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 105 | #if GS_EXPOSE(NSURLCache) #12 735.5 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 48 | #if GS_EXPOSE(NSURLConnection) #12 735.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.5 /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 735.5 | ^ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 56 | #if GS_EXPOSE(NSURLCredential) #12 735.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 735.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 49 | #if GS_EXPOSE(NSURLDownload) #12 735.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.5 /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 735.5 | ^ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 735.5 | ^ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 735.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.5 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 735.5 | ^ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 121 | #if GS_EXPOSE(NSURLProtocol) #12 735.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 92 | #if GS_EXPOSE(NSURLRequest) #12 735.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.5 /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 735.5 | ^ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 49 | #if GS_EXPOSE(NSURLResponse) #12 735.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.5 /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 735.5 | ^ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 735.5 | ^ #12 735.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 735.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.5 from nsgui.h:34, #12 735.5 from dispextern.h:137, #12 735.5 from nsimage.m:33: #12 735.5 /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 735.5 | ^ #12 735.5 /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.5 217 | #if GS_EXPOSE(NSUserDefaults) #12 735.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.6 /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.6 | ^ #12 735.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 735.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.6 from nsgui.h:34, #12 735.6 from dispextern.h:137, #12 735.6 from nsimage.m:33: #12 735.6 /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 735.6 | ^ #12 735.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 735.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.6 from nsgui.h:34, #12 735.6 from dispextern.h:137, #12 735.6 from nsimage.m:33: #12 735.6 /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 735.6 | ^ #12 735.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 735.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.6 from nsgui.h:34, #12 735.6 from dispextern.h:137, #12 735.6 from nsimage.m:33: #12 735.6 /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 735.6 | ^ #12 735.6 In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 735.6 from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 735.6 from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 735.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.6 from nsgui.h:34, #12 735.6 from dispextern.h:137, #12 735.6 from nsimage.m:33: #12 735.6 /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 735.6 | ^ #12 735.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 735.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.6 from nsgui.h:34, #12 735.6 from dispextern.h:137, #12 735.6 from nsimage.m:33: #12 735.6 /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 735.6 | ^ #12 735.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 735.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.6 from nsgui.h:34, #12 735.6 from dispextern.h:137, #12 735.6 from nsimage.m:33: #12 735.6 /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 72 | #if GS_EXPOSE(NSXMLParser) #12 735.6 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 735.6 /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 735.6 | ^ #12 735.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 735.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 735.6 from nsgui.h:34, #12 735.6 from dispextern.h:137, #12 735.6 from nsimage.m:33: #12 735.6 /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 735.6 | ^ #12 735.6 In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 735.6 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 735.6 from nsgui.h:34, #12 735.6 from dispextern.h:137, #12 735.6 from nsimage.m:33: #12 735.6 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.6 | ^ #12 735.6 In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 735.6 from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 735.6 from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 735.6 from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 735.6 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 735.6 from nsgui.h:34, #12 735.6 from dispextern.h:137, #12 735.6 from nsimage.m:33: #12 735.6 /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.6 | ^ #12 735.6 In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 735.6 from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 735.6 from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 735.6 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 735.6 from nsgui.h:34, #12 735.6 from dispextern.h:137, #12 735.6 from nsimage.m:33: #12 735.6 /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 735.6 | ^ #12 735.6 In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 735.6 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 735.6 from nsgui.h:34, #12 735.6 from dispextern.h:137, #12 735.6 from nsimage.m:33: #12 735.6 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.6 | ^ #12 735.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 735.6 from nsgui.h:34, #12 735.6 from dispextern.h:137, #12 735.6 from nsimage.m:33: #12 735.6 /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 735.6 | ^ #12 735.6 In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 735.6 from /usr/include/GNUstep/AppKit/NSView.h:38, #12 735.6 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 735.6 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 735.6 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 735.6 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 735.6 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 735.6 from nsgui.h:34, #12 735.6 from dispextern.h:137, #12 735.6 from nsimage.m:33: #12 735.6 /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.6 | ^ #12 735.6 In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 735.6 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 735.6 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 735.6 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 735.6 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 735.6 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 735.6 from nsgui.h:34, #12 735.6 from dispextern.h:137, #12 735.6 from nsimage.m:33: #12 735.6 /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.6 | ^ #12 735.6 In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 735.6 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 735.6 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 735.6 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 735.6 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 735.6 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 735.6 from nsgui.h:34, #12 735.6 from dispextern.h:137, #12 735.6 from nsimage.m:33: #12 735.6 /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 735.6 | ^ #12 735.6 In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 735.6 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 735.6 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 735.6 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 735.6 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 735.6 from nsgui.h:34, #12 735.6 from dispextern.h:137, #12 735.6 from nsimage.m:33: #12 735.6 /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.6 | ^ #12 735.6 /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.6 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.6 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.7 | ^ #12 735.7 In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 735.7 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 735.7 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 735.7 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 735.7 from nsgui.h:34, #12 735.7 from dispextern.h:137, #12 735.7 from nsimage.m:33: #12 735.7 /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 735.7 | ^ #12 735.7 In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 735.7 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 735.7 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 735.7 from nsgui.h:34, #12 735.7 from dispextern.h:137, #12 735.7 from nsimage.m:33: #12 735.7 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.7 | ^ #12 735.7 In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 735.7 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 735.7 from nsgui.h:34, #12 735.7 from dispextern.h:137, #12 735.7 from nsimage.m:33: #12 735.7 /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.7 | ^ #12 735.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 735.7 from nsgui.h:34, #12 735.7 from dispextern.h:137, #12 735.7 from nsimage.m:33: #12 735.7 /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 735.7 | ^ #12 735.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 735.7 from nsgui.h:34, #12 735.7 from dispextern.h:137, #12 735.7 from nsimage.m:33: #12 735.7 /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.7 | ^ #12 735.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 735.7 from nsgui.h:34, #12 735.7 from dispextern.h:137, #12 735.7 from nsimage.m:33: #12 735.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.7 | ^ #12 735.7 In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 735.7 from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 735.7 from nsgui.h:34, #12 735.7 from dispextern.h:137, #12 735.7 from nsimage.m:33: #12 735.7 /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.7 | ^ #12 735.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 735.7 from nsgui.h:34, #12 735.7 from dispextern.h:137, #12 735.7 from nsimage.m:33: #12 735.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 735.7 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 735.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 735.7 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 735.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 735.7 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 735.7 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 735.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 735.7 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 735.7 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 735.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 735.7 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 735.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 735.7 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 735.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 735.7 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 735.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 735.7 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 735.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 735.7 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 735.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 735.7 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 735.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 735.7 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 735.7 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 735.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 735.7 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 735.7 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 735.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 735.7 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 735.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 735.7 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 735.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 735.7 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 735.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 735.7 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 735.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 735.7 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 735.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 735.7 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 735.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.7 | ^ #12 735.7 In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 735.7 from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 735.7 from nsgui.h:34, #12 735.7 from dispextern.h:137, #12 735.7 from nsimage.m:33: #12 735.7 /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.7 | ^ #12 735.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 735.7 from nsgui.h:34, #12 735.7 from dispextern.h:137, #12 735.7 from nsimage.m:33: #12 735.7 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.7 | ^ #12 735.7 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.7 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.7 | ^ #12 735.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 735.8 from nsgui.h:34, #12 735.8 from dispextern.h:137, #12 735.8 from nsimage.m:33: #12 735.8 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 735.8 from nsgui.h:34, #12 735.8 from dispextern.h:137, #12 735.8 from nsimage.m:33: #12 735.8 /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.8 | ^ #12 735.8 In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 735.8 from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 735.8 from nsgui.h:34, #12 735.8 from dispextern.h:137, #12 735.8 from nsimage.m:33: #12 735.8 /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 735.8 from nsgui.h:34, #12 735.8 from dispextern.h:137, #12 735.8 from nsimage.m:33: #12 735.8 /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.8 | ^ #12 735.8 In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 735.8 from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 735.8 from nsgui.h:34, #12 735.8 from dispextern.h:137, #12 735.8 from nsimage.m:33: #12 735.8 /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 735.8 from nsgui.h:34, #12 735.8 from dispextern.h:137, #12 735.8 from nsimage.m:33: #12 735.8 /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 735.8 from nsgui.h:34, #12 735.8 from dispextern.h:137, #12 735.8 from nsimage.m:33: #12 735.8 /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 735.8 | ^ #12 735.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 735.8 from nsgui.h:34, #12 735.8 from dispextern.h:137, #12 735.8 from nsimage.m:33: #12 735.8 /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 735.8 from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 735.8 from nsgui.h:34, #12 735.8 from dispextern.h:137, #12 735.8 from nsimage.m:33: #12 735.8 /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 735.8 | ^ #12 735.8 In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 735.8 from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 735.8 from nsgui.h:34, #12 735.8 from dispextern.h:137, #12 735.8 from nsimage.m:33: #12 735.8 /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 735.8 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 735.8 from nsgui.h:34, #12 735.8 from dispextern.h:137, #12 735.8 from nsimage.m:33: #12 735.8 /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.8 | ^ #12 735.8 In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 735.8 from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 735.8 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 735.8 from nsgui.h:34, #12 735.8 from dispextern.h:137, #12 735.8 from nsimage.m:33: #12 735.8 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.8 | ^ #12 735.8 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 735.8 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 735.8 from nsgui.h:34, #12 735.8 from dispextern.h:137, #12 735.8 from nsimage.m:33: #12 735.8 /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 735.8 | ^ #12 735.8 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 735.8 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 735.8 from nsgui.h:34, #12 735.8 from dispextern.h:137, #12 735.8 from nsimage.m:33: #12 735.8 /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.8 | ^ #12 735.8 In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 735.8 from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 735.8 from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 735.8 from nsgui.h:34, #12 735.8 from dispextern.h:137, #12 735.8 from nsimage.m:33: #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 735.8 from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 735.8 from nsgui.h:34, #12 735.8 from dispextern.h:137, #12 735.8 from nsimage.m:33: #12 735.8 /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 735.8 from nsgui.h:34, #12 735.8 from dispextern.h:137, #12 735.8 from nsimage.m:33: #12 735.8 /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.8 | ^ #12 735.8 /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.8 | ^ #12 735.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 735.8 from nsgui.h:34, #12 735.8 from dispextern.h:137, #12 735.8 from nsimage.m:33: #12 735.8 /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 735.8 | ^ #12 735.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 735.9 from nsgui.h:34, #12 735.9 from dispextern.h:137, #12 735.9 from nsimage.m:33: #12 735.9 /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.9 | ^ #12 735.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 735.9 from nsgui.h:34, #12 735.9 from dispextern.h:137, #12 735.9 from nsimage.m:33: #12 735.9 /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.9 | ^ #12 735.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 735.9 from nsgui.h:34, #12 735.9 from dispextern.h:137, #12 735.9 from nsimage.m:33: #12 735.9 /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.9 | ^ #12 735.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 735.9 from nsgui.h:34, #12 735.9 from dispextern.h:137, #12 735.9 from nsimage.m:33: #12 735.9 /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 735.9 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 735.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 735.9 from nsgui.h:34, #12 735.9 from dispextern.h:137, #12 735.9 from nsimage.m:33: #12 735.9 /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 735.9 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 735.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 735.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 735.9 from nsgui.h:34, #12 735.9 from dispextern.h:137, #12 735.9 from nsimage.m:33: #12 735.9 /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 735.9 | ^ #12 735.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 735.9 from nsgui.h:34, #12 735.9 from dispextern.h:137, #12 735.9 from nsimage.m:33: #12 735.9 /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.9 | ^ #12 735.9 In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 735.9 from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 735.9 from nsgui.h:34, #12 735.9 from dispextern.h:137, #12 735.9 from nsimage.m:33: #12 735.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.9 | ^ #12 735.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 735.9 from nsgui.h:34, #12 735.9 from dispextern.h:137, #12 735.9 from nsimage.m:33: #12 735.9 /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.9 | ^ #12 735.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 735.9 from nsgui.h:34, #12 735.9 from dispextern.h:137, #12 735.9 from nsimage.m:33: #12 735.9 /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.9 | ^ #12 735.9 In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 735.9 from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 735.9 from nsgui.h:34, #12 735.9 from dispextern.h:137, #12 735.9 from nsimage.m:33: #12 735.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.9 | ^ #12 735.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 735.9 from nsgui.h:34, #12 735.9 from dispextern.h:137, #12 735.9 from nsimage.m:33: #12 735.9 /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 735.9 | ^ #12 735.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 735.9 from nsgui.h:34, #12 735.9 from dispextern.h:137, #12 735.9 from nsimage.m:33: #12 735.9 /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.9 | ^ #12 735.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 735.9 from nsgui.h:34, #12 735.9 from dispextern.h:137, #12 735.9 from nsimage.m:33: #12 735.9 /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 735.9 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 735.9 | ^~~~~~~~~~~~~~~~~~~~ #12 735.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 735.9 from nsgui.h:34, #12 735.9 from dispextern.h:137, #12 735.9 from nsimage.m:33: #12 735.9 /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 735.9 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 735.9 | ^~~~~~~~~~~~~~~~~~~~ #12 735.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 735.9 from nsgui.h:34, #12 735.9 from dispextern.h:137, #12 735.9 from nsimage.m:33: #12 735.9 /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.9 | ^ #12 735.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 735.9 from nsgui.h:34, #12 735.9 from dispextern.h:137, #12 735.9 from nsimage.m:33: #12 735.9 /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.9 | ^ #12 735.9 In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 735.9 from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 735.9 from nsgui.h:34, #12 735.9 from dispextern.h:137, #12 735.9 from nsimage.m:33: #12 735.9 /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.9 | ^ #12 735.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 735.9 from nsgui.h:34, #12 735.9 from dispextern.h:137, #12 735.9 from nsimage.m:33: #12 735.9 /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 735.9 | ^ #12 735.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 735.9 from nsgui.h:34, #12 735.9 from dispextern.h:137, #12 735.9 from nsimage.m:33: #12 735.9 /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 735.9 | ^ #12 735.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 735.9 from nsgui.h:34, #12 735.9 from dispextern.h:137, #12 735.9 from nsimage.m:33: #12 735.9 /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 735.9 | ^ #12 735.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 735.9 from nsgui.h:34, #12 735.9 from dispextern.h:137, #12 735.9 from nsimage.m:33: #12 735.9 /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 735.9 | ^ #12 735.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 735.9 from nsgui.h:34, #12 735.9 from dispextern.h:137, #12 735.9 from nsimage.m:33: #12 735.9 /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 735.9 | ^ #12 735.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 735.9 from nsgui.h:34, #12 735.9 from dispextern.h:137, #12 735.9 from nsimage.m:33: #12 735.9 /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.9 | ^ #12 735.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 735.9 from nsgui.h:34, #12 735.9 from dispextern.h:137, #12 735.9 from nsimage.m:33: #12 735.9 /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 735.9 | ^ #12 735.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 735.9 from nsgui.h:34, #12 735.9 from dispextern.h:137, #12 735.9 from nsimage.m:33: #12 735.9 /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 735.9 | ^ #12 735.9 In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 735.9 from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 735.9 from nsgui.h:34, #12 735.9 from dispextern.h:137, #12 735.9 from nsimage.m:33: #12 735.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 735.9 | ^ #12 735.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 735.9 from nsgui.h:34, #12 735.9 from dispextern.h:137, #12 735.9 from nsimage.m:33: #12 735.9 /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 735.9 | ^ #12 735.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 735.9 from nsgui.h:34, #12 735.9 from dispextern.h:137, #12 735.9 from nsimage.m:33: #12 735.9 /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 735.9 | ^ #12 735.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 735.9 from nsgui.h:34, #12 735.9 from dispextern.h:137, #12 735.9 from nsimage.m:33: #12 735.9 /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 735.9 | ^ #12 735.9 /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 735.9 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 735.9 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 736.0 from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.0 | ^ #12 736.0 In file included from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 736.0 from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 736.0 from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 736.0 from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 736.0 from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 736.0 from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 736.0 from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 736.0 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 736.0 from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 736.0 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 736.0 | ^ #12 736.0 In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 736.0 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 736.0 from nsgui.h:34, #12 736.0 from dispextern.h:137, #12 736.0 from nsimage.m:33: #12 736.0 /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.0 | ^ #12 736.0 /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.0 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.0 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.1 | ^ #12 736.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 736.1 | ^ #12 736.1 In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 736.1 from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.1 | ^ #12 736.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.1 | ^ #12 736.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 736.1 | ^ #12 736.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 736.1 | ^ #12 736.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 736.1 | ^ #12 736.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 736.1 | ^ #12 736.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.1 | ^ #12 736.1 In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 736.1 from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.1 | ^ #12 736.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.1 | ^ #12 736.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 736.1 | ^ #12 736.1 In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 736.1 from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 736.1 | ^ #12 736.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 736.1 | ^ #12 736.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 736.1 | ^ #12 736.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 736.1 | ^ #12 736.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 736.1 | ^ #12 736.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 736.1 | ^ #12 736.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 736.1 | ^ #12 736.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.1 | ^ #12 736.1 In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 736.1 from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 736.1 | ^ #12 736.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 736.1 | ^ #12 736.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.1 | ^ #12 736.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 736.1 | ^ #12 736.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 736.1 | ^ #12 736.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 736.1 | ^ #12 736.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 736.1 | ^ #12 736.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 736.1 | ^ #12 736.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 736.1 | ^ #12 736.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 736.1 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 736.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 736.1 In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 736.1 from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 736.1 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 736.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 736.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.1 | ^ #12 736.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 736.1 | ^ #12 736.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 736.1 | ^ #12 736.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 736.1 | ^ #12 736.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 736.1 | ^ #12 736.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.1 | ^ #12 736.1 /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 736.1 | ^ #12 736.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 736.1 from nsgui.h:34, #12 736.1 from dispextern.h:137, #12 736.1 from nsimage.m:33: #12 736.1 /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.1 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 736.1 | ^ #12 736.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 736.2 from nsgui.h:34, #12 736.2 from dispextern.h:137, #12 736.2 from nsimage.m:33: #12 736.2 /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.2 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.2 | ^ #12 736.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 736.2 from nsgui.h:34, #12 736.2 from dispextern.h:137, #12 736.2 from nsimage.m:33: #12 736.2 /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 736.2 | ^ #12 736.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 736.2 from nsgui.h:34, #12 736.2 from dispextern.h:137, #12 736.2 from nsimage.m:33: #12 736.2 /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 736.2 | ^ #12 736.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 736.2 from nsgui.h:34, #12 736.2 from dispextern.h:137, #12 736.2 from nsimage.m:33: #12 736.2 /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.2 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 736.2 | ^ #12 736.2 /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.2 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 736.2 | ^ #12 736.2 /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.2 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 736.2 | ^ #12 736.2 /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.2 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.2 | ^ #12 736.2 /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.2 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.2 | ^ #12 736.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 736.2 from nsgui.h:34, #12 736.2 from dispextern.h:137, #12 736.2 from nsimage.m:33: #12 736.2 /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.2 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.2 | ^ #12 736.2 /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.2 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.2 | ^ #12 736.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 736.2 from nsgui.h:34, #12 736.2 from dispextern.h:137, #12 736.2 from nsimage.m:33: #12 736.2 /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.2 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 736.2 | ^ #12 736.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 736.2 from nsgui.h:34, #12 736.2 from dispextern.h:137, #12 736.2 from nsimage.m:33: #12 736.2 /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.2 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.2 | ^ #12 736.2 /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.2 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 736.2 | ^ #12 736.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 736.2 from nsgui.h:34, #12 736.2 from dispextern.h:137, #12 736.2 from nsimage.m:33: #12 736.2 /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.2 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 736.2 | ^ #12 736.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 736.2 from nsgui.h:34, #12 736.2 from dispextern.h:137, #12 736.2 from nsimage.m:33: #12 736.2 /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.2 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 736.2 | ^ #12 736.2 /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.2 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 736.2 | ^ #12 736.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 736.2 from nsgui.h:34, #12 736.2 from dispextern.h:137, #12 736.2 from nsimage.m:33: #12 736.2 /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.2 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 736.2 | ^ #12 736.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 736.2 from nsgui.h:34, #12 736.2 from dispextern.h:137, #12 736.2 from nsimage.m:33: #12 736.2 /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.2 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 736.2 | ^ #12 736.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 736.2 from nsgui.h:34, #12 736.2 from dispextern.h:137, #12 736.2 from nsimage.m:33: #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 736.2 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 736.2 | ^ #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 736.2 125 | __attribute__((unused)); #12 736.2 | ^~~~~~~~~~~~~ #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 736.2 129 | __attribute__((unused)); #12 736.2 | ^~~~~~~~~~~~~ #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 736.2 133 | __attribute__((unused)); #12 736.2 | ^~~~~~~~~~~~~ #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 736.2 214 | __attribute__((unused)); #12 736.2 | ^~~~~~~~~~~~~ #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 736.2 247 | __attribute__((unused)); #12 736.2 | ^~~~~~~~~~~~~ #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 736.2 251 | __attribute__((unused)); #12 736.2 | ^~~~~~~~~~~~~ #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 736.2 259 | __attribute__((unused)); #12 736.2 | ^~~~~~~~~~~~~ #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 736.2 263 | __attribute__((unused)); #12 736.2 | ^~~~~~~~~~~~~ #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 736.2 267 | __attribute__((unused)); #12 736.2 | ^~~~~~~~~~~~~ #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 736.2 271 | __attribute__((unused)); #12 736.2 | ^~~~~~~~~~~~~ #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 736.2 275 | __attribute__((unused)); #12 736.2 | ^~~~~~~~~~~~~ #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 736.2 287 | __attribute__((unused)); #12 736.2 | ^~~~~~~~~~~~~ #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 736.2 311 | __attribute__((unused)); #12 736.2 | ^~~~~~~~~~~~~ #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 736.2 323 | __attribute__((unused)); #12 736.2 | ^~~~~~~~~~~~~ #12 736.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 736.2 from nsgui.h:34, #12 736.2 from dispextern.h:137, #12 736.2 from nsimage.m:33: #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 736.2 493 | PSgsave() #12 736.2 | ^~~~~~~ #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 736.2 499 | PSgrestore() #12 736.2 | ^~~~~~~~~~ #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 736.2 505 | PSinitgraphics() #12 736.2 | ^~~~~~~~~~~~~~ #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 736.2 622 | PSinitmatrix() #12 736.2 | ^~~~~~~~~~~~ #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 736.2 669 | PSclip() #12 736.2 | ^~~~~~ #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 736.2 675 | PSclosepath() #12 736.2 | ^~~~~~~~~~~ #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 736.2 687 | PSeoclip() #12 736.2 | ^~~~~~~~ #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 736.2 693 | PSeofill() #12 736.2 | ^~~~~~~~ #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 736.2 699 | PSfill() #12 736.2 | ^~~~~~ #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 736.2 705 | PSflattenpath() #12 736.2 | ^~~~~~~~~~~~~ #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 736.2 711 | PSinitclip() #12 736.2 | ^~~~~~~~~~ #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 736.2 729 | PSnewpath() #12 736.2 | ^~~~~~~~~ #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 736.2 765 | PSreversepath() #12 736.2 | ^~~~~~~~~~~~~ #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 736.2 783 | PSstroke() #12 736.2 | ^~~~~~~~ #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 736.2 835 | PSWait() #12 736.2 | ^~~~~~ #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 736.2 /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 737.8 CC nsfont.o #12 737.8 cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 737.8 cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 738.5 In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 738.5 from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 738.5 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 738.5 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 738.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.5 from nsgui.h:34, #12 738.5 from dispextern.h:137, #12 738.5 from nsfont.m:28: #12 738.5 /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.5 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 738.5 | ^ #12 738.5 In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 738.5 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 738.5 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 738.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.5 from nsgui.h:34, #12 738.5 from dispextern.h:137, #12 738.5 from nsfont.m:28: #12 738.5 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.5 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 738.5 | ^ #12 738.5 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 738.5 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 738.5 | ^~~~~~~~~~~~~~~~~~~~ #12 738.5 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 738.5 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 738.5 | ^~~~~~~~~~~~~~~~~~~~ #12 738.5 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.5 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 738.5 | ^ #12 738.5 In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 738.5 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 738.5 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 738.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.5 from nsgui.h:34, #12 738.5 from dispextern.h:137, #12 738.5 from nsfont.m:28: #12 738.5 /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.5 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 738.5 | ^ #12 738.5 /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.5 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 738.5 | ^ #12 738.5 In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 738.5 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 738.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.5 from nsgui.h:34, #12 738.5 from dispextern.h:137, #12 738.5 from nsfont.m:28: #12 738.5 /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.5 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 738.5 | ^ #12 738.5 /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.5 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.5 | ^ #12 738.5 /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.5 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 738.5 | ^ #12 738.5 /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.5 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 738.5 | ^ #12 738.5 /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.5 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 738.5 | ^ #12 738.5 /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.5 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 738.5 | ^ #12 738.5 In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 738.5 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 738.5 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 738.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.5 from nsgui.h:34, #12 738.5 from dispextern.h:137, #12 738.5 from nsfont.m:28: #12 738.5 /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.5 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.5 | ^ #12 738.5 /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.5 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 738.5 | ^ #12 738.5 /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.5 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 738.5 | ^ #12 738.5 /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.5 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.5 | ^ #12 738.5 In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 738.5 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 738.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.5 from nsgui.h:34, #12 738.5 from dispextern.h:137, #12 738.5 from nsfont.m:28: #12 738.5 /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.5 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 738.5 | ^ #12 738.5 In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 738.5 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 738.5 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 738.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.5 from nsgui.h:34, #12 738.5 from dispextern.h:137, #12 738.5 from nsfont.m:28: #12 738.5 /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.5 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 738.5 | ^ #12 738.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 738.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.5 from nsgui.h:34, #12 738.5 from dispextern.h:137, #12 738.5 from nsfont.m:28: #12 738.5 /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.5 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 738.5 | ^ #12 738.5 /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.5 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 738.5 | ^ #12 738.5 In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 738.5 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 738.5 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 738.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.5 from nsgui.h:34, #12 738.5 from dispextern.h:137, #12 738.5 from nsfont.m:28: #12 738.5 /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.5 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 738.5 | ^ #12 738.5 /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.5 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 738.5 | ^ #12 738.5 /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.5 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 738.5 | ^ #12 738.5 /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.5 88 | #if GS_API_VERSION(0,011500) #12 738.5 | ^ #12 738.5 /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.5 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 738.5 | ^ #12 738.5 /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.5 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 738.5 | ^ #12 738.5 /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.5 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 738.5 | ^ #12 738.5 /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.5 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 738.5 | ^ #12 738.5 /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.5 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 738.5 | ^ #12 738.5 /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.5 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 738.5 | ^ #12 738.5 /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.5 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 738.5 | ^ #12 738.5 In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 738.5 from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 738.5 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 738.5 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 738.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.5 from nsgui.h:34, #12 738.5 from dispextern.h:137, #12 738.5 from nsfont.m:28: #12 738.5 /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.5 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 738.5 | ^ #12 738.5 In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 738.5 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 738.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.5 from nsgui.h:34, #12 738.5 from dispextern.h:137, #12 738.5 from nsfont.m:28: #12 738.5 /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.5 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 738.5 | ^ #12 738.5 /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 738.5 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 738.5 | ^~~~~~~~~~ #12 738.5 In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 738.5 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 738.5 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 738.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.5 from nsgui.h:34, #12 738.5 from dispextern.h:137, #12 738.5 from nsfont.m:28: #12 738.5 /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 738.5 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 738.5 | ^~~~~~~~~~ #12 738.5 In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 738.5 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 738.5 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 738.5 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 738.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.5 from nsgui.h:34, #12 738.5 from dispextern.h:137, #12 738.5 from nsfont.m:28: #12 738.5 /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.5 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.5 | ^ #12 738.6 In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 738.6 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 738.6 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 738.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.6 from nsgui.h:34, #12 738.6 from dispextern.h:137, #12 738.6 from nsfont.m:28: #12 738.6 /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 738.6 | ^ #12 738.6 In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 738.6 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 738.6 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 738.6 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 738.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.6 from nsgui.h:34, #12 738.6 from dispextern.h:137, #12 738.6 from nsfont.m:28: #12 738.6 /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 738.6 | ^ #12 738.6 In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 738.6 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 738.6 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 738.6 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 738.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.6 from nsgui.h:34, #12 738.6 from dispextern.h:137, #12 738.6 from nsfont.m:28: #12 738.6 /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 738.6 | ^ #12 738.6 In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 738.6 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 738.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.6 from nsgui.h:34, #12 738.6 from dispextern.h:137, #12 738.6 from nsfont.m:28: #12 738.6 /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.6 | ^ #12 738.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 738.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.6 from nsgui.h:34, #12 738.6 from dispextern.h:137, #12 738.6 from nsfont.m:28: #12 738.6 /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 46 | #if GS_EXPOSE(NSAffineTransform) #12 738.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 738.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 738.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.6 from nsgui.h:34, #12 738.6 from dispextern.h:137, #12 738.6 from nsfont.m:28: #12 738.6 /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 738.6 | ^ #12 738.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 738.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.6 from nsgui.h:34, #12 738.6 from dispextern.h:137, #12 738.6 from nsfont.m:28: #12 738.6 /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 738.6 | ^ #12 738.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 738.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.6 from nsgui.h:34, #12 738.6 from dispextern.h:137, #12 738.6 from nsfont.m:28: #12 738.6 /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 738.6 | ^ #12 738.6 In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 738.6 from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 738.6 from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 738.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.6 from nsgui.h:34, #12 738.6 from dispextern.h:137, #12 738.6 from nsfont.m:28: #12 738.6 /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 738.6 | ^ #12 738.6 In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 738.6 from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 738.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.6 from nsgui.h:34, #12 738.6 from dispextern.h:137, #12 738.6 from nsfont.m:28: #12 738.6 /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 738.6 | ^ #12 738.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 738.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.6 from nsgui.h:34, #12 738.6 from dispextern.h:137, #12 738.6 from nsfont.m:28: #12 738.6 /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 45 | #if GS_EXPOSE(NSArchiver) #12 738.6 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 738.6 /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 164 | #if GS_EXPOSE(NSUnarchiver) #12 738.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 738.6 /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 738.6 | ^ #12 738.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 738.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.6 from nsgui.h:34, #12 738.6 from dispextern.h:137, #12 738.6 from nsfont.m:28: #12 738.6 /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 738.6 | ^ #12 738.6 In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 738.6 from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 738.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.6 from nsgui.h:34, #12 738.6 from dispextern.h:137, #12 738.6 from nsfont.m:28: #12 738.6 /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 738.6 | ^ #12 738.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 738.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.6 from nsgui.h:34, #12 738.6 from dispextern.h:137, #12 738.6 from nsfont.m:28: #12 738.6 /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.6 | ^ #12 738.6 In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 738.6 from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 738.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.6 from nsgui.h:34, #12 738.6 from dispextern.h:137, #12 738.6 from nsfont.m:28: #12 738.6 /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.6 | ^ #12 738.6 In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 738.6 from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 738.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.6 from nsgui.h:34, #12 738.6 from dispextern.h:137, #12 738.6 from nsfont.m:28: #12 738.6 /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 738.6 | ^ #12 738.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 738.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.6 from nsgui.h:34, #12 738.6 from dispextern.h:137, #12 738.6 from nsfont.m:28: #12 738.6 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 738.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 738.6 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 738.6 | ^ #12 738.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 738.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.6 from nsgui.h:34, #12 738.6 from dispextern.h:137, #12 738.6 from nsfont.m:28: #12 738.6 /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 738.6 | ^ #12 738.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 738.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.6 from nsgui.h:34, #12 738.6 from dispextern.h:137, #12 738.6 from nsfont.m:28: #12 738.6 /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 114 | #if GS_EXPOSE(NSBundle) #12 738.6 | ^~~~~~~~~~~~~~~~~~~~~ #12 738.6 /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 738.6 | ^ #12 738.6 In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 738.6 from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 738.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.6 from nsgui.h:34, #12 738.6 from dispextern.h:137, #12 738.6 from nsfont.m:28: #12 738.6 /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 738.6 | ^ #12 738.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 738.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.6 from nsgui.h:34, #12 738.6 from dispextern.h:137, #12 738.6 from nsfont.m:28: #12 738.6 /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 43 | #if GS_EXPOSE(NSCache) #12 738.6 | ^~~~~~~~~~~~~~~~~~~~ #12 738.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 738.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.6 from nsgui.h:34, #12 738.6 from dispextern.h:137, #12 738.6 from nsfont.m:28: #12 738.6 /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 738.6 | ^ #12 738.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 738.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.6 from nsgui.h:34, #12 738.6 from dispextern.h:137, #12 738.6 from nsfont.m:28: #12 738.6 /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 37 | #if GS_EXPOSE(NSCalendarDate) #12 738.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 738.6 /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 738.6 | ^ #12 738.6 In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 738.6 from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 738.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.6 from nsgui.h:34, #12 738.6 from dispextern.h:137, #12 738.6 from nsfont.m:28: #12 738.6 /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 738.6 | ^ #12 738.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 738.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.6 from nsgui.h:34, #12 738.6 from dispextern.h:137, #12 738.6 from nsfont.m:28: #12 738.6 /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.6 | ^ #12 738.6 In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 738.6 from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 738.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.6 from nsgui.h:34, #12 738.6 from dispextern.h:137, #12 738.6 from nsfont.m:28: #12 738.6 /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 113 | #if GS_EXPOSE(NSException) #12 738.6 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 738.6 /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 738.6 303 | NSGetUncaughtExceptionHandler(); #12 738.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 738.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 738.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.6 from nsgui.h:34, #12 738.6 from dispextern.h:137, #12 738.6 from nsfont.m:28: #12 738.6 /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.6 | ^ #12 738.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 738.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.6 from nsgui.h:34, #12 738.6 from dispextern.h:137, #12 738.6 from nsfont.m:28: #12 738.6 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 738.6 | ^ #12 738.6 In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 738.6 from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 738.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.6 from nsgui.h:34, #12 738.6 from dispextern.h:137, #12 738.6 from nsfont.m:28: #12 738.6 /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 53 | #if GS_EXPOSE(NSExpression) #12 738.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 738.6 In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 738.6 from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 738.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.6 from nsgui.h:34, #12 738.6 from dispextern.h:137, #12 738.6 from nsfont.m:28: #12 738.6 /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 738.6 | ^ #12 738.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 738.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.6 from nsgui.h:34, #12 738.6 from dispextern.h:137, #12 738.6 from nsfont.m:28: #12 738.6 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 738.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 738.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 738.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.6 from nsgui.h:34, #12 738.6 from dispextern.h:137, #12 738.6 from nsfont.m:28: #12 738.6 /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 738.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 738.6 In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 738.6 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 738.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.6 from nsgui.h:34, #12 738.6 from dispextern.h:137, #12 738.6 from nsfont.m:28: #12 738.6 /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 47 | #if GS_EXPOSE(NSTimer) #12 738.6 | ^~~~~~~~~~~~~~~~~~~~ #12 738.6 /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 738.6 | ^ #12 738.6 /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 738.6 | ^ #12 738.6 In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 738.6 from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 738.6 from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 738.6 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 738.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.6 from nsgui.h:34, #12 738.6 from dispextern.h:137, #12 738.6 from nsfont.m:28: #12 738.6 /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 738.6 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 738.7 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 46 | #if GS_EXPOSE(NSRunLoop) #12 738.7 | ^~~~~~~~~~~~~~~~~~~~~~ #12 738.7 /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 738.7 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 738.7 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 738.7 from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 738.7 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 738.7 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 738.7 from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 738.7 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 738.7 from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.7 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 738.7 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 127 | #if GS_EXPOSE(NSDateFormatter) #12 738.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 738.7 /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 738.7 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 738.7 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 738.7 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.7 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 738.7 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.7 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 738.7 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 738.7 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 738.7 from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 738.7 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 738.7 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 738.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 738.7 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 192 | #if GS_EXPOSE(NSDecimalNumber) #12 738.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 738.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 40 | #if GS_EXPOSE(NSDistantObject) #12 738.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 738.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 41 | #if GS_EXPOSE(NSDistributedLock) #12 738.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 738.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.7 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 738.7 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 74 | #if GS_EXPOSE(NSLock) #12 738.7 | ^~~~~~~~~~~~~~~~~~~ #12 738.7 /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 125 | #if GS_EXPOSE(NSCondition) #12 738.7 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 738.7 /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 175 | #if GS_EXPOSE(NSConditionLock) #12 738.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 738.7 /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 275 | #if GS_EXPOSE(NSRecursiveLock) #12 738.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 738.7 /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 738.7 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 738.7 from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 738.7 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 738.7 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 738.7 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 71 | #if GS_EXPOSE(NSNotificationCenter) #12 738.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 738.7 /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 738.7 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 738.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 738.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 738.7 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 134 | #if GS_EXPOSE(NSError) #12 738.7 | ^~~~~~~~~~~~~~~~~~~~ #12 738.7 /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 738.7 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 738.7 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 738.7 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 738.7 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 738.7 from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 738.7 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 182 | #if GS_EXPOSE(NSURLHandle) #12 738.7 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 738.7 /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 738.7 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 738.7 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 73 | #if GS_EXPOSE(NSURL) #12 738.7 | ^~~~~~~~~~~~~~~~~~ #12 738.7 /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 738.7 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 738.7 from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 738.7 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 738.7 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 738.7 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 599 | #if GS_EXPOSE(NSURLQueryItem) #12 738.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 738.7 /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 633 | #if GS_EXPOSE(NSURLComponents) #12 738.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 738.7 /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 738.7 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 738.7 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 160 | #if GS_EXPOSE(NSPipe) #12 738.7 | ^~~~~~~~~~~~~~~~~~~ #12 738.7 /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 738.7 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 738.7 from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 738.7 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.7 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 738.7 from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 738.7 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 215 | #if GS_EXPOSE(NSFileManager) #12 738.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 738.7 /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 738.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 738.7 /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 738.7 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 738.7 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 738.7 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 738.7 | ^ #12 738.7 /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 738.7 | ^ #12 738.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 738.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.7 from nsgui.h:34, #12 738.7 from dispextern.h:137, #12 738.7 from nsfont.m:28: #12 738.7 /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.7 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 738.7 | ^ #12 738.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 738.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.8 from nsgui.h:34, #12 738.8 from dispextern.h:137, #12 738.8 from nsfont.m:28: #12 738.8 /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 738.8 | ^ #12 738.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 738.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.8 from nsgui.h:34, #12 738.8 from dispextern.h:137, #12 738.8 from nsfont.m:28: #12 738.8 /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.8 42 | #if GS_EXPOSE(NSHost) #12 738.8 | ^~~~~~~~~~~~~~~~~~~ #12 738.8 /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.8 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 738.8 | ^ #12 738.8 /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.8 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 738.8 | ^ #12 738.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 738.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.8 from nsgui.h:34, #12 738.8 from dispextern.h:137, #12 738.8 from nsfont.m:28: #12 738.8 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 738.8 | ^ #12 738.8 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 738.8 | ^ #12 738.8 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.8 68 | #if GS_EXPOSE(NSHTTPCookie) #12 738.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 738.8 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.8 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 738.8 | ^ #12 738.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 738.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.8 from nsgui.h:34, #12 738.8 from dispextern.h:137, #12 738.8 from nsfont.m:28: #12 738.8 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 738.8 | ^ #12 738.8 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 738.8 | ^ #12 738.8 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.8 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 738.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 738.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 738.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.8 from nsgui.h:34, #12 738.8 from dispextern.h:137, #12 738.8 from nsfont.m:28: #12 738.8 /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.8 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 738.8 | ^ #12 738.8 /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.8 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 738.8 | ^ #12 738.8 /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.8 47 | #if GS_EXPOSE(NSIndexPath) #12 738.8 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 738.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 738.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.8 from nsgui.h:34, #12 738.8 from dispextern.h:137, #12 738.8 from nsfont.m:28: #12 738.8 /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.8 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 738.8 | ^ #12 738.8 /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.8 49 | #if GS_EXPOSE(NSIndexSet) #12 738.8 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 738.8 /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.8 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 738.8 | ^ #12 738.8 /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.8 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 738.8 | ^ #12 738.8 In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 738.8 from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 738.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.8 from nsgui.h:34, #12 738.8 from dispextern.h:137, #12 738.8 from nsfont.m:28: #12 738.8 /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.8 52 | #if GS_EXPOSE(NSMethodSignature) #12 738.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 738.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 738.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.8 from nsgui.h:34, #12 738.8 from dispextern.h:137, #12 738.8 from nsfont.m:28: #12 738.8 /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.8 38 | #if GS_EXPOSE(NSInvocation) #12 738.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 738.8 /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.8 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 738.8 | ^ #12 738.8 /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.8 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 738.8 | ^ #12 738.8 /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.8 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 738.8 | ^ #12 738.8 In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 738.8 from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 738.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.8 from nsgui.h:34, #12 738.8 from dispextern.h:137, #12 738.8 from nsfont.m:28: #12 738.8 /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 738.8 | ^ #12 738.8 /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.8 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 738.8 | ^ #12 738.8 /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.8 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 738.8 | ^ #12 738.8 /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.8 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 738.8 | ^ #12 738.8 /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.8 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 738.8 | ^ #12 738.8 /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.8 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 738.8 | ^ #12 738.8 /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.8 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 738.8 | ^ #12 738.8 /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.8 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 738.8 | ^ #12 738.8 /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.8 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 738.8 | ^ #12 738.8 /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.8 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 738.8 | ^ #12 738.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 738.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.8 from nsgui.h:34, #12 738.8 from dispextern.h:137, #12 738.8 from nsfont.m:28: #12 738.8 /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 738.8 | ^ #12 738.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 738.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 738.8 from nsgui.h:34, #12 738.8 from dispextern.h:137, #12 738.8 from nsfont.m:28: #12 738.8 /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 738.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 738.8 | #12 738.8 [output clipped, log limit 2MiB reached] #12 739.7 make[3]: Leaving directory '/checkout/src' #12 739.7 make[2]: Leaving directory '/checkout' #12 739.7 make[1]: Leaving directory '/checkout' #12 739.7 make[1]: Entering directory '/checkout' #12 740.0 make[1]: Leaving directory '/checkout' #12 743.6 /GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 743.6 from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 40 | #if GS_EXPOSE(NSMetadataItem) #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 66 | #if GS_EXPOSE(NSMetadataQuery) #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 112 | #if GS_EXPOSE(NSNotificationQueue) #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 361 | #if GS_EXPOSE(NSNetService) #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 123 | #if GS_EXPOSE(NSNumberFormatter) #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 53 | #if GS_EXPOSE(NSPortCoder) #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 743.6 from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 77 | #if GS_EXPOSE(NSPort) #12 743.6 | ^~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 202 | #if GS_EXPOSE(NSSocketPort) #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 284 | #if GS_EXPOSE(NSMessagePort) #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 47 | #if GS_EXPOSE(NSPortMessage) #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 53 | #if GS_EXPOSE(NSProgress) #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 40 | #if GS_EXPOSE(NSProtocolChecker) #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 91 | #if GS_EXPOSE(NSRegularExpression) #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 42 | #if GS_EXPOSE(NSScanner) #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 48 | #if GS_EXPOSE(NSSortDescriptor) #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 58 | #if GS_EXPOSE(NSSpellServer) #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 743.6 from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 51 | #if GS_EXPOSE(NSTask) #12 743.6 | ^~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 743.6 from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 59 | #if GS_EXPOSE(NSThread) #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 743.6 from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 87 | #if GS_EXPOSE(NSUndoManager) #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 105 | #if GS_EXPOSE(NSURLCache) #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 48 | #if GS_EXPOSE(NSURLConnection) #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 56 | #if GS_EXPOSE(NSURLCredential) #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 49 | #if GS_EXPOSE(NSURLDownload) #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 121 | #if GS_EXPOSE(NSURLProtocol) #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 92 | #if GS_EXPOSE(NSURLRequest) #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 49 | #if GS_EXPOSE(NSURLResponse) #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 217 | #if GS_EXPOSE(NSUserDefaults) #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 743.6 from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 743.6 from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 72 | #if GS_EXPOSE(NSXMLParser) #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 743.6 from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 743.6 from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 743.6 from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 743.6 from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 743.6 from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 743.6 from /usr/include/GNUstep/AppKit/NSView.h:38, #12 743.6 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 743.6 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 743.6 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 743.6 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 743.6 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 743.6 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 743.6 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 743.6 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 743.6 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 743.6 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 743.6 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 743.6 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 743.6 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 743.6 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 743.6 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 743.6 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 743.6 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 743.6 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 743.6 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 743.6 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 743.6 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 743.6 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 743.6 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 743.6 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 743.6 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 743.6 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 743.6 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 743.6 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 743.6 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 743.6 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 743.6 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 743.6 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 743.6 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 743.6 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 743.6 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 743.6 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 743.6 from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 743.6 from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 743.6 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 743.6 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 743.6 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 743.6 | ^~~~~~~~~~~~~~~~~~~~ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 743.6 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 743.6 | ^~~~~~~~~~~~~~~~~~~~ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 743.6 from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 743.6 from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 743.6 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 743.6 from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 743.6 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 743.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 743.6 | ^ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 743.6 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 743.6 | ^ #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 743.6 125 | __attribute__((unused)); #12 743.6 | ^~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 743.6 129 | __attribute__((unused)); #12 743.6 | ^~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 743.6 133 | __attribute__((unused)); #12 743.6 | ^~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 743.6 214 | __attribute__((unused)); #12 743.6 | ^~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 743.6 247 | __attribute__((unused)); #12 743.6 | ^~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 743.6 251 | __attribute__((unused)); #12 743.6 | ^~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 743.6 259 | __attribute__((unused)); #12 743.6 | ^~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 743.6 263 | __attribute__((unused)); #12 743.6 | ^~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 743.6 267 | __attribute__((unused)); #12 743.6 | ^~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 743.6 271 | __attribute__((unused)); #12 743.6 | ^~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 743.6 275 | __attribute__((unused)); #12 743.6 | ^~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 743.6 287 | __attribute__((unused)); #12 743.6 | ^~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 743.6 311 | __attribute__((unused)); #12 743.6 | ^~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 743.6 323 | __attribute__((unused)); #12 743.6 | ^~~~~~~~~~~~~ #12 743.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 743.6 from nsgui.h:34, #12 743.6 from dispextern.h:137, #12 743.6 from nsfont.m:28: #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 743.6 493 | PSgsave() #12 743.6 | ^~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 743.6 499 | PSgrestore() #12 743.6 | ^~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 743.6 505 | PSinitgraphics() #12 743.6 | ^~~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 743.6 622 | PSinitmatrix() #12 743.6 | ^~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 743.6 669 | PSclip() #12 743.6 | ^~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 743.6 675 | PSclosepath() #12 743.6 | ^~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 743.6 687 | PSeoclip() #12 743.6 | ^~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 743.6 693 | PSeofill() #12 743.6 | ^~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 743.6 699 | PSfill() #12 743.6 | ^~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 743.6 705 | PSflattenpath() #12 743.6 | ^~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 743.6 711 | PSinitclip() #12 743.6 | ^~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 743.6 729 | PSnewpath() #12 743.6 | ^~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 743.6 765 | PSreversepath() #12 743.6 | ^~~~~~~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 743.6 783 | PSstroke() #12 743.6 | ^~~~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 743.6 835 | PSWait() #12 743.6 | ^~~~~~ #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 743.6 /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 743.6 nsfont.m: In function 'nsfont_open': #12 743.6 nsfont.m:1038:36: error: too few arguments to function 'Ffont_xlfd_name' #12 743.6 1038 | font->props[FONT_NAME_INDEX] = Ffont_xlfd_name (font_object, Qnil); #12 743.6 | ^~~~~~~~~~~~~~~ #12 743.6 In file included from nsfont.m:27: #12 743.6 ./globals.h:4727:8: note: declared here #12 743.6 4727 | EXFUN (Ffont_xlfd_name, 3); #12 743.6 | ^~~~~~~~~~~~~~~ #12 743.6 lisp.h:902:22: note: in definition of macro 'EXFUN' #12 743.6 902 | extern Lisp_Object fnname DEFUN_ARGS_ ## maxargs #12 743.6 | ^~~~~~ #12 743.6 make[3]: *** [Makefile:457: nsfont.o] Error 1 #12 743.6 make[2]: *** [Makefile:554: src] Error 2 #12 743.6 make[1]: *** [Makefile:1291: actual-bootstrap] Error 2 #12 743.6 *** #12 743.6 *** "make bootstrap" failed with exit status 2. #12 743.6 *** #12 743.6 *** You could try to: #12 743.6 *** - run "make extraclean" and run "make" again (or, equivalently, run #12 743.6 *** "make bootstrap configure=default"), to rebuild Emacs with the #12 743.6 *** default configuration options, which might fix the problem #12 743.6 *** - run "git clean -fdx" and run "make bootstrap" again, which might #12 743.6 *** fix the problem if "make bootstrap configure=default" did not #12 743.6 *** !BEWARE! "git clean -fdx" deletes all files that are not under #12 743.6 *** !BEWARE! version control, which means that all changes to such #12 743.6 *** !BEWARE! files will be lost and cannot be restored later #12 743.6 *** - run "make V=1", which displays the full commands invoked by make, #12 743.6 *** to further investigate the problem #12 743.6 *** - report the problem and ask for help by sending an email to #12 743.6 *** bug-gnu-emacs@gnu.org, mentioning at least the build error #12 743.6 *** message, the platform, and the repository revision displayed by #12 743.6 *** "git rev-parse HEAD" #12 743.6 *** #12 743.6 make[1]: *** [Makefile:418: advice-on-failure] Error 2 #12 743.6 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:1702470415:step_script section_start:1702470415: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-281a16d1: No such file or directory section_end:1702470420:after_script section_start:1702470420:cleanup_file_variables Cleaning up project directory and file based variables section_end:1702470423:cleanup_file_variables ERROR: Job failed: exit code 1