Running with gitlab-runner 15.3.0 (bbcb5aba)  on emba-docker-runner 2oEDrUT7 section_start:1696896197: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:1696896203:prepare_executor section_start:1696896203:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-2 via emba.gnu.org... section_end:1696896206:prepare_script section_start:1696896206: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... Initialized empty Git repository in /builds/emacs/emacs/.git/ Created fresh repository. Checking out 238292d6 as master... Skipping Git submodules setup section_end:1696896430:get_sources section_start:1696896430:step_script Executing "step_script" stage of the job script Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 with digest docker@sha256:d41efe7ad0df5a709cfd4e627c7e45104f39bbc08b1b40d7fb718c562b3ce135 ... $ docker info Client: Debug Mode: false Server: Containers: 22 Running: 5 Paused: 0 Stopped: 17 Images: 13 Server Version: 20.10.21 Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Native Overlay Diff: true WARNING: No swap limit support userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc Default Runtime: runc Init Binary: docker-init containerd version: runc version: init version: Security Options: apparmor seccomp Profile: default Kernel Version: 4.15.0-213-generic Operating System: Trisquel GNU/Linux Etiona (9.0.2) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.789GiB Name: emba.gnu.org ID: X47L:JFLM:IP7X:AN3A:6FS4:N5DF:SGWZ:KSYJ:GQ2L:ZEKB:GUXD:3IZT Docker Root Dir: /var/lib/docker Debug Mode: false HTTP Proxy: http://serverproxy0p.fsf.org:8118/ HTTPS Proxy: http://serverproxy0p.fsf.org:8118/ No Proxy: localhost,127.0.0.1,eggs.gnu.org,emba.gnu.org/ Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false $ echo "docker registry is ${CI_REGISTRY}" docker registry is emba.gnu.org:5050 $ docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY} WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /.docker-config-238292d6571402e93d4f7886baac9853011b36f6/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.0s done #1 DONE 0.2s #2 [internal] load .dockerignore #2 transferring context: #2 transferring context: 2B 0.0s done #2 DONE 0.1s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 0.2s #4 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:54d33aaad... #4 DONE 0.0s #12 [internal] load build context #12 transferring context: 47.31MB 4.4s #12 transferring context: 98.04MB 9.5s #12 transferring context: 157.01MB 14.6s #12 transferring context: 214.51MB 19.7s #12 transferring context: 239.78MB 22.8s done #12 DONE 23.9s #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 #7 [emacs-gnustep 2/6] COPY . /checkout #7 DONE 29.9s #8 [emacs-gnustep 3/6] WORKDIR /checkout #8 DONE 3.1s #9 [emacs-gnustep 4/6] RUN ./autogen.sh autoconf #9 2.297 Checking whether you have the necessary tools... #9 2.297 (Read INSTALL.REPO for more details on building Emacs) #9 2.305 Checking for autoconf (need at least version 2.65) ... ok #9 2.531 Your system has the required tools. #9 2.595 Building aclocal.m4 ... #9 2.629 Running 'autoreconf -fi -I m4' ... #9 31.53 Building 'aclocal.m4' in exec ... #9 31.53 Running 'autoreconf -fi' in exec ... #9 39.06 You can now run './autogen.sh git'. #9 DONE 39.3s #10 [emacs-gnustep 5/6] RUN ./configure --with-ns #10 2.653 checking for xcrun... no #10 2.654 checking for GNU Make... make #10 2.733 checking build system type... x86_64-pc-linux-gnu #10 3.158 checking host system type... x86_64-pc-linux-gnu #10 3.244 checking for gcc... gcc #10 3.468 checking whether the C compiler works... yes #10 3.811 checking for C compiler default output file name... a.out #10 3.819 checking for suffix of executables... #10 4.116 checking whether we are cross compiling... no #10 4.395 checking for suffix of object files... o #10 4.552 checking whether we are using the GNU C compiler... yes #10 4.743 checking whether gcc accepts -g... yes #10 4.912 checking for gcc option to enable C11 features... none needed #10 5.382 checking whether the compiler is clang... no #10 5.584 checking for compiler option needed when checking for declarations... none #10 5.584 checking whether gcc and cc understand -c and -o together... yes #10 6.222 checking how to run the C preprocessor... gcc -E #10 6.578 checking for grep that handles long lines and -e... /bin/grep #10 6.586 checking for egrep... /bin/grep -E #10 6.595 checking for ANSI C header files... yes #10 7.454 checking for sys/types.h... yes #10 7.724 checking for sys/stat.h... yes #10 7.952 checking for stdlib.h... yes #10 8.134 checking for string.h... yes #10 8.396 checking for memory.h... yes #10 8.738 checking for strings.h... yes #10 9.001 checking for inttypes.h... yes #10 9.277 checking for stdint.h... yes #10 9.468 checking for unistd.h... yes #10 9.699 checking for wchar.h... yes #10 9.908 checking for minix/config.h... no #10 10.12 checking for linux/fs.h... yes #10 10.34 checking for malloc.h... yes #10 10.54 checking for sys/systeminfo.h... no #10 10.76 checking for sys/sysinfo.h... yes #10 11.06 checking for coff.h... no #10 11.36 checking for pty.h... yes #10 11.60 checking for sys/resource.h... yes #10 11.95 checking for sys/utsname.h... yes #10 12.24 checking for pwd.h... yes #10 12.54 checking for util.h... no #10 12.85 checking for sanitizer/lsan_interface.h... yes #10 13.14 checking for sanitizer/asan_interface.h... yes #10 13.41 checking for sanitizer/common_interface_defs.h... yes #10 13.76 checking for sys/socket.h... yes #10 14.15 checking for stdlib.h... (cached) yes #10 14.20 checking for unistd.h... (cached) yes #10 14.29 checking for sys/param.h... yes #10 14.65 checking for pthread.h... yes #10 15.02 checking for malloc/malloc.h... no #10 15.34 checking for sys/un.h... yes #10 15.57 checking for utmp.h... yes #10 15.81 checking for utmpx.h... yes #10 16.04 checking for OS.h... no #10 16.24 checking for dirent.h... yes #10 16.44 checking for execinfo.h... yes #10 16.61 checking for linux/xattr.h... yes #10 16.94 checking for stdio_ext.h... yes #10 17.31 checking for sys/vfs.h... yes #10 17.58 checking for sys/fs_types.h... no #10 17.83 checking for getopt.h... yes #10 18.08 checking for sys/cdefs.h... yes #10 18.34 checking for sys/time.h... yes #10 18.61 checking for ieee754.h... yes #10 18.79 checking for limits.h... yes #10 19.09 checking for inttypes.h... (cached) yes #10 19.14 checking for sys/types.h... (cached) yes #10 19.21 checking for stdint.h... (cached) yes #10 19.26 checking for sys/select.h... yes #10 19.54 checking for stdbool.h... yes #10 19.81 checking for stdckdint.h... no #10 19.98 checking for sys/random.h... yes #10 20.12 checking for sys/stat.h... (cached) yes #10 20.14 checking whether it is safe to define __EXTENSIONS__... yes #10 20.29 checking whether _XOPEN_SOURCE should be defined... no #10 20.37 checking for Minix Amsterdam compiler... no #10 20.40 checking for ar... ar #10 20.40 checking for ranlib... ranlib #10 20.40 checking for gcc option to enable large file support... none needed #10 20.61 checking for gcc option for timestamps after 2038... none needed #10 20.77 checking for g++... g++ #10 20.86 checking whether we are using the GNU C++ compiler... yes #10 21.00 checking whether g++ accepts -g... yes #10 21.05 checking for g++ option to enable C++11 features... none needed #10 44.61 checking how to run the C++ preprocessor... g++ -E #10 44.83 checking whether gcc accepts -g3 -O2... yes #10 45.10 checking whether the compiler is clang... no #10 45.25 checking whether C compiler handles -Werror -Wunknown-warning-option... no #10 45.37 checking whether -Wno-missing-field-initializers is needed... yes #10 45.51 checking whether -Wuninitialized is supported... yes #10 45.60 checking whether C compiler handles -fstrict-flex-arrays... no #10 45.65 checking whether C compiler handles -Wall... yes #10 45.82 checking whether C compiler handles -Warith-conversion... yes #10 45.94 checking whether C compiler handles -Wdate-time... yes #10 46.06 checking whether C compiler handles -Wdisabled-optimization... yes #10 46.17 checking whether C compiler handles -Wdouble-promotion... yes #10 46.41 checking whether C compiler handles -Wduplicated-cond... yes #10 46.65 checking whether C compiler handles -Wextra... yes #10 46.87 checking whether C compiler handles -Wformat-signedness... yes #10 47.20 checking whether C compiler handles -Winit-self... yes #10 47.44 checking whether C compiler handles -Winvalid-pch... yes #10 47.67 checking whether C compiler handles -Wlogical-op... yes #10 48.05 checking whether C compiler handles -Wmissing-declarations... yes #10 48.24 checking whether C compiler handles -Wmissing-include-dirs... yes #10 48.36 checking whether C compiler handles -Wmissing-prototypes... yes #10 48.57 checking whether C compiler handles -Wnested-externs... yes #10 48.77 checking whether C compiler handles -Wnull-dereference... yes #10 48.94 checking whether C compiler handles -Wold-style-definition... yes #10 49.21 checking whether C compiler handles -Wopenmp-simd... yes #10 49.48 checking whether C compiler handles -Wpacked... yes #10 49.64 checking whether C compiler handles -Wpointer-arith... yes #10 49.75 checking whether C compiler handles -Wstrict-flex-arrays... no #10 49.81 checking whether C compiler handles -Wstrict-prototypes... yes #10 49.92 checking whether C compiler handles -Wsuggest-attribute=format... yes #10 50.05 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #10 50.17 checking whether C compiler handles -Wsuggest-final-methods... yes #10 50.38 checking whether C compiler handles -Wsuggest-final-types... yes #10 50.57 checking whether C compiler handles -Wtrampolines... yes #10 50.73 checking whether C compiler handles -Wuninitialized... yes #10 50.83 checking whether C compiler handles -Wunknown-pragmas... yes #10 50.95 checking whether C compiler handles -Wunused-macros... yes #10 51.08 checking whether C compiler handles -Wvariadic-macros... yes #10 51.24 checking whether C compiler handles -Wvector-operation-performance... yes #10 51.36 checking whether C compiler handles -Wwrite-strings... yes #10 51.47 checking whether C compiler handles -Warray-bounds=2... yes #10 51.60 checking whether C compiler handles -Wattribute-alias=2... yes #10 51.71 checking whether C compiler handles -Wformat=2... yes #10 51.91 checking whether C compiler handles -Wformat-truncation=2... yes #10 52.10 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #10 52.29 checking whether C compiler handles -Wshift-overflow=2... yes #10 52.52 checking whether C compiler handles -Wuse-after-free=3... no #10 52.71 checking whether C compiler handles -Wvla-larger-than=4031... yes #10 53.01 checking whether C compiler handles -Wno-missing-field-initializers... yes #10 53.20 checking whether C compiler handles -Wredundant-decls... yes #10 53.50 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #10 53.50 checking whether C compiler handles -Wno-override-init... yes #10 53.69 checking whether C compiler handles -Wno-sign-compare... yes #10 54.06 checking whether C compiler handles -Wno-type-limits... yes #10 54.30 checking whether C compiler handles -Wno-unused-parameter... yes #10 54.51 checking whether C compiler handles -Wno-format-nonliteral... yes #10 54.69 checking whether C compiler handles -Wno-bidi-chars... no #10 54.80 checking for a BSD-compatible install... /usr/bin/install -c #10 54.82 checking command to symlink files in the same directory... ln -s #10 54.83 checking for install-info... : #10 54.83 checking for gzip... /bin/gzip #10 54.83 checking for 'find' args to delete a file... -delete #10 54.84 checking for brew... no #10 55.19 checking for -znocombreloc... not needed #10 55.19 checking whether addresses are sanitized... no #10 55.31 checking for math library... -lm #10 56.19 checking for struct passwd.pw_gecos... yes #10 56.32 checking for pkg-config... /usr/bin/pkg-config #10 56.32 checking pkg-config is at least version 0.9.0... yes #10 56.33 checking for machine/soundcard.h... no #10 56.42 checking for sys/soundcard.h... yes #10 56.61 checking for soundcard.h... no #10 56.71 checking for mmsystem.h... no #10 56.77 checking for _oss_ioctl in -lossaudio... no #10 56.92 checking for alsa >= 1.0.0... no #10 56.95 checking for ADDR_NO_RANDOMIZE... yes #10 57.04 checking if Linux sysinfo may be used... yes #10 57.26 checking for sys/wait.h that is POSIX.1 compatible... yes #10 57.39 checking for net/if.h... yes #10 57.59 checking for ifaddrs.h... yes #10 57.78 checking for net/if_dl.h... no #10 57.92 checking for struct ifreq.ifr_flags... yes #10 58.11 checking for struct ifreq.ifr_hwaddr... yes #10 58.46 checking for struct ifreq.ifr_netmask... yes #10 58.93 checking for struct ifreq.ifr_broadaddr... yes #10 59.36 checking for struct ifreq.ifr_addr... yes #10 59.66 checking for struct ifreq.ifr_addr.sa_len... no #10 59.85 checking whether gcc understands -MMD -MF... yes #10 59.95 checking for X... no #10 60.30 checking AppKit/AppKit.h usability... yes #10 65.48 checking AppKit/AppKit.h presence... yes #10 66.01 checking for AppKit/AppKit.h... yes #10 66.01 checking for Mac OS X 12.0 or later... yes #10 66.10 checking for gcc... gcc #10 66.16 checking whether we are using the GNU Objective C compiler... yes #10 66.50 checking whether gcc accepts -g... yes #10 66.61 checking if the Objective C compiler supports instancetype... yes #10 66.68 checking if the Objective C compiler defaults to C99... no #10 66.74 checking whether malloc is Doug Lea style... no #10 66.82 checking for sbrk... yes #10 67.08 checking for __lsan_ignore_object... no #10 67.47 checking for fchmod... yes #10 67.81 checking for utmpname... yes #10 68.12 checking for utmpxname... yes #10 68.38 checking for canonicalize_file_name... yes #10 68.59 checking for realpath... yes #10 68.91 checking for lstat... yes #10 69.21 checking for fchmodat... yes #10 69.41 checking for lchmod... no #10 69.47 checking for fcntl... yes #10 69.62 checking for fdopendir... yes #10 69.75 checking for listxattr... yes #10 69.88 checking for fstatat... yes #10 70.05 checking for fsync... yes #10 70.27 checking for gettimeofday... yes #10 70.43 checking for memset_explicit... no #10 70.56 checking for memset_s... no #10 70.73 checking for pselect... yes #10 70.93 checking for readlink... yes #10 71.07 checking for isblank... yes #10 71.21 checking for iswctype... yes #10 71.37 checking for strtoimax... yes #10 71.51 checking for symlink... yes #10 71.64 checking for localtime_r... yes #10 71.80 checking for getdtablesize... yes #10 71.93 checking for getpagesize... yes #10 72.09 checking for working mmap... yes #10 72.39 checking for main in -lXbsd... no #10 72.50 checking for pthread library... -lpthread #10 72.81 checking for thread support... yes #10 72.81 checking for librsvg-2.0 >= 2.14.0... no #10 72.82 checking for libwebpdemux >= 0.6.0... no #10 72.84 checking for WebPGetInfo... no #10 72.98 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #10 73.00 checking for sqlite3_open_v2 in -lsqlite3... no #10 73.10 checking for getaddrinfo_a in -lanl... yes #10 73.21 checking for malloc_trim... yes #10 73.35 checking for dbus-1 >= 1.0... yes #10 73.42 checking for dbus_watch_get_unix_fd... yes #10 73.74 checking for dbus_type_is_valid... yes #10 74.00 checking for dbus_validate_bus_name... yes #10 74.21 checking for dbus_validate_path... yes #10 74.54 checking for dbus_validate_interface... yes #10 74.81 checking for dbus_validate_member... yes #10 74.97 checking for lgetfilecon in -lselinux... no #10 75.05 checking for gnutls >= 2.12.2... yes #10 75.09 checking for libsystemd >= 222... no #10 75.11 checking for jansson >= 2.7... no #10 75.12 checking for tree-sitter >= 0.20.2... no #10 75.13 checking for tree-sitter >= 0.6.3... no #10 75.15 checking sys/inotify.h usability... yes #10 75.26 checking sys/inotify.h presence... yes #10 75.31 checking for sys/inotify.h... yes #10 75.31 checking for inotify_init1... yes #10 75.53 checking for jpeglib 6b or later... no #10 75.66 checking for lcms2... no #10 75.68 checking for library containing inflateEnd... -lz #10 75.97 checking for dladdr... yes #10 76.14 checking for dlfunc... no #10 76.29 checking for libpng >= 1.0.0... no #10 76.32 checking for libpng not configured by pkg-config... no #10 76.37 checking tiffio.h usability... no #10 76.49 checking tiffio.h presence... no #10 76.53 checking for tiffio.h... no #10 76.53 checking gif_lib.h usability... no #10 76.62 checking gif_lib.h presence... no #10 76.67 checking for gif_lib.h... no #10 76.67 checking gpm.h usability... no #10 76.78 checking gpm.h presence... no #10 76.82 checking for gpm.h... no #10 76.82 checking for libxml-2.0 > 2.6.17... no #10 76.85 checking for maillock in -lmail... no #10 76.93 checking for maillock in -llockfile... no #10 77.03 checking for liblockfile.so... no #10 77.03 checking maillock.h usability... no #10 77.12 checking maillock.h presence... no #10 77.15 checking for maillock.h... no #10 77.16 checking linux/seccomp.h usability... yes #10 77.28 checking linux/seccomp.h presence... yes #10 77.31 checking for linux/seccomp.h... yes #10 77.35 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #10 77.42 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #10 77.51 checking linux/filter.h usability... yes #10 77.65 checking linux/filter.h presence... yes #10 77.67 checking for linux/filter.h... yes #10 77.71 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #10 77.73 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #10 77.74 checking for libseccomp >= 2.5.2... no #10 77.76 checking size of long... 8 #10 77.98 checking for accept4... yes #10 78.12 checking for fchdir... yes #10 78.27 checking for gethostname... yes #10 78.39 checking for getrusage... yes #10 78.53 checking for get_current_dir_name... yes #10 78.66 checking for lrand48... yes #10 78.80 checking for random... yes #10 79.03 checking for rint... yes #10 79.20 checking for tcdrain... yes #10 79.37 checking for trunc... yes #10 79.53 checking for select... yes #10 79.68 checking for getpagesize... (cached) yes #10 79.71 checking for setlocale... yes #10 79.89 checking for newlocale... yes #10 80.06 checking for getrlimit... yes #10 80.20 checking for setrlimit... yes #10 80.38 checking for shutdown... yes #10 80.62 checking for pthread_sigmask... (cached) yes #10 80.64 checking for strsignal... yes #10 80.84 checking for setitimer... yes #10 81.09 checking for sendto... yes #10 81.25 checking for recvfrom... yes #10 81.39 checking for getsockname... yes #10 81.55 checking for getifaddrs... yes #10 81.77 checking for freeifaddrs... yes #10 81.95 checking for gai_strerror... yes #10 83.15 checking for sync... yes #10 83.31 checking for endpwent... yes #10 83.46 checking for getgrent... yes #10 83.61 checking for endgrent... yes #10 83.76 checking for renameat2... yes #10 83.92 checking for cfmakeraw... yes #10 84.08 checking for cfsetspeed... yes #10 84.22 checking for __executable_start... yes #10 84.40 checking for log2... yes #10 84.58 checking for pthread_setname_np... yes #10 84.74 checking for pthread_set_name_np... no #10 84.89 checking for getpwent... yes #10 85.03 checking whether pthread_setname_np takes a single argument... no #10 85.10 checking whether pthread_setname_np takes three arguments... no #10 85.18 checking for aligned_alloc... yes #10 85.41 checking whether aligned_alloc is declared... yes #10 85.51 checking for posix_madvise... yes #10 89.44 checking for madvise... yes #10 89.68 checking for __builtin_frame_address... yes #10 89.84 checking for __builtin_unwind_init... yes #10 89.96 checking for _LARGEFILE_SOURCE value needed for large files... no #10 90.13 checking for grantpt... yes #10 90.27 checking for getpt... yes #10 90.46 checking for posix_openpt... yes #10 90.62 checking for library containing tputs... -ltinfo #10 90.91 checking whether -ltinfo library defines BC... yes #10 91.05 checking for timerfd interface... yes #10 91.14 checking whether signals can be handled on alternate stack... yes #10 91.25 checking valgrind/valgrind.h usability... no #10 91.34 checking valgrind/valgrind.h presence... no #10 91.38 checking for valgrind/valgrind.h... no #10 91.38 checking for struct unipair.unicode... yes #10 91.48 checking for pid_t... yes #10 91.71 checking vfork.h usability... no #10 91.84 checking vfork.h presence... no #10 91.92 checking for vfork.h... no #10 91.93 checking for fork... yes #10 92.26 checking for vfork... yes #10 92.65 checking for working fork... yes #10 92.91 checking for working vfork... (cached) yes #10 92.92 checking for snprintf... yes #10 93.18 checking for open_memstream... yes #10 93.41 checking spawn.h usability... yes #10 93.62 checking spawn.h presence... yes #10 93.70 checking for spawn.h... yes #10 93.72 checking for posix_spawn... yes #10 94.10 checking for posix_spawn_file_actions_addchdir... no #10 94.33 checking for posix_spawn_file_actions_addchdir_np... yes #10 94.65 checking for posix_spawnattr_setflags... yes #10 94.84 checking whether POSIX_SPAWN_SETSID is declared... yes #10 94.96 checking whether GLib is linked in... no #10 95.04 checking for nl_langinfo and CODESET... yes #10 95.21 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #10 95.39 checking for mbstate_t... yes #10 95.78 checking for signals via characters... yes #10 96.04 checking for _setjmp... yes #10 96.18 checking for sigsetjmp... yes #10 96.32 checking POSIX termios... yes #10 96.54 checking size of speed_t... 4 #10 96.86 checking for usable FIONREAD... yes #10 97.08 checking for usable SIGIO... yes #10 97.25 checking for struct alignment... yes #10 97.36 checking for C/C++ restrict keyword... __restrict__ #10 97.63 checking for typeof syntax and keyword spelling... typeof #10 97.86 checking for statement expressions... yes #10 98.08 checking whether malloc (0) returns nonnull... yes #10 98.53 checking sys/acl.h usability... yes #10 98.79 checking sys/acl.h presence... yes #10 98.85 checking for sys/acl.h... yes #10 98.85 checking for library containing acl_get_file... -lacl #10 99.55 checking for acl_get_file... yes #10 99.82 checking for acl_get_fd... yes #10 100.0 checking for acl_set_file... yes #10 100.4 checking for acl_set_fd... yes #10 100.6 checking for acl_free... yes #10 100.8 checking for acl_from_mode... yes #10 100.9 checking for acl_from_text... yes #10 101.0 checking for acl_delete_def_file... yes #10 101.2 checking for acl_extended_file... yes #10 101.5 checking for acl_delete_fd_np... no #10 101.6 checking for acl_delete_file_np... no #10 101.9 checking for acl_copy_ext_native... no #10 102.1 checking for acl_create_entry_np... no #10 102.5 checking for acl_to_short_text... no #10 102.8 checking for acl_free_text... no #10 103.1 checking for working acl_get_file... yes #10 103.5 checking acl/libacl.h usability... yes #10 103.8 checking acl/libacl.h presence... yes #10 103.8 checking for acl/libacl.h... yes #10 103.8 checking for acl_entries... yes #10 104.1 checking for ACL_FIRST_ENTRY... yes #10 104.2 checking for ACL_TYPE_EXTENDED... no #10 104.4 checking for working alloca.h... yes #10 104.6 checking for alloca... yes #10 104.9 checking for a thread-safe mkdir -p... /bin/mkdir -p #10 104.9 checking whether the preprocessor supports include_next... yes #10 105.1 checking whether source code line length is unlimited... yes #10 105.2 checking whether endutent is declared... yes #10 105.4 checking for struct utmpx.ut_user... yes #10 105.6 checking for struct utmp.ut_user... yes #10 105.9 checking for struct utmpx.ut_name... yes #10 106.1 checking for struct utmp.ut_name... yes #10 106.4 checking for struct utmpx.ut_type... yes #10 106.7 checking for struct utmp.ut_type... yes #10 107.0 checking for struct utmpx.ut_pid... yes #10 107.2 checking for struct utmp.ut_pid... yes #10 107.4 checking for struct utmp.ut_tv... yes #10 107.8 checking for struct utmpx.ut_host... yes #10 108.0 checking for struct utmp.ut_host... yes #10 108.2 checking for struct utmpx.ut_id... yes #10 108.5 checking for struct utmp.ut_id... yes #10 108.7 checking for struct utmpx.ut_session... yes #10 109.0 checking for struct utmp.ut_session... yes #10 109.4 checking for struct utmpx.ut_exit... yes #10 109.7 checking for struct utmp.ut_exit... yes #10 110.1 checking for struct utmpx.ut_exit.ut_exit... no #10 110.6 checking for struct utmpx.ut_exit.e_exit... yes #10 110.8 checking for struct utmp.ut_exit.e_exit... yes #10 111.2 checking for struct utmpx.ut_exit.ut_termination... no #10 111.6 checking for struct utmpx.ut_exit.e_termination... yes #10 111.8 checking for struct utmp.ut_exit.e_termination... yes #10 112.0 checking whether sysinfo is declared... yes #10 112.2 checking for sys/sysctl.h... yes #10 112.6 checking for sysctl... yes #10 113.0 checking whether lstat correctly handles trailing slash... yes #10 113.7 checking whether // is distinct from /... no #10 113.7 checking whether realpath works... yes #10 114.3 checking for faccessat... yes #10 114.8 checking for getcwd... yes #10 115.1 checking whether byte ordering is bigendian... no #10 115.5 checking if environ is properly declared... yes #10 115.7 checking for complete errno.h... yes #10 115.8 checking whether ctype.h defines __header_inline... no #10 115.9 checking for mode_t... yes #10 116.5 checking whether strmode is declared... no #10 116.8 checking whether getline is declared... yes #10 117.1 checking for gawk... no #10 117.1 checking for mawk... mawk #10 117.1 checking for getopt.h... (cached) yes #10 117.1 checking for getopt_long_only... yes #10 117.4 checking whether getopt is POSIX compatible... yes #10 118.4 checking for working GNU getopt function... yes #10 119.0 checking for working GNU getopt_long function... yes #10 119.6 checking whether timespec_get is declared... yes #10 119.8 checking for timespec_get... yes #10 120.2 checking for struct timeval... yes #10 120.4 checking for wide-enough struct timeval.tv_sec member... yes #10 120.7 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #10 120.9 checking whether the compiler produces multi-arch binaries... no #10 121.0 checking whether stdint.h conforms to C99... yes #10 121.9 checking whether stdint.h works without ISO C predefines... yes #10 122.1 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #10 122.3 checking whether memmem is declared... yes #10 122.7 checking whether memrchr is declared... yes #10 122.9 checking whether defines MIN and MAX... no #10 123.0 checking whether defines MIN and MAX... yes #10 123.3 checking whether time_t is signed... yes #10 123.6 checking whether alarm is declared... yes #10 123.8 checking for working mktime... no #10 124.5 checking whether struct tm is in sys/time.h or time.h... time.h #10 124.7 checking for struct tm.tm_zone... yes #10 124.9 checking for struct tm.tm_gmtoff... yes #10 125.0 checking whether is self-contained... yes #10 125.7 checking for inline... inline #10 125.9 checking for sigset_t... yes #10 126.2 checking for volatile sig_atomic_t... yes #10 126.5 checking for sighandler_t... yes #10 126.8 checking for wchar_t... yes #10 126.9 checking for good max_align_t... yes #10 127.0 checking whether NULL can be used in arbitrary expressions... yes #10 127.1 checking for unreachable... no #10 127.4 checking whether fcloseall is declared... yes #10 127.6 checking whether getw is declared... yes #10 128.0 checking whether putw is declared... yes #10 128.2 checking which flavor of printf attribute matches inttypes macros... system #10 128.4 checking whether strnlen is declared... yes #10 128.7 checking whether strtoimax is declared... yes #10 129.0 checking whether stat file-mode macros are broken... no #10 129.2 checking for nlink_t... yes #10 129.5 checking for struct timespec in ... yes #10 129.6 checking for TIME_UTC in ... yes #10 129.8 checking whether execvpe is declared... yes #10 130.0 checking whether clearerr_unlocked is declared... yes #10 130.2 checking whether feof_unlocked is declared... yes #10 130.4 checking whether ferror_unlocked is declared... yes #10 130.5 checking whether fflush_unlocked is declared... yes #10 130.8 checking whether fgets_unlocked is declared... yes #10 131.0 checking whether fputc_unlocked is declared... yes #10 131.2 checking whether fputs_unlocked is declared... yes #10 131.3 checking whether fread_unlocked is declared... yes #10 131.5 checking whether fwrite_unlocked is declared... yes #10 131.7 checking whether getc_unlocked is declared... yes #10 131.9 checking whether getchar_unlocked is declared... yes #10 132.2 checking whether putc_unlocked is declared... yes #10 132.4 checking whether putchar_unlocked is declared... yes #10 132.6 checking type of array argument to getgroups... gid_t #10 132.9 checking whether getdelim is declared... yes #10 133.1 checking whether getdtablesize is declared... yes #10 133.3 checking whether malloc is ptrdiff_t safe... yes #10 133.5 checking whether malloc, realloc, calloc set errno on failure... yes #10 133.5 checking for O_CLOEXEC... yes #10 133.7 checking for promoted mode_t type... mode_t #10 133.8 checking whether the utimes function works... yes #10 134.2 checking for C compiler option to allow warnings... -Wno-error #10 134.5 checking for alignas and alignof... yes, macros #10 134.6 checking for alloca as a compiler built-in... yes #10 134.7 checking for static_assert... yes, an macro #10 134.9 checking for __builtin_expect... yes #10 135.0 checking byteswap.h usability... yes #10 135.1 checking byteswap.h presence... yes #10 135.2 checking for byteswap.h... yes #10 135.2 checking for readlinkat... yes #10 135.4 checking for library containing clock_gettime... none required #10 135.6 checking for clock_getres... yes #10 136.0 checking for clock_gettime... yes #10 136.4 checking for clock_settime... yes #10 136.6 checking for copy_file_range... yes #10 137.0 checking for d_type member in directory struct... yes #10 137.4 checking whether // is distinct from /... (cached) no #10 137.4 checking whether dup2 works... yes #10 137.7 checking for library containing backtrace_symbols_fd... none required #10 137.8 checking for faccessat... (cached) yes #10 137.8 checking whether fchmodat works... no #10 138.0 checking for readlinkat... (cached) yes #10 138.0 checking whether fcntl handles F_DUPFD correctly... yes #10 138.2 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #10 138.5 checking whether fdopendir is declared... yes #10 138.7 checking whether fdopendir works... yes #10 139.0 checking for flexible array member... yes #10 139.2 checking for __fpending... yes #10 139.4 checking whether __fpending is declared... yes #10 139.5 checking whether free is known to preserve errno... no #10 139.7 checking whether fstatat (..., 0) works... yes #10 139.9 checking for sys/mount.h... yes #10 140.1 checking for statvfs function (SVR4)... yes #10 140.4 checking whether to use statvfs64... no #10 140.5 checking for two-argument statfs with statfs.f_frsize member... yes #10 141.0 checking sys/fs/s5param.h usability... no #10 141.2 checking sys/fs/s5param.h presence... no #10 141.3 checking for sys/fs/s5param.h... no #10 141.3 checking sys/statfs.h usability... yes #10 141.6 checking sys/statfs.h presence... yes #10 141.6 checking for sys/statfs.h... yes #10 141.7 checking for statfs that truncates block counts... no #10 141.8 checking for futimens... yes #10 142.0 checking whether futimens works... yes #10 143.3 checking for getline... yes #10 143.5 checking for working getline function... yes #10 144.0 checking for getloadavg... yes #10 144.4 checking sys/loadavg.h usability... no #10 144.6 checking sys/loadavg.h presence... no #10 144.7 checking for sys/loadavg.h... no #10 144.7 checking whether getloadavg is declared... yes #10 144.8 checking for getrandom... yes #10 145.1 checking whether getrandom is compatible with its GNU+BSD signature... yes #10 145.3 checking for gettimeofday with POSIX signature... yes #10 145.5 checking whether the compiler supports the __inline keyword... yes #10 145.6 checking gmp.h usability... yes #10 145.9 checking gmp.h presence... yes #10 146.0 checking for gmp.h... yes #10 146.0 checking for library containing __gmpz_roinit_n... -lgmp #10 146.7 checking for memmem... yes #10 147.1 checking whether memmem works... yes #10 147.3 checking for mempcpy... yes #10 147.6 checking for memrchr... yes #10 147.7 checking for explicit_memset... no #10 147.9 checking for mkostemp... yes #10 148.0 checking for library containing nanosleep... none required #10 148.3 checking for working nanosleep... no (mishandles large arguments) #10 149.8 checking for sys/pstat.h... no #10 149.9 checking for sys/sysmp.h... no #10 150.1 checking for sys/param.h... (cached) yes #10 150.1 checking for sys/sysctl.h... (cached) yes #10 150.1 checking for sched_getaffinity_np... no #10 150.5 checking for pstat_getdynamic... no #10 150.9 checking for sysmp... no #10 151.3 checking for sysctl... (cached) yes #10 151.4 checking for sched_getaffinity... yes #10 151.6 checking for glibc compatible sched_getaffinity... yes #10 151.7 checking for pipe2... yes #10 152.1 checking whether signature of pselect conforms to POSIX... yes #10 152.5 checking whether pselect detects invalid fds... yes #10 152.9 checking whether pthread_sigmask is a macro... no #10 153.2 checking whether pthread_sigmask returns error numbers... yes #10 153.5 checking whether pthread_sigmask unblocks signals correctly... guessing yes #10 156.2 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #10 156.9 checking whether readlink signature is correct... yes #10 157.3 checking whether readlink handles trailing slash correctly... yes #10 157.8 checking whether readlink truncates results correctly... yes #10 158.2 checking for readlinkat... (cached) yes #10 158.2 checking whether readlinkat signature is correct... yes #10 158.4 checking for working re_compile_pattern... no #10 159.3 checking libintl.h usability... yes #10 159.7 checking libintl.h presence... yes #10 159.8 checking for libintl.h... yes #10 159.9 checking whether isblank is declared... yes #10 160.2 checking for sig2str... no #10 160.7 checking for sigdescr_np... no #10 161.1 checking for socklen_t... yes #10 161.4 checking for ssize_t... yes #10 161.7 checking for struct stat.st_atim.tv_nsec... yes #10 161.9 checking whether struct stat.st_atim is of type struct timespec... yes #10 162.2 checking for struct stat.st_birthtimespec.tv_nsec... no #10 162.5 checking for struct stat.st_birthtimensec... no #10 163.0 checking for struct stat.st_birthtim.tv_nsec... no #10 163.4 checking for bool, true, false... no #10 163.5 checking for stpcpy... yes #10 163.9 checking for working strnlen... yes #10 164.5 checking whether strtoimax works... yes #10 165.1 checking whether symlink handles trailing slash correctly... yes #10 165.7 checking whether localtime_r is declared... yes #10 166.0 checking whether localtime_r is compatible with its POSIX signature... yes #10 166.3 checking whether localtime works even near extrema... yes #10 166.9 checking for timezone_t... no #10 167.0 checking for timegm... yes #10 167.8 checking whether timer_settime is declared... yes #10 168.1 checking for library containing timer_settime... -lrt #10 168.9 checking for timer_settime... yes #10 169.3 checking for utimensat... yes #10 169.7 checking whether utimensat works... yes #10 171.2 checking for variable-length arrays... yes #10 171.6 checking whether getdtablesize works... yes #10 172.1 checking for __mktime_internal... no #10 172.6 checking for timer_getoverrun... yes #10 173.0 checking for gcc option to disable position independent executables... not needed #10 173.0 checking for __ctype_get_mb_cur_max... yes #10 173.4 checking whether MB_CUR_MAX is defined to function that won't link... no #10 173.5 #10 173.5 Configured for 'x86_64-pc-linux-gnu'. #10 173.5 #10 173.5 Where should the build process find the source code? . #10 173.5 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #10 173.5 Should Emacs use the GNU version of malloc? no #10 173.5 (The GNU allocators don't work with this system configuration.) #10 173.5 Should Emacs use a relocating allocator for buffers? no #10 173.5 Should Emacs use mmap(2) for buffer allocation? no #10 173.5 What window system should Emacs use? nextstep #10 173.5 What toolkit should Emacs use? none #10 173.5 Where do we find X Windows header files? NONE #10 173.5 Where do we find X Windows libraries? NONE #10 173.5 Does Emacs use -lXaw3d? no #10 173.5 Is Emacs being built for Android? no #10 173.5 Does Emacs use the X Double Buffer Extension? no #10 173.5 Does Emacs use -lXpm? no #10 173.5 Does Emacs use -ljpeg? no #10 173.5 Does Emacs use -ltiff? no #10 173.5 Does Emacs use a gif library? no #10 173.5 Does Emacs use a png library? no #10 173.5 Does Emacs use -lrsvg-2? no #10 173.5 Does Emacs use -lwebp? no #10 173.5 Does Emacs use -lsqlite3? no #10 173.5 Does Emacs use cairo? no #10 173.5 Does Emacs use -llcms2? no #10 173.5 Does Emacs use imagemagick? no #10 173.5 Does Emacs use native APIs for images? yes (ns) #10 173.5 Does Emacs support sound? yes #10 173.5 Does Emacs use -lgpm? no #10 173.5 Does Emacs use -ldbus? yes #10 173.5 Does Emacs use -lgconf? no #10 173.5 Does Emacs use GSettings? no #10 173.5 Does Emacs use a file notification library? yes -lglibc (inotify) #10 173.5 Does Emacs use access control lists? yes -lacl -lattr #10 173.5 Does Emacs use -lselinux? no #10 173.5 Does Emacs use -lgnutls? yes #10 173.5 Does Emacs use -lxml2? no #10 173.5 Does Emacs use -lfreetype? no #10 173.5 Does Emacs use HarfBuzz? no #10 173.5 Does Emacs use -lm17n-flt? no #10 173.5 Does Emacs use -lotf? no #10 173.5 Does Emacs use -lxft? no #10 173.5 Does Emacs use -lsystemd? no #10 173.5 Does Emacs use -ljansson? no #10 173.5 Does Emacs use -ltree-sitter? no #10 173.5 Does Emacs use the GMP library? yes #10 173.5 Does Emacs directly use zlib? yes #10 173.5 Does Emacs have dynamic modules support? yes #10 173.5 Does Emacs use toolkit scroll bars? yes #10 173.5 Does Emacs support Xwidgets? no #10 173.5 Does Emacs have threading support in lisp? yes #10 173.5 Does Emacs support the portable dumper? yes #10 173.5 Does Emacs support legacy unexec dumping? no #10 173.5 Which dumping strategy does Emacs use? pdumper #10 173.5 Does Emacs have native lisp compiler? no #10 173.5 Does Emacs use version 2 of the X Input Extension? no #10 173.5 Does Emacs generate a smaller-size Japanese dictionary? no #10 173.5 #10 173.5 #10 173.5 #10 173.5 Run 'make' to build Emacs, then run 'src/emacs' to test it. #10 173.5 Run 'make install' in order to build an application bundle. #10 173.5 The application will go to nextstep/Emacs.app and can be run or moved #10 173.5 from there. #10 173.5 The application will be fully self-contained. #10 173.5 #10 174.8 configure: creating ./config.status #10 175.7 config.status: creating src/verbose.mk #10 175.9 config.status: creating src/emacs-module.h #10 176.1 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #10 176.3 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #10 176.4 config.status: creating Makefile #10 176.5 config.status: creating lib/gnulib.mk #10 176.7 config.status: creating ./doc/man/emacs.1 #10 176.9 config.status: creating lib/Makefile #10 177.2 config.status: creating lib-src/Makefile #10 177.3 config.status: creating oldXMenu/Makefile #10 177.5 config.status: creating src/Makefile #10 177.7 config.status: creating lwlib/Makefile #10 177.9 config.status: creating nextstep/Makefile #10 178.0 config.status: creating nt/Makefile #10 178.3 config.status: creating doc/emacs/Makefile #10 178.5 config.status: creating doc/misc/Makefile #10 178.6 config.status: creating doc/lispintro/Makefile #10 178.8 config.status: creating doc/lispref/Makefile #10 179.0 config.status: creating lisp/Makefile #10 179.2 config.status: creating leim/Makefile #10 179.4 config.status: creating test/Makefile #10 179.5 config.status: creating test/manual/noverlay/Makefile #10 179.7 config.status: creating test/infra/Makefile #10 179.9 config.status: creating admin/charsets/Makefile #10 180.1 config.status: creating admin/unidata/Makefile #10 180.3 config.status: creating admin/grammars/Makefile #10 180.5 config.status: creating java/Makefile #10 180.6 config.status: creating cross/Makefile #10 180.8 config.status: creating java/AndroidManifest.xml #10 181.0 config.status: creating src/config.h #10 181.1 config.status: executing src/epaths.h commands #10 181.4 config.status: executing src/.gdbinit commands #10 181.5 config.status: executing doc/emacs/emacsver.texi commands #10 181.6 config.status: executing etc-refcards-emacsver.tex commands #10 181.7 configure: WARNING: This configuration installs a 'movemail' program #10 181.7 that does not retrieve POP3 email. By default, Emacs 25 and earlier #10 181.7 installed a 'movemail' program that retrieved POP3 email via only #10 181.7 insecure channels, a practice that is no longer recommended but that #10 181.7 you can continue to support by using './configure --with-pop'. #10 181.7 configure: You might want to install GNU Mailutils #10 181.7 and use './configure --with-mailutils'. #10 DONE 184.0s #11 [emacs-gnustep 6/6] RUN make bootstrap #11 1.976 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #11 1.999 make[1]: Entering directory '/checkout' #11 2.290 make bootstrap-clean #11 2.316 make[2]: Entering directory '/checkout' #11 2.612 make -C src bootstrap-clean #11 2.664 make[3]: Entering directory '/checkout/src' #11 2.664 GEN /checkout/src/lisp.mk #11 3.752 rm -f android-emacs libemacs.so #11 3.768 rm -f temacs core ./*.core \#* ./*.o build-counter.c #11 3.788 rm -f dmpstruct.h #11 3.824 rm -f emacs.pdmp #11 3.824 rm -f ../etc/DOC #11 3.848 rm -f bootstrap-emacs bootstrap-emacs.pdmp #11 3.848 rm -f emacs-30.0.50 #11 3.864 rm -f buildobj.h #11 3.892 rm -f globals.h gl-stamp #11 3.900 rm -f ./*.res ./*.tmp #11 3.924 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #11 3.932 rm -f ../etc/DOC* #11 3.942 rm -f deps/* #11 3.956 rm -f emacs-module.h epaths.h config.h config.stamp #11 3.976 if test -f ./.gdbinit; then \ #11 3.976 mv ./.gdbinit ./.gdbinit.save; \ #11 3.976 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #11 3.976 else mv ./.gdbinit.save ./.gdbinit; fi; \ #11 3.976 fi #11 4.020 make[3]: Leaving directory '/checkout/src' #11 4.020 make -C oldXMenu bootstrap-clean #11 4.036 make[3]: Entering directory '/checkout/oldXMenu' #11 4.044 rm -f libXMenu11.a ./*.o deps/* #11 4.044 rm -f Makefile #11 4.044 rm -fr deps #11 4.045 make[3]: Leaving directory '/checkout/oldXMenu' #11 4.056 make -C lwlib bootstrap-clean #11 4.070 make[3]: Entering directory '/checkout/lwlib' #11 4.070 rm -f ./*.o liblw.a \#* deps/* #11 4.070 rm -f Makefile #11 4.080 rm -fr deps #11 4.080 rm -f TAGS #11 4.080 make[3]: Leaving directory '/checkout/lwlib' #11 4.104 make -C lib bootstrap-clean #11 4.457 make[3]: Entering directory '/checkout/lib' #11 4.457 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #11 4.480 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 #11 4.490 rm -f Makefile Makefile.android #11 4.501 rm -fr deps #11 4.516 make[3]: Leaving directory '/checkout/lib' #11 4.520 make -C lib-src bootstrap-clean #11 4.531 make[3]: Entering directory '/checkout/lib-src' #11 4.539 rm -f core ./*.o ./*.res #11 4.539 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #11 4.548 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #11 4.556 rm -f TAGS Makefile blessmail Makefile.android #11 4.564 make[3]: Leaving directory '/checkout/lib-src' #11 4.564 make -C nt bootstrap-clean #11 4.578 make[3]: Entering directory '/checkout/nt' #11 4.578 rm -f core *.o *.res #11 4.593 rm -f runemacs addpm cmdproxy ddeclient #11 4.593 rm -f TAGS Makefile *.rc #11 4.600 true #11 4.600 make[3]: Leaving directory '/checkout/nt' #11 4.604 make -C doc/emacs bootstrap-clean #11 4.624 make[3]: Entering directory '/checkout/doc/emacs' #11 4.624 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #11 4.624 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #11 4.632 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #11 4.632 rm -f Makefile #11 4.650 rm -f \ #11 4.650 ./../../info/emacs.info \ #11 4.650 ./../../info/emacs.info-[1-9] \ #11 4.650 ./../../info/emacs.info-[1-9][0-9] #11 4.650 rm -f ./emacsver.texi TAGS #11 4.657 make[3]: Leaving directory '/checkout/doc/emacs' #11 4.657 make -C doc/misc bootstrap-clean #11 4.677 make[3]: Entering directory '/checkout/doc/misc' #11 4.677 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #11 4.677 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #11 4.677 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #11 4.685 rm -f gnustmp* #11 4.691 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #11 4.701 rm -f Makefile #11 4.715 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 \ #11 4.715 file=`echo ${file} | sed 's/\.info$//'`.info; \ #11 4.715 rm -f \ #11 4.715 ./../../info/${file} \ #11 4.715 ./../../info/${file}-[1-9] \ #11 4.715 ./../../info/${file}-[1-9][0-9]; \ #11 4.715 done #11 6.574 rm -f ./modus-themes.texi ./org.texi #11 6.574 rm -f TAGS #11 6.588 make[3]: Leaving directory '/checkout/doc/misc' #11 6.588 make -C doc/lispref bootstrap-clean #11 6.616 make[3]: Entering directory '/checkout/doc/lispref' #11 6.616 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #11 6.616 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #11 6.628 rm -f elisp[12]* vol[12].tmp #11 6.653 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #11 6.668 rm -f vol[12].dvi vol[12].pdf vol[12].ps #11 6.697 rm -f Makefile #11 6.712 rm -f \ #11 6.712 ./../../info/elisp.info \ #11 6.712 ./../../info/elisp.info-[1-9] \ #11 6.712 ./../../info/elisp.info-[1-9][0-9] #11 6.724 rm -f TAGS #11 6.732 make[3]: Leaving directory '/checkout/doc/lispref' #11 6.739 make -C doc/lispintro bootstrap-clean #11 6.778 make[3]: Entering directory '/checkout/doc/lispintro' #11 6.778 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #11 6.778 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #11 6.806 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #11 6.816 rm -f Makefile #11 6.830 rm -f \ #11 6.830 ./../../info/eintr.info \ #11 6.830 ./../../info/eintr.info-[1-9] #11 6.841 rm -f TAGS #11 6.874 make[3]: Leaving directory '/checkout/doc/lispintro' #11 6.874 make -C test bootstrap-clean #11 6.883 make[3]: Entering directory '/checkout/test' #11 7.034 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #11 7.088 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #11 7.139 rm -f ./lisp/gnus/mml-sec-resources/random_seed #11 7.146 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #11 7.146 src/emacs-module-resources/*.dll gmp.h #11 7.160 find . -name '*.elc' -delete #11 7.230 make[3]: Leaving directory '/checkout/test' #11 7.233 make -C java bootstrap-clean #11 7.462 make[3]: Entering directory '/checkout/java' #11 7.473 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #11 7.473 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #11 7.489 find . -name '*.class' -delete #11 7.497 rm -f Makefile ndk-build.mk #11 7.504 make[3]: Leaving directory '/checkout/java' #11 7.504 make -C cross bootstrap-clean #11 7.528 make[3]: Entering directory '/checkout/cross' #11 7.528 for dir in src lib-src lib etc; do \ #11 7.528 find $dir -type f -delete; \ #11 7.528 done #11 7.548 rm -rf lib/config.h lib-src/config.h #11 7.548 if test -f ndk-build/Makefile; then \ #11 7.548 make -C ndk-build clean; \ #11 7.548 fi #11 7.548 for dir in src lib-src lib etc; do \ #11 7.548 find $dir -type l -delete; \ #11 7.548 done #11 7.596 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #11 7.620 rm -rf ndk-build/ndk-build.mk Makefile #11 7.620 make[3]: Leaving directory '/checkout/cross' #11 7.620 make -C nextstep bootstrap-clean #11 7.636 make[3]: Entering directory '/checkout/nextstep' #11 7.636 rm -rf /checkout/nextstep/Emacs.app #11 7.652 rm -f Makefile #11 7.659 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #11 7.659 GNUstep/Emacs.base/Resources/Emacs.desktop \ #11 7.659 Cocoa/Emacs.base/Contents/Info.plist \ #11 7.659 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #11 7.677 make[3]: Leaving directory '/checkout/nextstep' #11 7.679 make -C admin/charsets bootstrap-clean #11 7.699 make[3]: Entering directory '/checkout/admin/charsets' #11 7.708 make[3]: Nothing to be done for 'bootstrap-clean'. #11 7.708 make[3]: Leaving directory '/checkout/admin/charsets' #11 7.708 make -C admin/unidata bootstrap-clean #11 7.720 make[3]: Entering directory '/checkout/admin/unidata' #11 7.812 rm -f ./*.elc unidata.txt #11 7.823 make[3]: Leaving directory '/checkout/admin/unidata' #11 7.826 make -C leim bootstrap-clean #11 7.839 make[3]: Entering directory '/checkout/leim' #11 7.839 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 #11 7.848 make[3]: Leaving directory '/checkout/leim' #11 7.848 make -C lisp bootstrap-clean #11 7.866 make[3]: Entering directory '/checkout/lisp' #11 7.974 find . -name '*.elc' -delete #11 7.994 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #11 8.011 make[3]: Leaving directory '/checkout/lisp' #11 8.011 make -C admin/grammars bootstrap-clean #11 8.030 make[3]: Entering directory '/checkout/admin/grammars' #11 8.030 make[3]: Nothing to be done for 'bootstrap-clean'. #11 8.030 make[3]: Leaving directory '/checkout/admin/grammars' #11 8.031 [ ! -f config.log ] || mv -f config.log config.log~ #11 8.184 rm -rf ./info #11 8.185 rm -f ./etc/refcards/emacsver.tex #11 8.196 rm -rf native-lisp/ lisp/leim/ja-dic/ #11 8.206 rm -fr autom4te.cache config.cache #11 8.214 rm -f config.log ./doc/man/emacs.1 #11 8.216 make[2]: Leaving directory '/checkout' #11 8.218 cd . && ./autogen.sh autoconf #11 8.235 Checking whether you have the necessary tools... #11 8.235 (Read INSTALL.REPO for more details on building Emacs) #11 8.235 Checking for autoconf (need at least version 2.65) ... ok #11 8.387 Your system has the required tools. #11 8.422 Running 'autoreconf -fi -I m4' ... #11 38.45 Building 'aclocal.m4' in exec ... #11 38.45 Running 'autoreconf -fi' in exec ... #11 47.99 You can now run './autogen.sh git'. #11 47.99 make MAKEFILE_NAME=force-Makefile force-Makefile #11 48.01 make[2]: Entering directory '/checkout' #11 48.02 make[2]: *** No rule to make target 'echo-sources'. Stop. #11 48.34 if [ -x ./config.status ]; then \ #11 48.34 ./config.status --recheck; \ #11 48.34 else \ #11 48.34 ./configure --cache-file=/dev/null; \ #11 48.34 fi #11 48.56 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-ns --no-create --no-recursion #11 49.24 checking for xcrun... no #11 49.25 checking for GNU Make... make #11 49.34 checking build system type... x86_64-pc-linux-gnu #11 49.80 checking host system type... x86_64-pc-linux-gnu #11 49.88 checking for gcc... gcc #11 50.11 checking whether the C compiler works... yes #11 50.52 checking for C compiler default output file name... a.out #11 50.53 checking for suffix of executables... #11 50.86 checking whether we are cross compiling... no #11 51.30 checking for suffix of object files... o #11 51.50 checking whether we are using the GNU C compiler... yes #11 51.74 checking whether gcc accepts -g... yes #11 51.86 checking for gcc option to enable C11 features... none needed #11 52.17 checking whether the compiler is clang... no #11 52.30 checking for compiler option needed when checking for declarations... none #11 52.30 checking whether gcc and cc understand -c and -o together... yes #11 53.08 checking how to run the C preprocessor... gcc -E #11 53.42 checking for grep that handles long lines and -e... /bin/grep #11 53.43 checking for egrep... /bin/grep -E #11 53.46 checking for ANSI C header files... yes #11 54.58 checking for sys/types.h... yes #11 54.93 checking for sys/stat.h... yes #11 55.22 checking for stdlib.h... yes #11 55.42 checking for string.h... yes #11 55.77 checking for memory.h... yes #11 56.12 checking for strings.h... yes #11 56.50 checking for inttypes.h... yes #11 56.83 checking for stdint.h... yes #11 57.15 checking for unistd.h... yes #11 57.40 checking for wchar.h... yes #11 57.65 checking for minix/config.h... no #11 57.95 checking for linux/fs.h... yes #11 58.15 checking for malloc.h... yes #11 58.46 checking for sys/systeminfo.h... no #11 58.65 checking for sys/sysinfo.h... yes #11 58.85 checking for coff.h... no #11 59.09 checking for pty.h... yes #11 59.48 checking for sys/resource.h... yes #11 59.77 checking for sys/utsname.h... yes #11 60.10 checking for pwd.h... yes #11 60.33 checking for util.h... no #11 60.58 checking for sanitizer/lsan_interface.h... yes #11 60.85 checking for sanitizer/asan_interface.h... yes #11 61.06 checking for sanitizer/common_interface_defs.h... yes #11 61.35 checking for sys/socket.h... yes #11 61.70 checking for stdlib.h... (cached) yes #11 61.76 checking for unistd.h... (cached) yes #11 61.82 checking for sys/param.h... yes #11 62.12 checking for pthread.h... yes #11 62.47 checking for malloc/malloc.h... no #11 62.68 checking for sys/un.h... yes #11 62.94 checking for utmp.h... yes #11 63.17 checking for utmpx.h... yes #11 65.37 checking for OS.h... no #11 67.43 checking for dirent.h... yes #11 67.72 checking for execinfo.h... yes #11 68.04 checking for linux/xattr.h... yes #11 68.36 checking for stdio_ext.h... yes #11 68.66 checking for sys/vfs.h... yes #11 68.90 checking for sys/fs_types.h... no #11 70.27 checking for getopt.h... yes #11 70.60 checking for sys/cdefs.h... yes #11 70.76 checking for sys/time.h... yes #11 71.03 checking for ieee754.h... yes #11 71.47 checking for limits.h... yes #11 71.82 checking for inttypes.h... (cached) yes #11 71.87 checking for sys/types.h... (cached) yes #11 71.93 checking for stdint.h... (cached) yes #11 72.00 checking for sys/select.h... yes #11 72.33 checking for stdbool.h... yes #11 72.76 checking for stdckdint.h... no #11 73.00 checking for sys/random.h... yes #11 73.25 checking for sys/stat.h... (cached) yes #11 73.29 checking whether it is safe to define __EXTENSIONS__... yes #11 73.63 checking whether _XOPEN_SOURCE should be defined... no #11 73.94 checking for Minix Amsterdam compiler... no #11 74.03 checking for ar... ar #11 74.03 checking for ranlib... ranlib #11 74.03 checking for gcc option to enable large file support... none needed #11 74.58 checking for gcc option for timestamps after 2038... none needed #11 74.82 checking for g++... g++ #11 75.02 checking whether we are using the GNU C++ compiler... yes #11 75.23 checking whether g++ accepts -g... yes #11 75.42 checking for g++ option to enable C++11 features... none needed #11 103.8 checking how to run the C++ preprocessor... g++ -E #11 104.0 checking whether gcc accepts -g3 -O2... yes #11 104.2 checking whether the compiler is clang... no #11 104.4 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 104.6 checking whether -Wno-missing-field-initializers is needed... yes #11 104.8 checking whether -Wuninitialized is supported... yes #11 104.9 checking whether C compiler handles -fstrict-flex-arrays... no #11 105.0 checking whether C compiler handles -Wall... yes #11 105.3 checking whether C compiler handles -Warith-conversion... yes #11 105.5 checking whether C compiler handles -Wdate-time... yes #11 105.8 checking whether C compiler handles -Wdisabled-optimization... yes #11 106.0 checking whether C compiler handles -Wdouble-promotion... yes #11 106.2 checking whether C compiler handles -Wduplicated-cond... yes #11 106.4 checking whether C compiler handles -Wextra... yes #11 106.6 checking whether C compiler handles -Wformat-signedness... yes #11 106.7 checking whether C compiler handles -Winit-self... yes #11 107.1 checking whether C compiler handles -Winvalid-pch... yes #11 107.3 checking whether C compiler handles -Wlogical-op... yes #11 107.5 checking whether C compiler handles -Wmissing-declarations... yes #11 107.7 checking whether C compiler handles -Wmissing-include-dirs... yes #11 108.0 checking whether C compiler handles -Wmissing-prototypes... yes #11 108.2 checking whether C compiler handles -Wnested-externs... yes #11 108.4 checking whether C compiler handles -Wnull-dereference... yes #11 108.7 checking whether C compiler handles -Wold-style-definition... yes #11 109.0 checking whether C compiler handles -Wopenmp-simd... yes #11 109.2 checking whether C compiler handles -Wpacked... yes #11 109.4 checking whether C compiler handles -Wpointer-arith... yes #11 109.5 checking whether C compiler handles -Wstrict-flex-arrays... no #11 109.7 checking whether C compiler handles -Wstrict-prototypes... yes #11 110.0 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 110.3 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 110.5 checking whether C compiler handles -Wsuggest-final-methods... yes #11 110.8 checking whether C compiler handles -Wsuggest-final-types... yes #11 111.0 checking whether C compiler handles -Wtrampolines... yes #11 111.1 checking whether C compiler handles -Wuninitialized... yes #11 111.3 checking whether C compiler handles -Wunknown-pragmas... yes #11 111.5 checking whether C compiler handles -Wunused-macros... yes #11 111.8 checking whether C compiler handles -Wvariadic-macros... yes #11 112.0 checking whether C compiler handles -Wvector-operation-performance... yes #11 112.2 checking whether C compiler handles -Wwrite-strings... yes #11 112.4 checking whether C compiler handles -Warray-bounds=2... yes #11 112.6 checking whether C compiler handles -Wattribute-alias=2... yes #11 112.9 checking whether C compiler handles -Wformat=2... yes #11 113.0 checking whether C compiler handles -Wformat-truncation=2... yes #11 113.4 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 113.6 checking whether C compiler handles -Wshift-overflow=2... yes #11 113.7 checking whether C compiler handles -Wuse-after-free=3... no #11 113.9 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 114.1 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 114.3 checking whether C compiler handles -Wredundant-decls... yes #11 114.7 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #11 114.7 checking whether C compiler handles -Wno-override-init... yes #11 115.0 checking whether C compiler handles -Wno-sign-compare... yes #11 115.3 checking whether C compiler handles -Wno-type-limits... yes #11 115.7 checking whether C compiler handles -Wno-unused-parameter... yes #11 116.0 checking whether C compiler handles -Wno-format-nonliteral... yes #11 116.2 checking whether C compiler handles -Wno-bidi-chars... no #11 116.4 checking for a BSD-compatible install... /usr/bin/install -c #11 116.4 checking command to symlink files in the same directory... ln -s #11 116.5 checking for install-info... : #11 116.5 checking for gzip... /bin/gzip #11 116.5 checking for 'find' args to delete a file... -delete #11 116.5 checking for brew... no #11 117.1 checking for -znocombreloc... not needed #11 117.1 checking whether addresses are sanitized... no #11 117.2 checking for math library... -lm #11 118.1 checking for struct passwd.pw_gecos... yes #11 118.3 checking for pkg-config... /usr/bin/pkg-config #11 118.3 checking pkg-config is at least version 0.9.0... yes #11 118.4 checking for machine/soundcard.h... no #11 118.6 checking for sys/soundcard.h... yes #11 118.8 checking for soundcard.h... no #11 118.9 checking for mmsystem.h... no #11 118.9 checking for _oss_ioctl in -lossaudio... no #11 119.1 checking for alsa >= 1.0.0... no #11 119.2 checking for ADDR_NO_RANDOMIZE... yes #11 119.3 checking if Linux sysinfo may be used... yes #11 119.5 checking for sys/wait.h that is POSIX.1 compatible... yes #11 119.7 checking for net/if.h... yes #11 119.9 checking for ifaddrs.h... yes #11 120.1 checking for net/if_dl.h... no #11 120.4 checking for struct ifreq.ifr_flags... yes #11 120.6 checking for struct ifreq.ifr_hwaddr... yes #11 120.9 checking for struct ifreq.ifr_netmask... yes #11 121.3 checking for struct ifreq.ifr_broadaddr... yes #11 121.8 checking for struct ifreq.ifr_addr... yes #11 122.2 checking for struct ifreq.ifr_addr.sa_len... no #11 122.4 checking whether gcc understands -MMD -MF... yes #11 122.6 checking for X... no #11 122.9 checking AppKit/AppKit.h usability... yes #11 124.6 checking AppKit/AppKit.h presence... yes #11 125.3 checking for AppKit/AppKit.h... yes #11 125.3 checking for Mac OS X 12.0 or later... yes #11 125.4 checking for gcc... gcc #11 125.5 checking whether we are using the GNU Objective C compiler... yes #11 125.6 checking whether gcc accepts -g... yes #11 125.7 checking if the Objective C compiler supports instancetype... yes #11 125.8 checking if the Objective C compiler defaults to C99... no #11 125.9 checking whether malloc is Doug Lea style... no #11 126.0 checking for sbrk... yes #11 126.3 checking for __lsan_ignore_object... no #11 126.6 checking for fchmod... yes #11 126.9 checking for utmpname... yes #11 127.1 checking for utmpxname... yes #11 127.2 checking for canonicalize_file_name... yes #11 127.5 checking for realpath... yes #11 127.6 checking for lstat... yes #11 127.7 checking for fchmodat... yes #11 127.9 checking for lchmod... no #11 127.9 checking for fcntl... yes #11 128.0 checking for fdopendir... yes #11 128.2 checking for listxattr... yes #11 128.5 checking for fstatat... yes #11 128.7 checking for fsync... yes #11 128.8 checking for gettimeofday... yes #11 129.1 checking for memset_explicit... no #11 129.3 checking for memset_s... no #11 129.5 checking for pselect... yes #11 129.8 checking for readlink... yes #11 130.0 checking for isblank... yes #11 130.3 checking for iswctype... yes #11 130.6 checking for strtoimax... yes #11 130.7 checking for symlink... yes #11 130.9 checking for localtime_r... yes #11 131.1 checking for getdtablesize... yes #11 131.5 checking for getpagesize... yes #11 131.8 checking for working mmap... yes #11 132.2 checking for main in -lXbsd... no #11 132.4 checking for pthread library... -lpthread #11 133.0 checking for thread support... yes #11 133.0 checking for librsvg-2.0 >= 2.14.0... no #11 133.0 checking for libwebpdemux >= 0.6.0... no #11 133.1 checking for WebPGetInfo... no #11 133.2 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #11 133.2 checking for sqlite3_open_v2 in -lsqlite3... no #11 133.3 checking for getaddrinfo_a in -lanl... yes #11 133.4 checking for malloc_trim... yes #11 133.5 checking for dbus-1 >= 1.0... yes #11 133.6 checking for dbus_watch_get_unix_fd... yes #11 133.7 checking for dbus_type_is_valid... yes #11 133.9 checking for dbus_validate_bus_name... yes #11 134.0 checking for dbus_validate_path... yes #11 134.3 checking for dbus_validate_interface... yes #11 134.6 checking for dbus_validate_member... yes #11 134.8 checking for lgetfilecon in -lselinux... no #11 134.9 checking for gnutls >= 2.12.2... yes #11 134.9 checking for libsystemd >= 222... no #11 135.0 checking for jansson >= 2.7... no #11 135.0 checking for tree-sitter >= 0.20.2... no #11 135.1 checking for tree-sitter >= 0.6.3... no #11 135.1 checking sys/inotify.h usability... yes #11 135.4 checking sys/inotify.h presence... yes #11 135.5 checking for sys/inotify.h... yes #11 135.5 checking for inotify_init1... yes #11 135.9 checking for jpeglib 6b or later... no #11 136.0 checking for lcms2... no #11 136.0 checking for library containing inflateEnd... -lz #11 136.6 checking for dladdr... yes #11 137.1 checking for dlfunc... no #11 137.4 checking for libpng >= 1.0.0... no #11 137.4 checking for libpng not configured by pkg-config... no #11 137.6 checking tiffio.h usability... no #11 137.8 checking tiffio.h presence... no #11 137.9 checking for tiffio.h... no #11 137.9 checking gif_lib.h usability... no #11 138.1 checking gif_lib.h presence... no #11 138.2 checking for gif_lib.h... no #11 138.2 checking gpm.h usability... no #11 138.3 checking gpm.h presence... no #11 138.4 checking for gpm.h... no #11 138.4 checking for libxml-2.0 > 2.6.17... no #11 138.4 checking for maillock in -lmail... no #11 138.7 checking for maillock in -llockfile... no #11 138.9 checking for liblockfile.so... no #11 138.9 checking maillock.h usability... no #11 139.1 checking maillock.h presence... no #11 139.2 checking for maillock.h... no #11 139.2 checking linux/seccomp.h usability... yes #11 139.5 checking linux/seccomp.h presence... yes #11 139.5 checking for linux/seccomp.h... yes #11 139.6 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 139.8 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 140.1 checking linux/filter.h usability... yes #11 140.4 checking linux/filter.h presence... yes #11 140.4 checking for linux/filter.h... yes #11 140.5 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 140.5 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 140.5 checking for libseccomp >= 2.5.2... no #11 140.6 checking size of long... 8 #11 141.1 checking for accept4... yes #11 141.5 checking for fchdir... yes #11 141.9 checking for gethostname... yes #11 142.4 checking for getrusage... yes #11 143.0 checking for get_current_dir_name... yes #11 143.4 checking for lrand48... yes #11 143.8 checking for random... yes #11 144.2 checking for rint... yes #11 144.8 checking for tcdrain... yes #11 145.3 checking for trunc... yes #11 145.8 checking for select... yes #11 146.3 checking for getpagesize... (cached) yes #11 146.4 checking for setlocale... yes #11 146.9 checking for newlocale... yes #11 147.3 checking for getrlimit... yes #11 147.6 checking for setrlimit... yes #11 147.9 checking for shutdown... yes #11 148.2 checking for pthread_sigmask... (cached) yes #11 148.3 checking for strsignal... yes #11 148.5 checking for setitimer... yes #11 148.7 checking for sendto... yes #11 149.0 checking for recvfrom... yes #11 149.2 checking for getsockname... yes #11 149.6 checking for getifaddrs... yes #11 149.8 checking for freeifaddrs... yes #11 150.1 checking for gai_strerror... yes #11 150.4 checking for sync... yes #11 150.6 checking for endpwent... yes #11 150.8 checking for getgrent... yes #11 151.0 checking for endgrent... yes #11 151.1 checking for renameat2... yes #11 151.5 checking for cfmakeraw... yes #11 152.0 checking for cfsetspeed... yes #11 152.3 checking for __executable_start... yes #11 152.5 checking for log2... yes #11 152.8 checking for pthread_setname_np... yes #11 153.1 checking for pthread_set_name_np... no #11 153.5 checking for getpwent... yes #11 154.0 checking whether pthread_setname_np takes a single argument... no #11 154.2 checking whether pthread_setname_np takes three arguments... no #11 154.4 checking for aligned_alloc... yes #11 154.8 checking whether aligned_alloc is declared... yes #11 155.2 checking for posix_madvise... yes #11 155.7 checking for madvise... yes #11 155.9 checking for __builtin_frame_address... yes #11 156.1 checking for __builtin_unwind_init... yes #11 156.3 checking for _LARGEFILE_SOURCE value needed for large files... no #11 156.6 checking for grantpt... yes #11 156.8 checking for getpt... yes #11 157.1 checking for posix_openpt... yes #11 157.3 checking for library containing tputs... -ltinfo #11 157.8 checking whether -ltinfo library defines BC... yes #11 158.0 checking for timerfd interface... yes #11 158.3 checking whether signals can be handled on alternate stack... yes #11 158.4 checking valgrind/valgrind.h usability... no #11 158.6 checking valgrind/valgrind.h presence... no #11 158.7 checking for valgrind/valgrind.h... no #11 158.7 checking for struct unipair.unicode... yes #11 158.9 checking for pid_t... yes #11 159.2 checking vfork.h usability... no #11 159.3 checking vfork.h presence... no #11 159.4 checking for vfork.h... no #11 159.4 checking for fork... yes #11 159.9 checking for vfork... yes #11 160.1 checking for working fork... yes #11 160.5 checking for working vfork... (cached) yes #11 160.5 checking for snprintf... yes #11 160.8 checking for open_memstream... yes #11 161.2 checking spawn.h usability... yes #11 161.4 checking spawn.h presence... yes #11 161.4 checking for spawn.h... yes #11 161.5 checking for posix_spawn... yes #11 161.9 checking for posix_spawn_file_actions_addchdir... no #11 162.2 checking for posix_spawn_file_actions_addchdir_np... yes #11 162.5 checking for posix_spawnattr_setflags... yes #11 162.8 checking whether POSIX_SPAWN_SETSID is declared... yes #11 163.0 checking whether GLib is linked in... no #11 163.1 checking for nl_langinfo and CODESET... yes #11 163.2 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 163.6 checking for mbstate_t... yes #11 163.8 checking for signals via characters... yes #11 164.0 checking for _setjmp... yes #11 164.2 checking for sigsetjmp... yes #11 164.4 checking POSIX termios... yes #11 164.7 checking size of speed_t... 4 #11 165.1 checking for usable FIONREAD... yes #11 165.2 checking for usable SIGIO... yes #11 165.4 checking for struct alignment... yes #11 165.5 checking for C/C++ restrict keyword... __restrict__ #11 165.7 checking for typeof syntax and keyword spelling... typeof #11 165.8 checking for statement expressions... yes #11 165.9 checking whether malloc (0) returns nonnull... yes #11 166.3 checking sys/acl.h usability... yes #11 166.6 checking sys/acl.h presence... yes #11 166.6 checking for sys/acl.h... yes #11 166.6 checking for library containing acl_get_file... -lacl #11 167.3 checking for acl_get_file... yes #11 167.6 checking for acl_get_fd... yes #11 167.9 checking for acl_set_file... yes #11 168.3 checking for acl_set_fd... yes #11 168.7 checking for acl_free... yes #11 169.0 checking for acl_from_mode... yes #11 169.3 checking for acl_from_text... yes #11 169.8 checking for acl_delete_def_file... yes #11 170.2 checking for acl_extended_file... yes #11 170.5 checking for acl_delete_fd_np... no #11 170.8 checking for acl_delete_file_np... no #11 171.1 checking for acl_copy_ext_native... no #11 171.5 checking for acl_create_entry_np... no #11 171.8 checking for acl_to_short_text... no #11 172.1 checking for acl_free_text... no #11 172.2 checking for working acl_get_file... yes #11 172.4 checking acl/libacl.h usability... yes #11 172.5 checking acl/libacl.h presence... yes #11 172.6 checking for acl/libacl.h... yes #11 172.6 checking for acl_entries... yes #11 172.8 checking for ACL_FIRST_ENTRY... yes #11 172.9 checking for ACL_TYPE_EXTENDED... no #11 172.9 checking for working alloca.h... yes #11 173.1 checking for alloca... yes #11 173.4 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 173.4 checking whether the preprocessor supports include_next... yes #11 173.6 checking whether source code line length is unlimited... yes #11 173.7 checking whether endutent is declared... yes #11 173.8 checking for struct utmpx.ut_user... yes #11 174.2 checking for struct utmp.ut_user... yes #11 174.6 checking for struct utmpx.ut_name... yes #11 174.9 checking for struct utmp.ut_name... yes #11 175.3 checking for struct utmpx.ut_type... yes #11 175.7 checking for struct utmp.ut_type... yes #11 176.3 checking for struct utmpx.ut_pid... yes #11 176.6 checking for struct utmp.ut_pid... yes #11 177.0 checking for struct utmp.ut_tv... yes #11 177.4 checking for struct utmpx.ut_host... yes #11 177.8 checking for struct utmp.ut_host... yes #11 178.1 checking for struct utmpx.ut_id... yes #11 178.6 checking for struct utmp.ut_id... yes #11 179.1 checking for struct utmpx.ut_session... yes #11 179.6 checking for struct utmp.ut_session... yes #11 180.1 checking for struct utmpx.ut_exit... yes #11 180.9 checking for struct utmp.ut_exit... yes #11 181.9 checking for struct utmpx.ut_exit.ut_exit... no #11 182.5 checking for struct utmpx.ut_exit.e_exit... yes #11 183.0 checking for struct utmp.ut_exit.e_exit... yes #11 183.7 checking for struct utmpx.ut_exit.ut_termination... no #11 184.5 checking for struct utmpx.ut_exit.e_termination... yes #11 185.0 checking for struct utmp.ut_exit.e_termination... yes #11 185.5 checking whether sysinfo is declared... yes #11 185.8 checking for sys/sysctl.h... yes #11 186.4 checking for sysctl... yes #11 186.9 checking whether lstat correctly handles trailing slash... yes #11 187.7 checking whether // is distinct from /... no #11 187.8 checking whether realpath works... yes #11 188.5 checking for faccessat... yes #11 189.0 checking for getcwd... yes #11 189.4 checking whether byte ordering is bigendian... no #11 190.2 checking if environ is properly declared... yes #11 190.5 checking for complete errno.h... yes #11 190.6 checking whether ctype.h defines __header_inline... no #11 190.8 checking for mode_t... yes #11 191.6 checking whether strmode is declared... no #11 191.9 checking whether getline is declared... yes #11 192.4 checking for gawk... no #11 192.4 checking for mawk... mawk #11 192.4 checking for getopt.h... (cached) yes #11 192.4 checking for getopt_long_only... yes #11 192.9 checking whether getopt is POSIX compatible... yes #11 194.4 checking for working GNU getopt function... yes #11 194.9 checking for working GNU getopt_long function... yes #11 195.3 checking whether timespec_get is declared... yes #11 195.6 checking for timespec_get... yes #11 196.1 checking for struct timeval... yes #11 196.3 checking for wide-enough struct timeval.tv_sec member... yes #11 196.6 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 196.7 checking whether the compiler produces multi-arch binaries... no #11 196.9 checking whether stdint.h conforms to C99... yes #11 198.0 checking whether stdint.h works without ISO C predefines... yes #11 198.2 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 198.6 checking whether memmem is declared... yes #11 199.1 checking whether memrchr is declared... yes #11 199.6 checking whether defines MIN and MAX... no #11 199.8 checking whether defines MIN and MAX... yes #11 200.2 checking whether time_t is signed... yes #11 200.5 checking whether alarm is declared... yes #11 201.0 checking for working mktime... no #11 202.0 checking whether struct tm is in sys/time.h or time.h... time.h #11 202.3 checking for struct tm.tm_zone... yes #11 202.6 checking for struct tm.tm_gmtoff... yes #11 202.9 checking whether is self-contained... yes #11 204.0 checking for inline... inline #11 204.2 checking for sigset_t... yes #11 204.9 checking for volatile sig_atomic_t... yes #11 205.4 checking for sighandler_t... yes #11 205.8 checking for wchar_t... yes #11 206.0 checking for good max_align_t... yes #11 206.2 checking whether NULL can be used in arbitrary expressions... yes #11 206.5 checking for unreachable... no #11 207.0 checking whether fcloseall is declared... yes #11 207.4 checking whether getw is declared... yes #11 207.9 checking whether putw is declared... yes #11 208.4 checking which flavor of printf attribute matches inttypes macros... system #11 208.7 checking whether strnlen is declared... yes #11 209.0 checking whether strtoimax is declared... yes #11 209.3 checking whether stat file-mode macros are broken... no #11 209.6 checking for nlink_t... yes #11 210.1 checking for struct timespec in ... yes #11 210.4 checking for TIME_UTC in ... yes #11 210.7 checking whether execvpe is declared... yes #11 211.1 checking whether clearerr_unlocked is declared... yes #11 211.6 checking whether feof_unlocked is declared... yes #11 212.0 checking whether ferror_unlocked is declared... yes #11 212.4 checking whether fflush_unlocked is declared... yes #11 212.9 checking whether fgets_unlocked is declared... yes #11 213.4 checking whether fputc_unlocked is declared... yes #11 213.9 checking whether fputs_unlocked is declared... yes #11 214.4 checking whether fread_unlocked is declared... yes #11 215.0 checking whether fwrite_unlocked is declared... yes #11 215.6 checking whether getc_unlocked is declared... yes #11 216.0 checking whether getchar_unlocked is declared... yes #11 216.6 checking whether putc_unlocked is declared... yes #11 217.0 checking whether putchar_unlocked is declared... yes #11 217.4 checking type of array argument to getgroups... gid_t #11 218.1 checking whether getdelim is declared... yes #11 218.5 checking whether getdtablesize is declared... yes #11 219.0 checking whether malloc is ptrdiff_t safe... yes #11 219.3 checking whether malloc, realloc, calloc set errno on failure... yes #11 219.3 checking for O_CLOEXEC... yes #11 219.5 checking for promoted mode_t type... mode_t #11 219.8 checking whether the utimes function works... yes #11 220.6 checking for C compiler option to allow warnings... -Wno-error #11 221.0 checking for alignas and alignof... yes, macros #11 221.4 checking for alloca as a compiler built-in... yes #11 221.5 checking for static_assert... yes, an macro #11 221.9 checking for __builtin_expect... yes #11 222.3 checking byteswap.h usability... yes #11 222.8 checking byteswap.h presence... yes #11 222.8 checking for byteswap.h... yes #11 222.8 checking for readlinkat... yes #11 223.4 checking for library containing clock_gettime... none required #11 223.9 checking for clock_getres... yes #11 224.4 checking for clock_gettime... yes #11 225.0 checking for clock_settime... yes #11 225.6 checking for copy_file_range... yes #11 226.0 checking for d_type member in directory struct... yes #11 226.3 checking whether // is distinct from /... (cached) no #11 226.3 checking whether dup2 works... yes #11 226.9 checking for library containing backtrace_symbols_fd... none required #11 227.4 checking for faccessat... (cached) yes #11 227.4 checking whether fchmodat works... no #11 228.1 checking for readlinkat... (cached) yes #11 228.1 checking whether fcntl handles F_DUPFD correctly... yes #11 228.5 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 229.3 checking whether fdopendir is declared... yes #11 229.6 checking whether fdopendir works... yes #11 230.2 checking for flexible array member... yes #11 230.6 checking for __fpending... yes #11 231.1 checking whether __fpending is declared... yes #11 231.4 checking whether free is known to preserve errno... no #11 231.5 checking whether fstatat (..., 0) works... yes #11 231.8 checking for sys/mount.h... yes #11 232.1 checking for statvfs function (SVR4)... yes #11 232.4 checking whether to use statvfs64... no #11 232.6 checking for two-argument statfs with statfs.f_frsize member... yes #11 232.9 checking sys/fs/s5param.h usability... no #11 233.2 checking sys/fs/s5param.h presence... no #11 233.3 checking for sys/fs/s5param.h... no #11 233.3 checking sys/statfs.h usability... yes #11 233.5 checking sys/statfs.h presence... yes #11 233.6 checking for sys/statfs.h... yes #11 233.6 checking for statfs that truncates block counts... no #11 233.7 checking for futimens... yes #11 234.1 checking whether futimens works... yes #11 235.7 checking for getline... yes #11 235.9 checking for working getline function... yes #11 236.6 checking for getloadavg... yes #11 237.0 checking sys/loadavg.h usability... no #11 237.3 checking sys/loadavg.h presence... no #11 237.4 checking for sys/loadavg.h... no #11 237.4 checking whether getloadavg is declared... yes #11 237.7 checking for getrandom... yes #11 238.2 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 238.5 checking for gettimeofday with POSIX signature... yes #11 238.8 checking whether the compiler supports the __inline keyword... yes #11 239.0 checking gmp.h usability... yes #11 239.4 checking gmp.h presence... yes #11 239.5 checking for gmp.h... yes #11 239.5 checking for library containing __gmpz_roinit_n... -lgmp #11 240.4 checking for memmem... yes #11 240.9 checking whether memmem works... yes #11 241.4 checking for mempcpy... yes #11 241.9 checking for memrchr... yes #11 242.5 checking for explicit_memset... no #11 242.8 checking for mkostemp... yes #11 243.2 checking for library containing nanosleep... none required #11 243.6 checking for working nanosleep... no (mishandles large arguments) #11 245.4 checking for sys/pstat.h... no #11 245.7 checking for sys/sysmp.h... no #11 246.0 checking for sys/param.h... (cached) yes #11 246.1 checking for sys/sysctl.h... (cached) yes #11 246.1 checking for sched_getaffinity_np... no #11 246.7 checking for pstat_getdynamic... no #11 247.3 checking for sysmp... no #11 247.8 checking for sysctl... (cached) yes #11 247.8 checking for sched_getaffinity... yes #11 248.1 checking for glibc compatible sched_getaffinity... yes #11 248.3 checking for pipe2... yes #11 248.7 checking whether signature of pselect conforms to POSIX... yes #11 249.0 checking whether pselect detects invalid fds... yes #11 249.4 checking whether pthread_sigmask is a macro... no #11 249.7 checking whether pthread_sigmask returns error numbers... yes #11 250.2 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 253.0 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 253.8 checking whether readlink signature is correct... yes #11 254.1 checking whether readlink handles trailing slash correctly... yes #11 254.7 checking whether readlink truncates results correctly... yes #11 255.3 checking for readlinkat... (cached) yes #11 255.3 checking whether readlinkat signature is correct... yes #11 255.6 checking for working re_compile_pattern... no #11 256.7 checking libintl.h usability... yes #11 257.1 checking libintl.h presence... yes #11 257.2 checking for libintl.h... yes #11 257.2 checking whether isblank is declared... yes #11 257.4 checking for sig2str... no #11 257.8 checking for sigdescr_np... no #11 258.3 checking for socklen_t... yes #11 258.8 checking for ssize_t... yes #11 259.1 checking for struct stat.st_atim.tv_nsec... yes #11 259.5 checking whether struct stat.st_atim is of type struct timespec... yes #11 259.9 checking for struct stat.st_birthtimespec.tv_nsec... no #11 260.3 checking for struct stat.st_birthtimensec... no #11 260.9 checking for struct stat.st_birthtim.tv_nsec... no #11 261.4 checking for bool, true, false... no #11 261.6 checking for stpcpy... yes #11 262.2 checking for working strnlen... yes #11 262.8 checking whether strtoimax works... yes #11 263.3 checking whether symlink handles trailing slash correctly... yes #11 263.9 checking whether localtime_r is declared... yes #11 264.2 checking whether localtime_r is compatible with its POSIX signature... yes #11 264.5 checking whether localtime works even near extrema... yes #11 265.1 checking for timezone_t... no #11 265.3 checking for timegm... yes #11 265.8 checking whether timer_settime is declared... yes #11 266.1 checking for library containing timer_settime... -lrt #11 267.1 checking for timer_settime... yes #11 267.5 checking for utimensat... yes #11 267.8 checking whether utimensat works... yes #11 269.4 checking for variable-length arrays... yes #11 269.7 checking whether getdtablesize works... yes #11 270.3 checking for __mktime_internal... no #11 270.8 checking for timer_getoverrun... yes #11 271.1 checking for gcc option to disable position independent executables... not needed #11 271.1 checking for __ctype_get_mb_cur_max... yes #11 271.5 checking whether MB_CUR_MAX is defined to function that won't link... no #11 271.7 #11 271.7 Configured for 'x86_64-pc-linux-gnu'. #11 271.7 #11 271.7 Where should the build process find the source code? . #11 271.7 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 271.7 Should Emacs use the GNU version of malloc? no #11 271.7 (The GNU allocators don't work with this system configuration.) #11 271.7 Should Emacs use a relocating allocator for buffers? no #11 271.7 Should Emacs use mmap(2) for buffer allocation? no #11 271.7 What window system should Emacs use? nextstep #11 271.7 What toolkit should Emacs use? none #11 271.7 Where do we find X Windows header files? NONE #11 271.7 Where do we find X Windows libraries? NONE #11 271.7 Does Emacs use -lXaw3d? no #11 271.7 Is Emacs being built for Android? no #11 271.7 Does Emacs use the X Double Buffer Extension? no #11 271.7 Does Emacs use -lXpm? no #11 271.7 Does Emacs use -ljpeg? no #11 271.7 Does Emacs use -ltiff? no #11 271.7 Does Emacs use a gif library? no #11 271.7 Does Emacs use a png library? no #11 271.7 Does Emacs use -lrsvg-2? no #11 271.7 Does Emacs use -lwebp? no #11 271.7 Does Emacs use -lsqlite3? no #11 271.7 Does Emacs use cairo? no #11 271.7 Does Emacs use -llcms2? no #11 271.7 Does Emacs use imagemagick? no #11 271.7 Does Emacs use native APIs for images? yes (ns) #11 271.7 Does Emacs support sound? yes #11 271.7 Does Emacs use -lgpm? no #11 271.7 Does Emacs use -ldbus? yes #11 271.7 Does Emacs use -lgconf? no #11 271.7 Does Emacs use GSettings? no #11 271.7 Does Emacs use a file notification library? yes -lglibc (inotify) #11 271.7 Does Emacs use access control lists? yes -lacl -lattr #11 271.7 Does Emacs use -lselinux? no #11 271.7 Does Emacs use -lgnutls? yes #11 271.7 Does Emacs use -lxml2? no #11 271.7 Does Emacs use -lfreetype? no #11 271.7 Does Emacs use HarfBuzz? no #11 271.7 Does Emacs use -lm17n-flt? no #11 271.7 Does Emacs use -lotf? no #11 271.7 Does Emacs use -lxft? no #11 271.7 Does Emacs use -lsystemd? no #11 271.7 Does Emacs use -ljansson? no #11 271.7 Does Emacs use -ltree-sitter? no #11 271.7 Does Emacs use the GMP library? yes #11 271.7 Does Emacs directly use zlib? yes #11 271.7 Does Emacs have dynamic modules support? yes #11 271.7 Does Emacs use toolkit scroll bars? yes #11 271.7 Does Emacs support Xwidgets? no #11 271.7 Does Emacs have threading support in lisp? yes #11 271.7 Does Emacs support the portable dumper? yes #11 271.7 Does Emacs support legacy unexec dumping? no #11 271.7 Which dumping strategy does Emacs use? pdumper #11 271.7 Does Emacs have native lisp compiler? no #11 271.7 Does Emacs use version 2 of the X Input Extension? no #11 271.7 Does Emacs generate a smaller-size Japanese dictionary? no #11 271.7 #11 271.7 #11 271.7 #11 271.7 Run 'make' to build Emacs, then run 'src/emacs' to test it. #11 271.7 Run 'make install' in order to build an application bundle. #11 271.7 The application will go to nextstep/Emacs.app and can be run or moved #11 271.7 from there. #11 271.7 The application will be fully self-contained. #11 271.7 #11 272.9 configure: creating ./config.status #11 273.5 configure: WARNING: This configuration installs a 'movemail' program #11 273.5 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 273.5 installed a 'movemail' program that retrieved POP3 email via only #11 273.5 insecure channels, a practice that is no longer recommended but that #11 273.5 you can continue to support by using './configure --with-pop'. #11 273.5 configure: You might want to install GNU Mailutils #11 273.5 and use './configure --with-mailutils'. #11 275.0 MAKE='make' ./config.status #11 275.4 config.status: creating src/verbose.mk #11 275.6 config.status: creating src/emacs-module.h #11 275.8 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #11 276.0 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #11 276.2 config.status: creating Makefile #11 276.4 config.status: creating lib/gnulib.mk #11 276.6 config.status: creating ./doc/man/emacs.1 #11 276.8 config.status: creating lib/Makefile #11 277.0 config.status: creating lib-src/Makefile #11 277.2 config.status: creating oldXMenu/Makefile #11 277.4 config.status: creating src/Makefile #11 277.6 config.status: creating lwlib/Makefile #11 277.8 config.status: creating nextstep/Makefile #11 278.0 config.status: creating nt/Makefile #11 278.1 config.status: creating doc/emacs/Makefile #11 278.3 config.status: creating doc/misc/Makefile #11 278.5 config.status: creating doc/lispintro/Makefile #11 278.7 config.status: creating doc/lispref/Makefile #11 278.8 config.status: creating lisp/Makefile #11 279.0 config.status: creating leim/Makefile #11 279.2 config.status: creating test/Makefile #11 279.4 config.status: creating test/manual/noverlay/Makefile #11 279.5 config.status: creating test/infra/Makefile #11 279.7 config.status: creating admin/charsets/Makefile #11 279.9 config.status: creating admin/unidata/Makefile #11 280.1 config.status: creating admin/grammars/Makefile #11 280.2 config.status: creating java/Makefile #11 280.4 config.status: creating cross/Makefile #11 280.7 config.status: creating java/AndroidManifest.xml #11 280.8 config.status: creating src/config.h #11 281.0 config.status: executing src/epaths.h commands #11 281.0 make[3]: Entering directory '/checkout' #11 281.2 make[3]: Leaving directory '/checkout' #11 281.2 config.status: executing src/.gdbinit commands #11 281.3 config.status: executing doc/emacs/emacsver.texi commands #11 281.4 config.status: executing etc-refcards-emacsver.tex commands #11 281.4 make[3]: Entering directory '/checkout' #11 281.5 make[3]: Leaving directory '/checkout' #11 281.5 make[2]: Leaving directory '/checkout' #11 281.5 make actual-all #11 281.6 make[2]: Entering directory '/checkout' #11 282.0 make -C lib all #11 282.3 make[3]: Entering directory '/checkout/lib' #11 282.3 GEN alloca.h #11 282.3 GEN dirent.h #11 282.5 GEN fcntl.h #11 282.5 GEN malloc/dynarray.gl.h #11 282.6 GEN malloc/dynarray-skeleton.gl.h #11 282.7 GEN inttypes.h #11 282.7 GEN limits.h #11 282.8 GEN signal.h #11 282.8 GEN stdckdint.h #11 282.9 GEN stddef.h #11 282.9 GEN stdio.h #11 283.2 GEN stdlib.h #11 283.6 GEN string.h #11 283.8 GEN sys/random.h #11 283.9 GEN sys/select.h #11 284.0 GEN sys/stat.h #11 284.1 GEN sys/time.h #11 284.2 GEN sys/types.h #11 284.2 GEN time.h #11 284.3 GEN unistd.h #11 285.0 CC fingerprint.o #11 285.1 CC mktime.o #11 285.9 CC acl-errno-valid.o #11 286.2 CC acl-internal.o #11 286.5 CC get-permissions.o #11 286.9 CC set-permissions.o #11 287.4 CC allocator.o #11 287.7 CC binary-io.o #11 288.1 CC boot-time.o #11 288.8 CC c-ctype.o #11 289.2 CC c-strcasecmp.o #11 289.6 CC c-strncasecmp.o #11 289.9 CC careadlinkat.o #11 290.5 CC close-stream.o #11 290.8 CC copy-file-range.o #11 291.3 CC count-leading-zeros.o #11 291.6 CC count-one-bits.o #11 291.9 CC count-trailing-zeros.o #11 292.3 CC md5-stream.o #11 292.8 CC md5.o #11 294.1 CC sha1.o #11 296.5 CC sha256.o #11 301.2 CC sha512.o #11 307.1 CC dtoastr.o #11 307.7 CC dtotimespec.o #11 308.1 CC fchmodat.o #11 308.6 CC fcntl.o #11 309.1 CC file-has-acl.o #11 310.0 CC filemode.o #11 310.4 CC filevercmp.o #11 311.4 CC free.o #11 311.6 CC fsusage.o #11 312.0 CC gettime.o #11 312.3 CC malloc/dynarray_at_failure.o #11 312.7 CC malloc/dynarray_emplace_enlarge.o #11 313.1 CC malloc/dynarray_finalize.o #11 313.6 CC malloc/dynarray_resize.o #11 313.9 CC malloc/dynarray_resize_clear.o #11 314.1 CC memset_explicit.o #11 314.2 CC nanosleep.o #11 314.5 CC nproc.o #11 314.9 CC nstrftime.o #11 316.4 CC pipe2.o #11 316.7 CC qcopy-acl.o #11 317.0 CC regex.o #11 327.9 CC sig2str.o #11 328.3 CC sigdescr_np.o #11 328.4 CC stat-time.o #11 328.7 CC tempname.o #11 329.2 CC time_rz.o #11 329.7 CC timegm.o #11 329.9 CC timespec.o #11 330.0 CC timespec-add.o #11 330.3 CC timespec-sub.o #11 330.5 CC u64.o #11 330.7 CC unistd.o #11 330.9 CC openat-die.o #11 331.2 CC save-cwd.o #11 331.5 AR libgnu.a #11 332.1 make[3]: Leaving directory '/checkout/lib' #11 332.1 make -C lib-src all #11 332.1 make[3]: Entering directory '/checkout/lib-src' #11 332.1 CCLD etags #11 342.0 CCLD ctags #11 351.7 CCLD emacsclient #11 353.6 CCLD ebrowse #11 357.5 CCLD hexl #11 358.1 CC pop.o #11 358.2 CCLD movemail #11 358.7 CCLD make-docfile #11 360.6 CCLD make-fingerprint #11 361.1 make[3]: Leaving directory '/checkout/lib-src' #11 361.1 make -C src BIN_DESTDIR=''/checkout/nextstep/Emacs.app/'' \ #11 361.1 ELN_DESTDIR='/checkout/nextstep/Emacs.app/Frameworks/' all #11 361.4 make[3]: Entering directory '/checkout/src' #11 361.5 GEN globals.h #11 362.0 CC dispnew.o #11 371.1 CC frame.o #11 383.5 CC scroll.o #11 385.2 CC xdisp.o #11 483.5 CC menu.o #11 488.9 CC window.o #11 512.2 CC charset.o #11 523.6 CC coding.o #11 554.1 CC category.o #11 555.6 CC ccl.o #11 560.7 CC character.o #11 563.9 CC chartab.o #11 567.6 CC bidi.o #11 571.5 CC cm.o #11 573.1 CC term.o #11 582.4 CC terminal.o #11 583.6 CC xfaces.o #11 597.1 CC dbusbind.o #11 603.2 CC emacs.o #11 606.7 CC keyboard.o #11 639.8 CC macros.o #11 641.9 CC keymap.o #11 654.8 CC sysdep.o #11 662.4 CC bignum.o #11 665.1 CC buffer.o #11 678.4 CC filelock.o #11 681.0 CC insdel.o #11 686.7 CC marker.o #11 689.5 CC minibuf.o #11 697.2 CC fileio.o #11 711.7 CC dired.o #11 714.8 CC cmds.o #11 717.9 CC casetab.o #11 719.7 CC casefiddle.o #11 722.4 CC indent.o #11 730.5 CC search.o #11 741.4 CC regex-emacs.o #11 765.5 CC undo.o #11 767.6 CC alloc.o #11 781.4 CC pdumper.o #11 794.1 CC data.o #11 804.3 GEN buildobj.h #11 805.3 CC doc.o #11 808.1 CC editfns.o #11 818.7 CC callint.o #11 821.3 CC eval.o #11 831.8 CC floatfns.o #11 835.0 CC fns.o #11 856.8 CC sort.o #11 859.3 CC font.o #11 878.9 CC print.o #11 888.5 CC lread.o #11 906.0 CC emacs-module.o #11 914.0 CC syntax.o #11 931.8 CC bytecode.o #11 941.9 CC comp.o #11 942.8 CC dynlib.o #11 943.1 CC process.o #11 967.0 CC gnutls.o #11 973.9 CC callproc.o #11 976.8 CC region-cache.o #11 977.6 CC sound.o #11 979.3 CC timefns.o #11 984.2 CC atimer.o #11 986.1 CC doprnt.o #11 988.3 CC intervals.o #11 992.9 CC textprop.o #11 998.4 CC composite.o #11 1004. CC xml.o #11 1005. CC lcms.o #11 1005. CC inotify.o #11 1007. CC profiler.o #11 1008. CC decompress.o #11 1009. CC thread.o #11 1011. CC systhread.o #11 1012. CC sqlite.o #11 1013. CC treesit.o #11 1013. CC itree.o #11 1015. CC fontset.o #11 1021. CC fringe.o #11 1026. CC image.o #11 1031. image.c:143: warning: macro "PIX_MASK_DRAW" is not used [-Wunused-macros] #11 1031. 143 | #define PIX_MASK_DRAW 1 #11 1031. | #11 1032. CC nsterm.o #11 1032. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #11 1032. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #11 1033. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #11 1033. from /usr/include/GNUstep/Foundation/NSObject.h:30, #11 1033. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #11 1033. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #11 1033. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #11 1033. | ^~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #11 1033. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #11 1033. | ^~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #11 1033. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #11 1033. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #11 1033. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1033. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 88 | #if GS_API_VERSION(0,011500) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #11 1033. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1033. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #11 1033. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #11 1033. | ^~~~~~~~~~ #11 1033. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1033. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #11 1033. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #11 1033. | ^~~~~~~~~~ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #11 1033. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1033. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1033. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #11 1033. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1033. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #11 1033. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1033. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 46 | #if GS_EXPOSE(NSAffineTransform) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #11 1033. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 45 | #if GS_EXPOSE(NSArchiver) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 164 | #if GS_EXPOSE(NSUnarchiver) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:45, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 114 | #if GS_EXPOSE(NSBundle) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:49, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 43 | #if GS_EXPOSE(NSCache) #11 1033. | ^~~~~~~~~~~~~~~~~~~~ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 37 | #if GS_EXPOSE(NSCalendarDate) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:53, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:55, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 113 | #if GS_EXPOSE(NSException) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1033. 303 | NSGetUncaughtExceptionHandler(); #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 53 | #if GS_EXPOSE(NSExpression) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 74 | #if GS_EXPOSE(NSComparisonPredicate) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 47 | #if GS_EXPOSE(NSCompoundPredicate) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 47 | #if GS_EXPOSE(NSTimer) #11 1033. | ^~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #11 1033. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #11 1033. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 46 | #if GS_EXPOSE(NSRunLoop) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:61, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 127 | #if GS_EXPOSE(NSDateFormatter) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #11 1033. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 192 | #if GS_EXPOSE(NSDecimalNumber) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 40 | #if GS_EXPOSE(NSDistantObject) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 41 | #if GS_EXPOSE(NSDistributedLock) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 74 | #if GS_EXPOSE(NSLock) #11 1033. | ^~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 125 | #if GS_EXPOSE(NSCondition) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 175 | #if GS_EXPOSE(NSConditionLock) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 275 | #if GS_EXPOSE(NSRecursiveLock) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #11 1033. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 71 | #if GS_EXPOSE(NSNotificationCenter) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 134 | #if GS_EXPOSE(NSError) #11 1033. | ^~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #11 1033. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 182 | #if GS_EXPOSE(NSURLHandle) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 73 | #if GS_EXPOSE(NSURL) #11 1033. | ^~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #11 1033. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 599 | #if GS_EXPOSE(NSURLQueryItem) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 633 | #if GS_EXPOSE(NSURLComponents) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 160 | #if GS_EXPOSE(NSPipe) #11 1033. | ^~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:80, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 215 | #if GS_EXPOSE(NSFileManager) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 42 | #if GS_EXPOSE(NSHost) #11 1033. | ^~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 68 | #if GS_EXPOSE(NSHTTPCookie) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 47 | #if GS_EXPOSE(NSIndexPath) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 49 | #if GS_EXPOSE(NSIndexSet) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:95, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 52 | #if GS_EXPOSE(NSMethodSignature) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 38 | #if GS_EXPOSE(NSInvocation) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:96, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 55 | #if GS_EXPOSE(NSKeyedArchiver) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 103 | #if GS_EXPOSE(NSLocale) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:111, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 40 | #if GS_EXPOSE(NSMetadataItem) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 66 | #if GS_EXPOSE(NSMetadataQuery) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 112 | #if GS_EXPOSE(NSNotificationQueue) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 361 | #if GS_EXPOSE(NSNetService) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 123 | #if GS_EXPOSE(NSNumberFormatter) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 53 | #if GS_EXPOSE(NSPortCoder) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:129, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 77 | #if GS_EXPOSE(NSPort) #11 1033. | ^~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 202 | #if GS_EXPOSE(NSSocketPort) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 284 | #if GS_EXPOSE(NSMessagePort) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 47 | #if GS_EXPOSE(NSPortMessage) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 53 | #if GS_EXPOSE(NSProgress) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 40 | #if GS_EXPOSE(NSProtocolChecker) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 91 | #if GS_EXPOSE(NSRegularExpression) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 42 | #if GS_EXPOSE(NSScanner) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 48 | #if GS_EXPOSE(NSSortDescriptor) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 58 | #if GS_EXPOSE(NSSpellServer) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:154, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 51 | #if GS_EXPOSE(NSTask) #11 1033. | ^~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:156, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 59 | #if GS_EXPOSE(NSThread) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:158, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 87 | #if GS_EXPOSE(NSUndoManager) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 59 | #if GS_EXPOSE(NSCachedURLResponse) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 105 | #if GS_EXPOSE(NSURLCache) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 48 | #if GS_EXPOSE(NSURLConnection) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 56 | #if GS_EXPOSE(NSURLCredential) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 49 | #if GS_EXPOSE(NSURLDownload) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 121 | #if GS_EXPOSE(NSURLProtocol) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 92 | #if GS_EXPOSE(NSURLRequest) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 49 | #if GS_EXPOSE(NSURLResponse) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 217 | #if GS_EXPOSE(NSUserDefaults) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #11 1033. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #11 1033. from /usr/include/GNUstep/Foundation/Foundation.h:184, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 72 | #if GS_EXPOSE(NSXMLParser) #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #11 1033. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #11 1033. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #11 1033. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #11 1033. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #11 1033. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #11 1033. from /usr/include/GNUstep/AppKit/NSView.h:38, #11 1033. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1033. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1033. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1033. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #11 1033. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1033. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1033. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1033. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #11 1033. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1033. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1033. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1033. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1033. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1033. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1033. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1033. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1033. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1033. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #11 1033. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #11 1033. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #11 1033. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #11 1033. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #11 1033. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #11 1033. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #11 1033. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #11 1033. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #11 1033. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #11 1033. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #11 1033. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #11 1033. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #11 1033. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #11 1033. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #11 1033. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #11 1033. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #11 1033. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #11 1033. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:56, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:58, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:64, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:64, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #11 1033. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #11 1033. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:68, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:68, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #11 1033. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #11 1033. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #11 1033. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:93, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:98, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #11 1033. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #11 1033. | ^~~~~~~~~~~~~~~~~~~~ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #11 1033. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #11 1033. | ^~~~~~~~~~~~~~~~~~~~ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:103, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:115, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:122, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #11 1033. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:143, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:150, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #11 1033. from /usr/include/GNUstep/AppKit/AppKit.h:153, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1033. | ^ #11 1033. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #11 1033. from nsgui.h:34, #11 1033. from dispextern.h:137, #11 1033. from nsterm.h:22, #11 1033. from nsterm.m:48: #11 1033. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1033. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1033. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1033. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #11 1034. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #11 1034. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #11 1034. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #11 1034. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #11 1034. from /usr/include/GNUstep/AppKit/AppKit.h:173, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #11 1034. from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #11 1034. from /usr/include/GNUstep/AppKit/AppKit.h:189, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #11 1034. from /usr/include/GNUstep/AppKit/AppKit.h:201, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #11 1034. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #11 1034. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1034. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #11 1034. from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #11 1034. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #11 1034. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1034. | ^ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1034. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1034. | ^ #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1034. 125 | __attribute__((unused)); #11 1034. | ^~~~~~~~~~~~~ #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1034. 129 | __attribute__((unused)); #11 1034. | ^~~~~~~~~~~~~ #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1034. 133 | __attribute__((unused)); #11 1034. | ^~~~~~~~~~~~~ #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1034. 214 | __attribute__((unused)); #11 1034. | ^~~~~~~~~~~~~ #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1034. 247 | __attribute__((unused)); #11 1034. | ^~~~~~~~~~~~~ #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1034. 251 | __attribute__((unused)); #11 1034. | ^~~~~~~~~~~~~ #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1034. 259 | __attribute__((unused)); #11 1034. | ^~~~~~~~~~~~~ #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1034. 263 | __attribute__((unused)); #11 1034. | ^~~~~~~~~~~~~ #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1034. 267 | __attribute__((unused)); #11 1034. | ^~~~~~~~~~~~~ #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1034. 271 | __attribute__((unused)); #11 1034. | ^~~~~~~~~~~~~ #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1034. 275 | __attribute__((unused)); #11 1034. | ^~~~~~~~~~~~~ #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1034. 287 | __attribute__((unused)); #11 1034. | ^~~~~~~~~~~~~ #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1034. 311 | __attribute__((unused)); #11 1034. | ^~~~~~~~~~~~~ #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1034. 323 | __attribute__((unused)); #11 1034. | ^~~~~~~~~~~~~ #11 1034. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #11 1034. from nsgui.h:34, #11 1034. from dispextern.h:137, #11 1034. from nsterm.h:22, #11 1034. from nsterm.m:48: #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1034. 493 | PSgsave() #11 1034. | ^~~~~~~ #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1034. 499 | PSgrestore() #11 1034. | ^~~~~~~~~~ #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1034. 505 | PSinitgraphics() #11 1034. | ^~~~~~~~~~~~~~ #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1034. 622 | PSinitmatrix() #11 1034. | ^~~~~~~~~~~~ #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1034. 669 | PSclip() #11 1034. | ^~~~~~ #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1034. 675 | PSclosepath() #11 1034. | ^~~~~~~~~~~ #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1034. 687 | PSeoclip() #11 1034. | ^~~~~~~~ #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1034. 693 | PSeofill() #11 1034. | ^~~~~~~~ #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1034. 699 | PSfill() #11 1034. | ^~~~~~ #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1034. 705 | PSflattenpath() #11 1034. | ^~~~~~~~~~~~~ #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1034. 711 | PSinitclip() #11 1034. | ^~~~~~~~~~ #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1034. 729 | PSnewpath() #11 1034. | ^~~~~~~~~ #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1034. 765 | PSreversepath() #11 1034. | ^~~~~~~~~~~~~ #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1034. 783 | PSstroke() #11 1034. | ^~~~~~~~ #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1034. 835 | PSWait() #11 1034. | ^~~~~~ #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #11 1034. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #11 1034. nsterm.m: In function 'ns_set_undecorated': #11 1034. nsterm.m:1794:7: warning: 'NSWindow' may not respond to '-setIsVisible:' #11 1034. 1794 | [newWindow setIsVisible:[oldWindow isVisible]]; #11 1034. | ^ #11 1034. nsterm.m:1794:7: warning: (messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments) #11 1034. nsterm.m: In function '-[EmacsView showFontPanel]': #11 1034. nsterm.m:6687:3: warning: 'NSFontPanel' may not respond to '-setIsVisible:' #11 1034. 6687 | [[fm fontPanel: YES] setIsVisible: NO]; #11 1034. | ^ #11 1048. CC nsfns.o #11 1048. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #11 1048. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #11 1048. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #11 1048. from /usr/include/GNUstep/Foundation/NSObject.h:30, #11 1048. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #11 1048. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #11 1048. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #11 1048. | ^~~~~~~~~~~~~~~~~~~~ #11 1048. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #11 1048. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #11 1048. | ^~~~~~~~~~~~~~~~~~~~ #11 1048. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #11 1048. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #11 1048. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #11 1048. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1048. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 88 | #if GS_API_VERSION(0,011500) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #11 1048. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1048. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #11 1048. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #11 1048. | ^~~~~~~~~~ #11 1048. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1048. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #11 1048. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #11 1048. | ^~~~~~~~~~ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #11 1048. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1048. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1048. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #11 1048. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1048. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #11 1048. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1048. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 46 | #if GS_EXPOSE(NSAffineTransform) #11 1048. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #11 1048. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 45 | #if GS_EXPOSE(NSArchiver) #11 1048. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1048. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 164 | #if GS_EXPOSE(NSUnarchiver) #11 1048. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1048. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:45, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #11 1048. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1048. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 114 | #if GS_EXPOSE(NSBundle) #11 1048. | ^~~~~~~~~~~~~~~~~~~~~ #11 1048. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:49, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 43 | #if GS_EXPOSE(NSCache) #11 1048. | ^~~~~~~~~~~~~~~~~~~~ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 37 | #if GS_EXPOSE(NSCalendarDate) #11 1048. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1048. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:53, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:55, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 113 | #if GS_EXPOSE(NSException) #11 1048. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1048. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1048. 303 | NSGetUncaughtExceptionHandler(); #11 1048. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 53 | #if GS_EXPOSE(NSExpression) #11 1048. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 74 | #if GS_EXPOSE(NSComparisonPredicate) #11 1048. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 47 | #if GS_EXPOSE(NSCompoundPredicate) #11 1048. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 47 | #if GS_EXPOSE(NSTimer) #11 1048. | ^~~~~~~~~~~~~~~~~~~~ #11 1048. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #11 1048. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #11 1048. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 46 | #if GS_EXPOSE(NSRunLoop) #11 1048. | ^~~~~~~~~~~~~~~~~~~~~~ #11 1048. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:61, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 127 | #if GS_EXPOSE(NSDateFormatter) #11 1048. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1048. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #11 1048. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #11 1048. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1048. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 192 | #if GS_EXPOSE(NSDecimalNumber) #11 1048. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 40 | #if GS_EXPOSE(NSDistantObject) #11 1048. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 41 | #if GS_EXPOSE(NSDistributedLock) #11 1048. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 74 | #if GS_EXPOSE(NSLock) #11 1048. | ^~~~~~~~~~~~~~~~~~~ #11 1048. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 125 | #if GS_EXPOSE(NSCondition) #11 1048. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1048. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 175 | #if GS_EXPOSE(NSConditionLock) #11 1048. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1048. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 275 | #if GS_EXPOSE(NSRecursiveLock) #11 1048. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1048. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #11 1048. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 71 | #if GS_EXPOSE(NSNotificationCenter) #11 1048. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1048. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #11 1048. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 134 | #if GS_EXPOSE(NSError) #11 1048. | ^~~~~~~~~~~~~~~~~~~~ #11 1048. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #11 1048. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 182 | #if GS_EXPOSE(NSURLHandle) #11 1048. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1048. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 73 | #if GS_EXPOSE(NSURL) #11 1048. | ^~~~~~~~~~~~~~~~~~ #11 1048. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #11 1048. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1048. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 599 | #if GS_EXPOSE(NSURLQueryItem) #11 1048. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1048. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 633 | #if GS_EXPOSE(NSURLComponents) #11 1048. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1048. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1048. | ^ #11 1048. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1048. | ^ #11 1048. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #11 1048. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1048. from nsgui.h:34, #11 1048. from dispextern.h:137, #11 1048. from nsterm.h:22, #11 1048. from nsfns.m:38: #11 1048. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 160 | #if GS_EXPOSE(NSPipe) #11 1048. | ^~~~~~~~~~~~~~~~~~~ #11 1048. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1048. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1048. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #11 1049. from /usr/include/GNUstep/Foundation/Foundation.h:80, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #11 1049. from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 215 | #if GS_EXPOSE(NSFileManager) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 42 | #if GS_EXPOSE(NSHost) #11 1049. | ^~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 68 | #if GS_EXPOSE(NSHTTPCookie) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 47 | #if GS_EXPOSE(NSIndexPath) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 49 | #if GS_EXPOSE(NSIndexSet) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #11 1049. from /usr/include/GNUstep/Foundation/Foundation.h:95, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 52 | #if GS_EXPOSE(NSMethodSignature) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 38 | #if GS_EXPOSE(NSInvocation) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #11 1049. from /usr/include/GNUstep/Foundation/Foundation.h:96, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #11 1049. from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #11 1049. from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 55 | #if GS_EXPOSE(NSKeyedArchiver) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 103 | #if GS_EXPOSE(NSLocale) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #11 1049. from /usr/include/GNUstep/Foundation/Foundation.h:111, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 40 | #if GS_EXPOSE(NSMetadataItem) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 66 | #if GS_EXPOSE(NSMetadataQuery) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 112 | #if GS_EXPOSE(NSNotificationQueue) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 361 | #if GS_EXPOSE(NSNetService) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 123 | #if GS_EXPOSE(NSNumberFormatter) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 53 | #if GS_EXPOSE(NSPortCoder) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #11 1049. from /usr/include/GNUstep/Foundation/Foundation.h:129, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 77 | #if GS_EXPOSE(NSPort) #11 1049. | ^~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 202 | #if GS_EXPOSE(NSSocketPort) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 284 | #if GS_EXPOSE(NSMessagePort) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 47 | #if GS_EXPOSE(NSPortMessage) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 53 | #if GS_EXPOSE(NSProgress) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 40 | #if GS_EXPOSE(NSProtocolChecker) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 91 | #if GS_EXPOSE(NSRegularExpression) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 42 | #if GS_EXPOSE(NSScanner) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 48 | #if GS_EXPOSE(NSSortDescriptor) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 58 | #if GS_EXPOSE(NSSpellServer) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #11 1049. from /usr/include/GNUstep/Foundation/Foundation.h:154, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 51 | #if GS_EXPOSE(NSTask) #11 1049. | ^~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #11 1049. from /usr/include/GNUstep/Foundation/Foundation.h:156, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 59 | #if GS_EXPOSE(NSThread) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #11 1049. from /usr/include/GNUstep/Foundation/Foundation.h:158, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 87 | #if GS_EXPOSE(NSUndoManager) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 59 | #if GS_EXPOSE(NSCachedURLResponse) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 105 | #if GS_EXPOSE(NSURLCache) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 48 | #if GS_EXPOSE(NSURLConnection) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 56 | #if GS_EXPOSE(NSURLCredential) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 49 | #if GS_EXPOSE(NSURLDownload) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 121 | #if GS_EXPOSE(NSURLProtocol) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 92 | #if GS_EXPOSE(NSURLRequest) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 49 | #if GS_EXPOSE(NSURLResponse) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 217 | #if GS_EXPOSE(NSUserDefaults) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #11 1049. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #11 1049. from /usr/include/GNUstep/Foundation/Foundation.h:184, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 72 | #if GS_EXPOSE(NSXMLParser) #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #11 1049. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #11 1049. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #11 1049. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #11 1049. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #11 1049. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #11 1049. from /usr/include/GNUstep/AppKit/NSView.h:38, #11 1049. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1049. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1049. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1049. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #11 1049. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1049. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1049. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1049. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #11 1049. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1049. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1049. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1049. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1049. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1049. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1049. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1049. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1049. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1049. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #11 1049. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #11 1049. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #11 1049. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #11 1049. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #11 1049. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #11 1049. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #11 1049. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #11 1049. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #11 1049. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #11 1049. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #11 1049. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #11 1049. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #11 1049. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #11 1049. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #11 1049. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #11 1049. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #11 1049. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #11 1049. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:56, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:58, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:64, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:64, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #11 1049. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #11 1049. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:68, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:68, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #11 1049. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #11 1049. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:93, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:98, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #11 1049. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #11 1049. | ^~~~~~~~~~~~~~~~~~~~ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #11 1049. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #11 1049. | ^~~~~~~~~~~~~~~~~~~~ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:103, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:115, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:122, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #11 1049. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:143, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:150, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:153, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #11 1049. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:173, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:189, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:201, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #11 1049. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #11 1049. from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #11 1049. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #11 1049. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1049. | ^ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1049. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1049. | ^ #11 1049. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1049. 125 | __attribute__((unused)); #11 1049. | ^~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1049. 129 | __attribute__((unused)); #11 1049. | ^~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1049. 133 | __attribute__((unused)); #11 1049. | ^~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1049. 214 | __attribute__((unused)); #11 1049. | ^~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1049. 247 | __attribute__((unused)); #11 1049. | ^~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1049. 251 | __attribute__((unused)); #11 1049. | ^~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1049. 259 | __attribute__((unused)); #11 1049. | ^~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1049. 263 | __attribute__((unused)); #11 1049. | ^~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1049. 267 | __attribute__((unused)); #11 1049. | ^~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1049. 271 | __attribute__((unused)); #11 1049. | ^~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1049. 275 | __attribute__((unused)); #11 1049. | ^~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1049. 287 | __attribute__((unused)); #11 1049. | ^~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1049. 311 | __attribute__((unused)); #11 1049. | ^~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1049. 323 | __attribute__((unused)); #11 1049. | ^~~~~~~~~~~~~ #11 1049. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #11 1049. from nsgui.h:34, #11 1049. from dispextern.h:137, #11 1049. from nsterm.h:22, #11 1049. from nsfns.m:38: #11 1049. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1049. 493 | PSgsave() #11 1049. | ^~~~~~~ #11 1049. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #11 1049. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #11 1049. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1049. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1049. 499 | PSgrestore() #11 1049. | ^~~~~~~~~~ #11 1049. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #11 1049. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #11 1049. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1049. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1049. 505 | PSinitgraphics() #11 1049. | ^~~~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #11 1049. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #11 1049. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1049. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1049. 622 | PSinitmatrix() #11 1049. | ^~~~~~~~~~~~ #11 1049. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #11 1049. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1050. 669 | PSclip() #11 1050. | ^~~~~~ #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1050. 675 | PSclosepath() #11 1050. | ^~~~~~~~~~~ #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1050. 687 | PSeoclip() #11 1050. | ^~~~~~~~ #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1050. 693 | PSeofill() #11 1050. | ^~~~~~~~ #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1050. 699 | PSfill() #11 1050. | ^~~~~~ #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1050. 705 | PSflattenpath() #11 1050. | ^~~~~~~~~~~~~ #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1050. 711 | PSinitclip() #11 1050. | ^~~~~~~~~~ #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1050. 729 | PSnewpath() #11 1050. | ^~~~~~~~~ #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1050. 765 | PSreversepath() #11 1050. | ^~~~~~~~~~~~~ #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1050. 783 | PSstroke() #11 1050. | ^~~~~~~~ #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1050. 835 | PSWait() #11 1050. | ^~~~~~ #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #11 1050. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #11 1050. nsfns.m: At top level: #11 1050. nsfns.m:689:1: warning: no previous prototype for 'ns_make_frame_key_window' [-Wmissing-prototypes] #11 1050. 689 | ns_make_frame_key_window (struct frame *f) #11 1050. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1057. CC nsmenu.o #11 1057. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #11 1057. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #11 1058. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #11 1058. from /usr/include/GNUstep/Foundation/NSObject.h:30, #11 1058. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #11 1058. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #11 1058. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #11 1058. | ^~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #11 1058. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #11 1058. | ^~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #11 1058. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #11 1058. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #11 1058. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1058. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 88 | #if GS_API_VERSION(0,011500) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #11 1058. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1058. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #11 1058. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #11 1058. | ^~~~~~~~~~ #11 1058. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1058. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #11 1058. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #11 1058. | ^~~~~~~~~~ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #11 1058. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1058. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1058. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #11 1058. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1058. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #11 1058. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1058. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 46 | #if GS_EXPOSE(NSAffineTransform) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #11 1058. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 45 | #if GS_EXPOSE(NSArchiver) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 164 | #if GS_EXPOSE(NSUnarchiver) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:45, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 114 | #if GS_EXPOSE(NSBundle) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:49, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 43 | #if GS_EXPOSE(NSCache) #11 1058. | ^~~~~~~~~~~~~~~~~~~~ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 37 | #if GS_EXPOSE(NSCalendarDate) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:53, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:55, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 113 | #if GS_EXPOSE(NSException) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1058. 303 | NSGetUncaughtExceptionHandler(); #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 53 | #if GS_EXPOSE(NSExpression) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 74 | #if GS_EXPOSE(NSComparisonPredicate) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 47 | #if GS_EXPOSE(NSCompoundPredicate) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 47 | #if GS_EXPOSE(NSTimer) #11 1058. | ^~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #11 1058. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #11 1058. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 46 | #if GS_EXPOSE(NSRunLoop) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:61, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 127 | #if GS_EXPOSE(NSDateFormatter) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #11 1058. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 192 | #if GS_EXPOSE(NSDecimalNumber) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 40 | #if GS_EXPOSE(NSDistantObject) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 41 | #if GS_EXPOSE(NSDistributedLock) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 74 | #if GS_EXPOSE(NSLock) #11 1058. | ^~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 125 | #if GS_EXPOSE(NSCondition) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 175 | #if GS_EXPOSE(NSConditionLock) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 275 | #if GS_EXPOSE(NSRecursiveLock) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #11 1058. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 71 | #if GS_EXPOSE(NSNotificationCenter) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 134 | #if GS_EXPOSE(NSError) #11 1058. | ^~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #11 1058. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 182 | #if GS_EXPOSE(NSURLHandle) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 73 | #if GS_EXPOSE(NSURL) #11 1058. | ^~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #11 1058. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 599 | #if GS_EXPOSE(NSURLQueryItem) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 633 | #if GS_EXPOSE(NSURLComponents) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 160 | #if GS_EXPOSE(NSPipe) #11 1058. | ^~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:80, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 215 | #if GS_EXPOSE(NSFileManager) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 42 | #if GS_EXPOSE(NSHost) #11 1058. | ^~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 68 | #if GS_EXPOSE(NSHTTPCookie) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 47 | #if GS_EXPOSE(NSIndexPath) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 49 | #if GS_EXPOSE(NSIndexSet) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:95, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 52 | #if GS_EXPOSE(NSMethodSignature) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 38 | #if GS_EXPOSE(NSInvocation) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:96, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 55 | #if GS_EXPOSE(NSKeyedArchiver) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 103 | #if GS_EXPOSE(NSLocale) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:111, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 40 | #if GS_EXPOSE(NSMetadataItem) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 66 | #if GS_EXPOSE(NSMetadataQuery) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 112 | #if GS_EXPOSE(NSNotificationQueue) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 361 | #if GS_EXPOSE(NSNetService) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 123 | #if GS_EXPOSE(NSNumberFormatter) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 53 | #if GS_EXPOSE(NSPortCoder) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:129, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 77 | #if GS_EXPOSE(NSPort) #11 1058. | ^~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 202 | #if GS_EXPOSE(NSSocketPort) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 284 | #if GS_EXPOSE(NSMessagePort) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 47 | #if GS_EXPOSE(NSPortMessage) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 53 | #if GS_EXPOSE(NSProgress) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 40 | #if GS_EXPOSE(NSProtocolChecker) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 91 | #if GS_EXPOSE(NSRegularExpression) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 42 | #if GS_EXPOSE(NSScanner) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 48 | #if GS_EXPOSE(NSSortDescriptor) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 58 | #if GS_EXPOSE(NSSpellServer) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:154, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 51 | #if GS_EXPOSE(NSTask) #11 1058. | ^~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:156, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 59 | #if GS_EXPOSE(NSThread) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:158, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 87 | #if GS_EXPOSE(NSUndoManager) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 59 | #if GS_EXPOSE(NSCachedURLResponse) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 105 | #if GS_EXPOSE(NSURLCache) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 48 | #if GS_EXPOSE(NSURLConnection) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 56 | #if GS_EXPOSE(NSURLCredential) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 49 | #if GS_EXPOSE(NSURLDownload) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 121 | #if GS_EXPOSE(NSURLProtocol) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 92 | #if GS_EXPOSE(NSURLRequest) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 49 | #if GS_EXPOSE(NSURLResponse) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 217 | #if GS_EXPOSE(NSUserDefaults) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #11 1058. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #11 1058. from /usr/include/GNUstep/Foundation/Foundation.h:184, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 72 | #if GS_EXPOSE(NSXMLParser) #11 1058. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1058. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #11 1058. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #11 1058. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #11 1058. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #11 1058. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #11 1058. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #11 1058. from /usr/include/GNUstep/AppKit/NSView.h:38, #11 1058. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1058. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1058. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1058. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #11 1058. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1058. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1058. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1058. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #11 1058. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1058. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1058. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1058. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1058. | ^ #11 1058. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1058. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1058. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1058. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1058. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1058. from nsgui.h:34, #11 1058. from dispextern.h:137, #11 1058. from window.h:23, #11 1058. from nsmenu.m:29: #11 1058. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1058. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1058. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1058. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1059. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1059. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1059. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1059. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1059. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1059. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #11 1059. from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #11 1059. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #11 1059. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #11 1059. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #11 1059. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #11 1059. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #11 1059. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #11 1059. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #11 1059. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #11 1059. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #11 1059. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #11 1059. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #11 1059. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #11 1059. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #11 1059. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #11 1059. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #11 1059. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #11 1059. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #11 1059. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #11 1059. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #11 1059. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #11 1059. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #11 1059. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #11 1059. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #11 1059. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #11 1059. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #11 1059. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #11 1059. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #11 1059. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #11 1059. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #11 1059. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #11 1059. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #11 1059. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #11 1059. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #11 1059. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #11 1059. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #11 1059. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #11 1059. from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #11 1059. from /usr/include/GNUstep/AppKit/AppKit.h:56, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #11 1059. from /usr/include/GNUstep/AppKit/AppKit.h:58, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #11 1059. from /usr/include/GNUstep/AppKit/AppKit.h:64, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #11 1059. from /usr/include/GNUstep/AppKit/AppKit.h:64, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #11 1059. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #11 1059. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #11 1059. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #11 1059. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #11 1059. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #11 1059. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #11 1059. from /usr/include/GNUstep/AppKit/AppKit.h:68, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #11 1059. from /usr/include/GNUstep/AppKit/AppKit.h:68, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #11 1059. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #11 1059. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #11 1059. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #11 1059. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #11 1059. from /usr/include/GNUstep/AppKit/AppKit.h:93, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #11 1059. from /usr/include/GNUstep/AppKit/AppKit.h:98, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #11 1059. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #11 1059. | ^~~~~~~~~~~~~~~~~~~~ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #11 1059. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #11 1059. | ^~~~~~~~~~~~~~~~~~~~ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #11 1059. from /usr/include/GNUstep/AppKit/AppKit.h:103, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #11 1059. from /usr/include/GNUstep/AppKit/AppKit.h:115, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #11 1059. from /usr/include/GNUstep/AppKit/AppKit.h:122, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #11 1059. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #11 1059. from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #11 1059. from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #11 1059. from /usr/include/GNUstep/AppKit/AppKit.h:143, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #11 1059. from /usr/include/GNUstep/AppKit/AppKit.h:150, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #11 1059. from /usr/include/GNUstep/AppKit/AppKit.h:153, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #11 1059. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #11 1059. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #11 1059. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #11 1059. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #11 1059. from /usr/include/GNUstep/AppKit/AppKit.h:173, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #11 1059. from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #11 1059. from /usr/include/GNUstep/AppKit/AppKit.h:189, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #11 1059. from /usr/include/GNUstep/AppKit/AppKit.h:201, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #11 1059. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #11 1059. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1059. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #11 1059. from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #11 1059. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #11 1059. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1059. | ^ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1059. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1059. | ^ #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1059. 125 | __attribute__((unused)); #11 1059. | ^~~~~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1059. 129 | __attribute__((unused)); #11 1059. | ^~~~~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1059. 133 | __attribute__((unused)); #11 1059. | ^~~~~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1059. 214 | __attribute__((unused)); #11 1059. | ^~~~~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1059. 247 | __attribute__((unused)); #11 1059. | ^~~~~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1059. 251 | __attribute__((unused)); #11 1059. | ^~~~~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1059. 259 | __attribute__((unused)); #11 1059. | ^~~~~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1059. 263 | __attribute__((unused)); #11 1059. | ^~~~~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1059. 267 | __attribute__((unused)); #11 1059. | ^~~~~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1059. 271 | __attribute__((unused)); #11 1059. | ^~~~~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1059. 275 | __attribute__((unused)); #11 1059. | ^~~~~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1059. 287 | __attribute__((unused)); #11 1059. | ^~~~~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1059. 311 | __attribute__((unused)); #11 1059. | ^~~~~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1059. 323 | __attribute__((unused)); #11 1059. | ^~~~~~~~~~~~~ #11 1059. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #11 1059. from nsgui.h:34, #11 1059. from dispextern.h:137, #11 1059. from window.h:23, #11 1059. from nsmenu.m:29: #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1059. 493 | PSgsave() #11 1059. | ^~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1059. 499 | PSgrestore() #11 1059. | ^~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1059. 505 | PSinitgraphics() #11 1059. | ^~~~~~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1059. 622 | PSinitmatrix() #11 1059. | ^~~~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1059. 669 | PSclip() #11 1059. | ^~~~~~ #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1059. 675 | PSclosepath() #11 1059. | ^~~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1059. 687 | PSeoclip() #11 1059. | ^~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1059. 693 | PSeofill() #11 1059. | ^~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1059. 699 | PSfill() #11 1059. | ^~~~~~ #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1059. 705 | PSflattenpath() #11 1059. | ^~~~~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1059. 711 | PSinitclip() #11 1059. | ^~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1059. 729 | PSnewpath() #11 1059. | ^~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1059. 765 | PSreversepath() #11 1059. | ^~~~~~~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1059. 783 | PSstroke() #11 1059. | ^~~~~~~~ #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1059. 835 | PSWait() #11 1059. | ^~~~~~ #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #11 1059. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #11 1062. CC nsselect.o #11 1062. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #11 1062. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #11 1063. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #11 1063. from /usr/include/GNUstep/Foundation/NSObject.h:30, #11 1063. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #11 1063. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #11 1063. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #11 1063. | ^~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #11 1063. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #11 1063. | ^~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #11 1063. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #11 1063. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #11 1063. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1063. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 88 | #if GS_API_VERSION(0,011500) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #11 1063. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1063. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #11 1063. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #11 1063. | ^~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1063. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #11 1063. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #11 1063. | ^~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #11 1063. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1063. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1063. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #11 1063. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1063. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #11 1063. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1063. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 46 | #if GS_EXPOSE(NSAffineTransform) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #11 1063. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 45 | #if GS_EXPOSE(NSArchiver) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 164 | #if GS_EXPOSE(NSUnarchiver) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:45, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 114 | #if GS_EXPOSE(NSBundle) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:49, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 43 | #if GS_EXPOSE(NSCache) #11 1063. | ^~~~~~~~~~~~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 37 | #if GS_EXPOSE(NSCalendarDate) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:53, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:55, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 113 | #if GS_EXPOSE(NSException) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1063. 303 | NSGetUncaughtExceptionHandler(); #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 53 | #if GS_EXPOSE(NSExpression) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 74 | #if GS_EXPOSE(NSComparisonPredicate) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 47 | #if GS_EXPOSE(NSCompoundPredicate) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 47 | #if GS_EXPOSE(NSTimer) #11 1063. | ^~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #11 1063. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #11 1063. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 46 | #if GS_EXPOSE(NSRunLoop) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:61, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 127 | #if GS_EXPOSE(NSDateFormatter) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #11 1063. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 192 | #if GS_EXPOSE(NSDecimalNumber) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 40 | #if GS_EXPOSE(NSDistantObject) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 41 | #if GS_EXPOSE(NSDistributedLock) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 74 | #if GS_EXPOSE(NSLock) #11 1063. | ^~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 125 | #if GS_EXPOSE(NSCondition) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 175 | #if GS_EXPOSE(NSConditionLock) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 275 | #if GS_EXPOSE(NSRecursiveLock) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #11 1063. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 71 | #if GS_EXPOSE(NSNotificationCenter) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 134 | #if GS_EXPOSE(NSError) #11 1063. | ^~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #11 1063. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 182 | #if GS_EXPOSE(NSURLHandle) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 73 | #if GS_EXPOSE(NSURL) #11 1063. | ^~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #11 1063. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 599 | #if GS_EXPOSE(NSURLQueryItem) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 633 | #if GS_EXPOSE(NSURLComponents) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 160 | #if GS_EXPOSE(NSPipe) #11 1063. | ^~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:80, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 215 | #if GS_EXPOSE(NSFileManager) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 42 | #if GS_EXPOSE(NSHost) #11 1063. | ^~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 68 | #if GS_EXPOSE(NSHTTPCookie) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 47 | #if GS_EXPOSE(NSIndexPath) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 49 | #if GS_EXPOSE(NSIndexSet) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:95, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 52 | #if GS_EXPOSE(NSMethodSignature) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 38 | #if GS_EXPOSE(NSInvocation) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:96, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 55 | #if GS_EXPOSE(NSKeyedArchiver) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 103 | #if GS_EXPOSE(NSLocale) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:111, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 40 | #if GS_EXPOSE(NSMetadataItem) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 66 | #if GS_EXPOSE(NSMetadataQuery) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 112 | #if GS_EXPOSE(NSNotificationQueue) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 361 | #if GS_EXPOSE(NSNetService) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 123 | #if GS_EXPOSE(NSNumberFormatter) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 53 | #if GS_EXPOSE(NSPortCoder) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:129, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 77 | #if GS_EXPOSE(NSPort) #11 1063. | ^~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 202 | #if GS_EXPOSE(NSSocketPort) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 284 | #if GS_EXPOSE(NSMessagePort) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 47 | #if GS_EXPOSE(NSPortMessage) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 53 | #if GS_EXPOSE(NSProgress) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 40 | #if GS_EXPOSE(NSProtocolChecker) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 91 | #if GS_EXPOSE(NSRegularExpression) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 42 | #if GS_EXPOSE(NSScanner) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 48 | #if GS_EXPOSE(NSSortDescriptor) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 58 | #if GS_EXPOSE(NSSpellServer) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:154, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 51 | #if GS_EXPOSE(NSTask) #11 1063. | ^~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:156, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 59 | #if GS_EXPOSE(NSThread) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:158, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 87 | #if GS_EXPOSE(NSUndoManager) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 59 | #if GS_EXPOSE(NSCachedURLResponse) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 105 | #if GS_EXPOSE(NSURLCache) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 48 | #if GS_EXPOSE(NSURLConnection) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 56 | #if GS_EXPOSE(NSURLCredential) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 49 | #if GS_EXPOSE(NSURLDownload) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 121 | #if GS_EXPOSE(NSURLProtocol) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 92 | #if GS_EXPOSE(NSURLRequest) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 49 | #if GS_EXPOSE(NSURLResponse) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 217 | #if GS_EXPOSE(NSUserDefaults) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #11 1063. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #11 1063. from /usr/include/GNUstep/Foundation/Foundation.h:184, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 72 | #if GS_EXPOSE(NSXMLParser) #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #11 1063. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #11 1063. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #11 1063. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #11 1063. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #11 1063. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #11 1063. from /usr/include/GNUstep/AppKit/NSView.h:38, #11 1063. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1063. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1063. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1063. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #11 1063. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1063. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1063. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1063. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #11 1063. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1063. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1063. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1063. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1063. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1063. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1063. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1063. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1063. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1063. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #11 1063. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #11 1063. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #11 1063. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #11 1063. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #11 1063. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #11 1063. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #11 1063. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #11 1063. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #11 1063. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #11 1063. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #11 1063. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #11 1063. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #11 1063. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #11 1063. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #11 1063. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #11 1063. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #11 1063. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #11 1063. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:56, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:58, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:64, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:64, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #11 1063. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #11 1063. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:68, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:68, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #11 1063. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #11 1063. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:93, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:98, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #11 1063. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #11 1063. | ^~~~~~~~~~~~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #11 1063. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #11 1063. | ^~~~~~~~~~~~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:103, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:115, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:122, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #11 1063. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:143, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:150, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:153, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #11 1063. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:173, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:189, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:201, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #11 1063. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #11 1063. from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #11 1063. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #11 1063. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1063. | ^ #11 1063. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #11 1063. from nsgui.h:34, #11 1063. from dispextern.h:137, #11 1063. from nsterm.h:22, #11 1063. from nsselect.m:31: #11 1063. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1063. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1063. | ^ #11 1064. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #11 1064. from nsgui.h:34, #11 1064. from dispextern.h:137, #11 1064. from nsterm.h:22, #11 1064. from nsselect.m:31: #11 1064. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1064. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1064. | ^ #11 1064. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #11 1064. from nsgui.h:34, #11 1064. from dispextern.h:137, #11 1064. from nsterm.h:22, #11 1064. from nsselect.m:31: #11 1064. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1064. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1064. | ^ #11 1064. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1064. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1064. | ^ #11 1064. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #11 1064. from nsgui.h:34, #11 1064. from dispextern.h:137, #11 1064. from nsterm.h:22, #11 1064. from nsselect.m:31: #11 1064. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1064. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1064. | ^ #11 1064. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #11 1064. from nsgui.h:34, #11 1064. from dispextern.h:137, #11 1064. from nsterm.h:22, #11 1064. from nsselect.m:31: #11 1064. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1064. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1064. | ^ #11 1064. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #11 1064. from nsgui.h:34, #11 1064. from dispextern.h:137, #11 1064. from nsterm.h:22, #11 1064. from nsselect.m:31: #11 1064. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1064. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1064. | ^ #11 1064. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #11 1064. from nsgui.h:34, #11 1064. from dispextern.h:137, #11 1064. from nsterm.h:22, #11 1064. from nsselect.m:31: #11 1064. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1064. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1064. | ^ #11 1064. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #11 1064. from nsgui.h:34, #11 1064. from dispextern.h:137, #11 1064. from nsterm.h:22, #11 1064. from nsselect.m:31: #11 1064. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1064. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1064. | ^ #11 1064. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1064. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1064. | ^ #11 1064. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1064. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1064. | ^ #11 1064. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1064. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1064. | ^ #11 1064. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1064. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1064. | ^ #11 1064. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #11 1064. from nsgui.h:34, #11 1064. from dispextern.h:137, #11 1064. from nsterm.h:22, #11 1064. from nsselect.m:31: #11 1064. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1064. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1064. | ^ #11 1064. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1064. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1064. | ^ #11 1064. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #11 1064. from nsgui.h:34, #11 1064. from dispextern.h:137, #11 1064. from nsterm.h:22, #11 1064. from nsselect.m:31: #11 1064. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1064. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1064. | ^ #11 1064. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #11 1064. from nsgui.h:34, #11 1064. from dispextern.h:137, #11 1064. from nsterm.h:22, #11 1064. from nsselect.m:31: #11 1064. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1064. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1064. | ^ #11 1064. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1064. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1064. | ^ #11 1064. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #11 1064. from nsgui.h:34, #11 1064. from dispextern.h:137, #11 1064. from nsterm.h:22, #11 1064. from nsselect.m:31: #11 1064. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1064. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1064. | ^ #11 1064. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #11 1064. from nsgui.h:34, #11 1064. from dispextern.h:137, #11 1064. from nsterm.h:22, #11 1064. from nsselect.m:31: #11 1064. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1064. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1064. | ^ #11 1064. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1064. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1064. | ^ #11 1064. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #11 1064. from nsgui.h:34, #11 1064. from dispextern.h:137, #11 1064. from nsterm.h:22, #11 1064. from nsselect.m:31: #11 1064. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1064. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1064. | ^ #11 1064. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #11 1064. from nsgui.h:34, #11 1064. from dispextern.h:137, #11 1064. from nsterm.h:22, #11 1064. from nsselect.m:31: #11 1064. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1064. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1064. | ^ #11 1064. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #11 1064. from nsgui.h:34, #11 1064. from dispextern.h:137, #11 1064. from nsterm.h:22, #11 1064. from nsselect.m:31: #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1064. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1064. | ^ #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1064. 125 | __attribute__((unused)); #11 1064. | ^~~~~~~~~~~~~ #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1064. 129 | __attribute__((unused)); #11 1064. | ^~~~~~~~~~~~~ #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1064. 133 | __attribute__((unused)); #11 1064. | ^~~~~~~~~~~~~ #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1064. 214 | __attribute__((unused)); #11 1064. | ^~~~~~~~~~~~~ #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1064. 247 | __attribute__((unused)); #11 1064. | ^~~~~~~~~~~~~ #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1064. 251 | __attribute__((unused)); #11 1064. | ^~~~~~~~~~~~~ #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1064. 259 | __attribute__((unused)); #11 1064. | ^~~~~~~~~~~~~ #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1064. 263 | __attribute__((unused)); #11 1064. | ^~~~~~~~~~~~~ #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1064. 267 | __attribute__((unused)); #11 1064. | ^~~~~~~~~~~~~ #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1064. 271 | __attribute__((unused)); #11 1064. | ^~~~~~~~~~~~~ #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1064. 275 | __attribute__((unused)); #11 1064. | ^~~~~~~~~~~~~ #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1064. 287 | __attribute__((unused)); #11 1064. | ^~~~~~~~~~~~~ #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1064. 311 | __attribute__((unused)); #11 1064. | ^~~~~~~~~~~~~ #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1064. 323 | __attribute__((unused)); #11 1064. | ^~~~~~~~~~~~~ #11 1064. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #11 1064. from nsgui.h:34, #11 1064. from dispextern.h:137, #11 1064. from nsterm.h:22, #11 1064. from nsselect.m:31: #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1064. 493 | PSgsave() #11 1064. | ^~~~~~~ #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1064. 499 | PSgrestore() #11 1064. | ^~~~~~~~~~ #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1064. 505 | PSinitgraphics() #11 1064. | ^~~~~~~~~~~~~~ #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1064. 622 | PSinitmatrix() #11 1064. | ^~~~~~~~~~~~ #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1064. 669 | PSclip() #11 1064. | ^~~~~~ #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1064. 675 | PSclosepath() #11 1064. | ^~~~~~~~~~~ #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1064. 687 | PSeoclip() #11 1064. | ^~~~~~~~ #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1064. 693 | PSeofill() #11 1064. | ^~~~~~~~ #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1064. 699 | PSfill() #11 1064. | ^~~~~~ #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1064. 705 | PSflattenpath() #11 1064. | ^~~~~~~~~~~~~ #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1064. 711 | PSinitclip() #11 1064. | ^~~~~~~~~~ #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1064. 729 | PSnewpath() #11 1064. | ^~~~~~~~~ #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1064. 765 | PSreversepath() #11 1064. | ^~~~~~~~~~~~~ #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1064. 783 | PSstroke() #11 1064. | ^~~~~~~~ #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1064. 835 | PSWait() #11 1064. | ^~~~~~ #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #11 1064. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #11 1065. CC nsimage.o #11 1065. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #11 1065. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #11 1066. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #11 1066. from /usr/include/GNUstep/Foundation/NSObject.h:30, #11 1066. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #11 1066. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #11 1066. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #11 1066. | ^~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #11 1066. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #11 1066. | ^~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #11 1066. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #11 1066. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #11 1066. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1066. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 88 | #if GS_API_VERSION(0,011500) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #11 1066. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1066. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #11 1066. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #11 1066. | ^~~~~~~~~~ #11 1066. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1066. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #11 1066. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #11 1066. | ^~~~~~~~~~ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #11 1066. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1066. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1066. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #11 1066. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1066. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #11 1066. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1066. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 46 | #if GS_EXPOSE(NSAffineTransform) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #11 1066. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 45 | #if GS_EXPOSE(NSArchiver) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 164 | #if GS_EXPOSE(NSUnarchiver) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:45, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 114 | #if GS_EXPOSE(NSBundle) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:49, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 43 | #if GS_EXPOSE(NSCache) #11 1066. | ^~~~~~~~~~~~~~~~~~~~ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 37 | #if GS_EXPOSE(NSCalendarDate) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:53, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:55, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 113 | #if GS_EXPOSE(NSException) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1066. 303 | NSGetUncaughtExceptionHandler(); #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 53 | #if GS_EXPOSE(NSExpression) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 74 | #if GS_EXPOSE(NSComparisonPredicate) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 47 | #if GS_EXPOSE(NSCompoundPredicate) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 47 | #if GS_EXPOSE(NSTimer) #11 1066. | ^~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #11 1066. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #11 1066. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 46 | #if GS_EXPOSE(NSRunLoop) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:61, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 127 | #if GS_EXPOSE(NSDateFormatter) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #11 1066. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 192 | #if GS_EXPOSE(NSDecimalNumber) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 40 | #if GS_EXPOSE(NSDistantObject) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 41 | #if GS_EXPOSE(NSDistributedLock) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 74 | #if GS_EXPOSE(NSLock) #11 1066. | ^~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 125 | #if GS_EXPOSE(NSCondition) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 175 | #if GS_EXPOSE(NSConditionLock) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 275 | #if GS_EXPOSE(NSRecursiveLock) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #11 1066. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 71 | #if GS_EXPOSE(NSNotificationCenter) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 134 | #if GS_EXPOSE(NSError) #11 1066. | ^~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #11 1066. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 182 | #if GS_EXPOSE(NSURLHandle) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 73 | #if GS_EXPOSE(NSURL) #11 1066. | ^~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #11 1066. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 599 | #if GS_EXPOSE(NSURLQueryItem) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 633 | #if GS_EXPOSE(NSURLComponents) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 160 | #if GS_EXPOSE(NSPipe) #11 1066. | ^~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:80, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 215 | #if GS_EXPOSE(NSFileManager) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 42 | #if GS_EXPOSE(NSHost) #11 1066. | ^~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 68 | #if GS_EXPOSE(NSHTTPCookie) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 47 | #if GS_EXPOSE(NSIndexPath) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 49 | #if GS_EXPOSE(NSIndexSet) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:95, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 52 | #if GS_EXPOSE(NSMethodSignature) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 38 | #if GS_EXPOSE(NSInvocation) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:96, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 55 | #if GS_EXPOSE(NSKeyedArchiver) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 103 | #if GS_EXPOSE(NSLocale) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:111, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 40 | #if GS_EXPOSE(NSMetadataItem) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 66 | #if GS_EXPOSE(NSMetadataQuery) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 112 | #if GS_EXPOSE(NSNotificationQueue) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 361 | #if GS_EXPOSE(NSNetService) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 123 | #if GS_EXPOSE(NSNumberFormatter) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 53 | #if GS_EXPOSE(NSPortCoder) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:129, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 77 | #if GS_EXPOSE(NSPort) #11 1066. | ^~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 202 | #if GS_EXPOSE(NSSocketPort) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 284 | #if GS_EXPOSE(NSMessagePort) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 47 | #if GS_EXPOSE(NSPortMessage) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 53 | #if GS_EXPOSE(NSProgress) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 40 | #if GS_EXPOSE(NSProtocolChecker) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 91 | #if GS_EXPOSE(NSRegularExpression) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 42 | #if GS_EXPOSE(NSScanner) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 48 | #if GS_EXPOSE(NSSortDescriptor) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 58 | #if GS_EXPOSE(NSSpellServer) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:154, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 51 | #if GS_EXPOSE(NSTask) #11 1066. | ^~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:156, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 59 | #if GS_EXPOSE(NSThread) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:158, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 87 | #if GS_EXPOSE(NSUndoManager) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 59 | #if GS_EXPOSE(NSCachedURLResponse) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 105 | #if GS_EXPOSE(NSURLCache) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 48 | #if GS_EXPOSE(NSURLConnection) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 56 | #if GS_EXPOSE(NSURLCredential) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 49 | #if GS_EXPOSE(NSURLDownload) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 121 | #if GS_EXPOSE(NSURLProtocol) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 92 | #if GS_EXPOSE(NSURLRequest) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 49 | #if GS_EXPOSE(NSURLResponse) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 217 | #if GS_EXPOSE(NSUserDefaults) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #11 1066. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #11 1066. from /usr/include/GNUstep/Foundation/Foundation.h:184, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 72 | #if GS_EXPOSE(NSXMLParser) #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #11 1066. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #11 1066. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #11 1066. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #11 1066. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #11 1066. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #11 1066. from /usr/include/GNUstep/AppKit/NSView.h:38, #11 1066. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1066. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1066. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1066. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #11 1066. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1066. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1066. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1066. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #11 1066. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1066. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1066. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1066. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1066. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1066. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1066. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1066. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1066. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1066. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #11 1066. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #11 1066. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #11 1066. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #11 1066. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #11 1066. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #11 1066. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #11 1066. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #11 1066. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #11 1066. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #11 1066. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #11 1066. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #11 1066. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #11 1066. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #11 1066. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #11 1066. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #11 1066. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #11 1066. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #11 1066. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #11 1066. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1066. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:56, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:58, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:64, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:64, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #11 1066. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1066. | ^ #11 1066. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #11 1066. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #11 1066. from /usr/include/GNUstep/AppKit/AppKit.h:68, #11 1066. from nsgui.h:34, #11 1066. from dispextern.h:137, #11 1066. from nsimage.m:33: #11 1066. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1066. | ^ #11 1066. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1066. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1066. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #11 1067. from /usr/include/GNUstep/AppKit/AppKit.h:68, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #11 1067. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #11 1067. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #11 1067. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #11 1067. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #11 1067. from /usr/include/GNUstep/AppKit/AppKit.h:93, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #11 1067. from /usr/include/GNUstep/AppKit/AppKit.h:98, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #11 1067. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #11 1067. | ^~~~~~~~~~~~~~~~~~~~ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #11 1067. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #11 1067. | ^~~~~~~~~~~~~~~~~~~~ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #11 1067. from /usr/include/GNUstep/AppKit/AppKit.h:103, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #11 1067. from /usr/include/GNUstep/AppKit/AppKit.h:115, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #11 1067. from /usr/include/GNUstep/AppKit/AppKit.h:122, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #11 1067. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #11 1067. from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #11 1067. from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #11 1067. from /usr/include/GNUstep/AppKit/AppKit.h:143, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #11 1067. from /usr/include/GNUstep/AppKit/AppKit.h:150, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #11 1067. from /usr/include/GNUstep/AppKit/AppKit.h:153, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #11 1067. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #11 1067. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #11 1067. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #11 1067. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #11 1067. from /usr/include/GNUstep/AppKit/AppKit.h:173, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #11 1067. from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #11 1067. from /usr/include/GNUstep/AppKit/AppKit.h:189, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #11 1067. from /usr/include/GNUstep/AppKit/AppKit.h:201, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #11 1067. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #11 1067. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1067. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #11 1067. from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #11 1067. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #11 1067. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1067. | ^ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1067. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1067. | ^ #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1067. 125 | __attribute__((unused)); #11 1067. | ^~~~~~~~~~~~~ #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1067. 129 | __attribute__((unused)); #11 1067. | ^~~~~~~~~~~~~ #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1067. 133 | __attribute__((unused)); #11 1067. | ^~~~~~~~~~~~~ #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1067. 214 | __attribute__((unused)); #11 1067. | ^~~~~~~~~~~~~ #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1067. 247 | __attribute__((unused)); #11 1067. | ^~~~~~~~~~~~~ #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1067. 251 | __attribute__((unused)); #11 1067. | ^~~~~~~~~~~~~ #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1067. 259 | __attribute__((unused)); #11 1067. | ^~~~~~~~~~~~~ #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1067. 263 | __attribute__((unused)); #11 1067. | ^~~~~~~~~~~~~ #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1067. 267 | __attribute__((unused)); #11 1067. | ^~~~~~~~~~~~~ #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1067. 271 | __attribute__((unused)); #11 1067. | ^~~~~~~~~~~~~ #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1067. 275 | __attribute__((unused)); #11 1067. | ^~~~~~~~~~~~~ #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1067. 287 | __attribute__((unused)); #11 1067. | ^~~~~~~~~~~~~ #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1067. 311 | __attribute__((unused)); #11 1067. | ^~~~~~~~~~~~~ #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1067. 323 | __attribute__((unused)); #11 1067. | ^~~~~~~~~~~~~ #11 1067. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #11 1067. from nsgui.h:34, #11 1067. from dispextern.h:137, #11 1067. from nsimage.m:33: #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1067. 493 | PSgsave() #11 1067. | ^~~~~~~ #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1067. 499 | PSgrestore() #11 1067. | ^~~~~~~~~~ #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1067. 505 | PSinitgraphics() #11 1067. | ^~~~~~~~~~~~~~ #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1067. 622 | PSinitmatrix() #11 1067. | ^~~~~~~~~~~~ #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1067. 669 | PSclip() #11 1067. | ^~~~~~ #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1067. 675 | PSclosepath() #11 1067. | ^~~~~~~~~~~ #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1067. 687 | PSeoclip() #11 1067. | ^~~~~~~~ #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1067. 693 | PSeofill() #11 1067. | ^~~~~~~~ #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1067. 699 | PSfill() #11 1067. | ^~~~~~ #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1067. 705 | PSflattenpath() #11 1067. | ^~~~~~~~~~~~~ #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1067. 711 | PSinitclip() #11 1067. | ^~~~~~~~~~ #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1067. 729 | PSnewpath() #11 1067. | ^~~~~~~~~ #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1067. 765 | PSreversepath() #11 1067. | ^~~~~~~~~~~~~ #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1067. 783 | PSstroke() #11 1067. | ^~~~~~~~ #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1067. 835 | PSWait() #11 1067. | ^~~~~~ #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #11 1067. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #11 1069. CC nsfont.o #11 1069. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #11 1069. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #11 1069. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #11 1069. from /usr/include/GNUstep/Foundation/NSObject.h:30, #11 1069. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1069. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1069. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1069. from nsgui.h:34, #11 1069. from dispextern.h:137, #11 1069. from nsfont.m:28: #11 1069. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1069. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #11 1069. | ^ #11 1069. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #11 1069. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1069. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1069. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1069. from nsgui.h:34, #11 1069. from dispextern.h:137, #11 1069. from nsfont.m:28: #11 1069. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1069. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1069. | ^ #11 1069. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #11 1069. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #11 1069. | ^~~~~~~~~~~~~~~~~~~~ #11 1069. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #11 1069. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #11 1069. | ^~~~~~~~~~~~~~~~~~~~ #11 1069. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1069. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1069. | ^ #11 1069. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #11 1069. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1069. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1069. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1069. from nsgui.h:34, #11 1069. from dispextern.h:137, #11 1069. from nsfont.m:28: #11 1069. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1069. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1069. | ^ #11 1069. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1069. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #11 1069. | ^ #11 1069. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1069. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1069. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1069. from nsgui.h:34, #11 1069. from dispextern.h:137, #11 1069. from nsfont.m:28: #11 1069. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1069. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1069. | ^ #11 1069. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1069. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1069. | ^ #11 1069. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1069. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1069. | ^ #11 1069. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1069. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1069. | ^ #11 1069. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1069. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1069. | ^ #11 1069. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1069. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1069. | ^ #11 1069. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #11 1069. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1069. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1069. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1069. from nsgui.h:34, #11 1069. from dispextern.h:137, #11 1069. from nsfont.m:28: #11 1069. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1069. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1069. | ^ #11 1069. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1069. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1069. | ^ #11 1069. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1069. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1069. | ^ #11 1069. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1069. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1069. | ^ #11 1069. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1069. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1069. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1069. from nsgui.h:34, #11 1069. from dispextern.h:137, #11 1069. from nsfont.m:28: #11 1069. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1069. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1069. | ^ #11 1069. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #11 1069. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1069. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1069. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1069. from nsgui.h:34, #11 1069. from dispextern.h:137, #11 1069. from nsfont.m:28: #11 1069. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1069. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1069. | ^ #11 1069. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1069. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1069. from nsgui.h:34, #11 1069. from dispextern.h:137, #11 1069. from nsfont.m:28: #11 1069. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1069. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1069. | ^ #11 1069. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1069. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1069. | ^ #11 1069. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1069. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1069. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1069. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1069. from nsgui.h:34, #11 1069. from dispextern.h:137, #11 1069. from nsfont.m:28: #11 1069. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1069. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1069. | ^ #11 1069. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1069. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1069. | ^ #11 1069. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1069. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #11 1069. | ^ #11 1069. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1069. 88 | #if GS_API_VERSION(0,011500) #11 1069. | ^ #11 1069. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1069. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1069. | ^ #11 1069. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1069. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1069. | ^ #11 1069. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1069. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1069. | ^ #11 1069. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1069. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1069. | ^ #11 1069. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1069. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1069. | ^ #11 1069. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1069. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1069. | ^ #11 1069. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1069. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1069. | ^ #11 1069. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #11 1069. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1069. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1069. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1069. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1069. from nsgui.h:34, #11 1069. from dispextern.h:137, #11 1069. from nsfont.m:28: #11 1069. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1069. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1069. | ^ #11 1069. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1069. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1069. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1069. from nsgui.h:34, #11 1069. from dispextern.h:137, #11 1069. from nsfont.m:28: #11 1069. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1069. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1069. | ^ #11 1069. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #11 1069. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #11 1069. | ^~~~~~~~~~ #11 1069. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1069. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1069. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1069. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1069. from nsgui.h:34, #11 1069. from dispextern.h:137, #11 1069. from nsfont.m:28: #11 1069. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #11 1069. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #11 1069. | ^~~~~~~~~~ #11 1069. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #11 1069. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1069. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1069. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1069. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1069. from nsgui.h:34, #11 1069. from dispextern.h:137, #11 1069. from nsfont.m:28: #11 1069. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1069. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1069. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1070. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1070. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #11 1070. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1070. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1070. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #11 1070. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1070. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1070. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1070. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 46 | #if GS_EXPOSE(NSAffineTransform) #11 1070. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #11 1070. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #11 1070. from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #11 1070. from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 45 | #if GS_EXPOSE(NSArchiver) #11 1070. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1070. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 164 | #if GS_EXPOSE(NSUnarchiver) #11 1070. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1070. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #11 1070. from /usr/include/GNUstep/Foundation/Foundation.h:45, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #11 1070. from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #11 1070. from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #11 1070. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1070. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 114 | #if GS_EXPOSE(NSBundle) #11 1070. | ^~~~~~~~~~~~~~~~~~~~~ #11 1070. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #11 1070. from /usr/include/GNUstep/Foundation/Foundation.h:49, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 43 | #if GS_EXPOSE(NSCache) #11 1070. | ^~~~~~~~~~~~~~~~~~~~ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 37 | #if GS_EXPOSE(NSCalendarDate) #11 1070. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1070. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #11 1070. from /usr/include/GNUstep/Foundation/Foundation.h:53, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #11 1070. from /usr/include/GNUstep/Foundation/Foundation.h:55, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 113 | #if GS_EXPOSE(NSException) #11 1070. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1070. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1070. 303 | NSGetUncaughtExceptionHandler(); #11 1070. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #11 1070. from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 53 | #if GS_EXPOSE(NSExpression) #11 1070. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1070. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #11 1070. from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 74 | #if GS_EXPOSE(NSComparisonPredicate) #11 1070. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 47 | #if GS_EXPOSE(NSCompoundPredicate) #11 1070. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1070. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #11 1070. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 47 | #if GS_EXPOSE(NSTimer) #11 1070. | ^~~~~~~~~~~~~~~~~~~~ #11 1070. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #11 1070. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #11 1070. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #11 1070. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #11 1070. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 46 | #if GS_EXPOSE(NSRunLoop) #11 1070. | ^~~~~~~~~~~~~~~~~~~~~~ #11 1070. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #11 1070. from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #11 1070. from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #11 1070. from /usr/include/GNUstep/Foundation/Foundation.h:61, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 127 | #if GS_EXPOSE(NSDateFormatter) #11 1070. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1070. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #11 1070. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #11 1070. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #11 1070. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #11 1070. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #11 1070. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1070. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 192 | #if GS_EXPOSE(NSDecimalNumber) #11 1070. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 40 | #if GS_EXPOSE(NSDistantObject) #11 1070. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 41 | #if GS_EXPOSE(NSDistributedLock) #11 1070. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #11 1070. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 74 | #if GS_EXPOSE(NSLock) #11 1070. | ^~~~~~~~~~~~~~~~~~~ #11 1070. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 125 | #if GS_EXPOSE(NSCondition) #11 1070. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1070. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 175 | #if GS_EXPOSE(NSConditionLock) #11 1070. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1070. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 275 | #if GS_EXPOSE(NSRecursiveLock) #11 1070. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1070. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #11 1070. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #11 1070. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #11 1070. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 71 | #if GS_EXPOSE(NSNotificationCenter) #11 1070. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1070. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #11 1070. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 134 | #if GS_EXPOSE(NSError) #11 1070. | ^~~~~~~~~~~~~~~~~~~~ #11 1070. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #11 1070. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1070. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 182 | #if GS_EXPOSE(NSURLHandle) #11 1070. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1070. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1070. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 73 | #if GS_EXPOSE(NSURL) #11 1070. | ^~~~~~~~~~~~~~~~~~ #11 1070. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #11 1070. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1070. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1070. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 599 | #if GS_EXPOSE(NSURLQueryItem) #11 1070. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1070. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 633 | #if GS_EXPOSE(NSURLComponents) #11 1070. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1070. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 160 | #if GS_EXPOSE(NSPipe) #11 1070. | ^~~~~~~~~~~~~~~~~~~ #11 1070. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #11 1070. from /usr/include/GNUstep/Foundation/Foundation.h:80, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #11 1070. from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 215 | #if GS_EXPOSE(NSFileManager) #11 1070. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1070. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #11 1070. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1070. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 42 | #if GS_EXPOSE(NSHost) #11 1070. | ^~~~~~~~~~~~~~~~~~~ #11 1070. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 68 | #if GS_EXPOSE(NSHTTPCookie) #11 1070. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1070. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #11 1070. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 47 | #if GS_EXPOSE(NSIndexPath) #11 1070. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 49 | #if GS_EXPOSE(NSIndexSet) #11 1070. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1070. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #11 1070. from /usr/include/GNUstep/Foundation/Foundation.h:95, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 52 | #if GS_EXPOSE(NSMethodSignature) #11 1070. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 38 | #if GS_EXPOSE(NSInvocation) #11 1070. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1070. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #11 1070. from /usr/include/GNUstep/Foundation/Foundation.h:96, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1070. | ^ #11 1070. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1070. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1070. | ^ #11 1070. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #11 1070. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1070. from nsgui.h:34, #11 1070. from dispextern.h:137, #11 1070. from nsfont.m:28: #11 1070. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be p #11 1070. [output clipped, log limit 2MiB reached] #11 1071. make[3]: Leaving directory '/checkout/src' #11 1071. make[2]: Leaving directory '/checkout' #11 1071. make[1]: Leaving directory '/checkout' #11 1071. make[1]: Entering directory '/checkout' #11 1071. make[1]: Leaving directory '/checkout' #11 1072. /GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #11 1072. from /usr/include/GNUstep/Foundation/Foundation.h:111, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 40 | #if GS_EXPOSE(NSMetadataItem) #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 66 | #if GS_EXPOSE(NSMetadataQuery) #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 112 | #if GS_EXPOSE(NSNotificationQueue) #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 361 | #if GS_EXPOSE(NSNetService) #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 123 | #if GS_EXPOSE(NSNumberFormatter) #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 53 | #if GS_EXPOSE(NSPortCoder) #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #11 1072. from /usr/include/GNUstep/Foundation/Foundation.h:129, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 77 | #if GS_EXPOSE(NSPort) #11 1072. | ^~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 202 | #if GS_EXPOSE(NSSocketPort) #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 284 | #if GS_EXPOSE(NSMessagePort) #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 47 | #if GS_EXPOSE(NSPortMessage) #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 53 | #if GS_EXPOSE(NSProgress) #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 40 | #if GS_EXPOSE(NSProtocolChecker) #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 91 | #if GS_EXPOSE(NSRegularExpression) #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 42 | #if GS_EXPOSE(NSScanner) #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 48 | #if GS_EXPOSE(NSSortDescriptor) #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 58 | #if GS_EXPOSE(NSSpellServer) #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #11 1072. from /usr/include/GNUstep/Foundation/Foundation.h:154, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 51 | #if GS_EXPOSE(NSTask) #11 1072. | ^~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #11 1072. from /usr/include/GNUstep/Foundation/Foundation.h:156, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 59 | #if GS_EXPOSE(NSThread) #11 1072. | ^~~~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #11 1072. from /usr/include/GNUstep/Foundation/Foundation.h:158, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 87 | #if GS_EXPOSE(NSUndoManager) #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 59 | #if GS_EXPOSE(NSCachedURLResponse) #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 105 | #if GS_EXPOSE(NSURLCache) #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 48 | #if GS_EXPOSE(NSURLConnection) #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 56 | #if GS_EXPOSE(NSURLCredential) #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 49 | #if GS_EXPOSE(NSURLDownload) #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 121 | #if GS_EXPOSE(NSURLProtocol) #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 92 | #if GS_EXPOSE(NSURLRequest) #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 49 | #if GS_EXPOSE(NSURLResponse) #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 217 | #if GS_EXPOSE(NSUserDefaults) #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #11 1072. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #11 1072. from /usr/include/GNUstep/Foundation/Foundation.h:184, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 72 | #if GS_EXPOSE(NSXMLParser) #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #11 1072. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #11 1072. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #11 1072. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #11 1072. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #11 1072. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #11 1072. from /usr/include/GNUstep/AppKit/NSView.h:38, #11 1072. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1072. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1072. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1072. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #11 1072. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1072. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1072. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1072. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #11 1072. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1072. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1072. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1072. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1072. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1072. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1072. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1072. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1072. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1072. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #11 1072. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #11 1072. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #11 1072. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #11 1072. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #11 1072. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #11 1072. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #11 1072. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #11 1072. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #11 1072. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #11 1072. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #11 1072. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #11 1072. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #11 1072. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #11 1072. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #11 1072. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #11 1072. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #11 1072. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #11 1072. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:56, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:58, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:64, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:64, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #11 1072. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #11 1072. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:68, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:68, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #11 1072. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #11 1072. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:93, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:98, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #11 1072. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #11 1072. | ^~~~~~~~~~~~~~~~~~~~ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #11 1072. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #11 1072. | ^~~~~~~~~~~~~~~~~~~~ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:103, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:115, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:122, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #11 1072. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:143, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:150, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:153, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #11 1072. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:173, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:189, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:201, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #11 1072. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #11 1072. from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #11 1072. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #11 1072. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1072. | ^ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1072. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1072. | ^ #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1072. 125 | __attribute__((unused)); #11 1072. | ^~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1072. 129 | __attribute__((unused)); #11 1072. | ^~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1072. 133 | __attribute__((unused)); #11 1072. | ^~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1072. 214 | __attribute__((unused)); #11 1072. | ^~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1072. 247 | __attribute__((unused)); #11 1072. | ^~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1072. 251 | __attribute__((unused)); #11 1072. | ^~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1072. 259 | __attribute__((unused)); #11 1072. | ^~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1072. 263 | __attribute__((unused)); #11 1072. | ^~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1072. 267 | __attribute__((unused)); #11 1072. | ^~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1072. 271 | __attribute__((unused)); #11 1072. | ^~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1072. 275 | __attribute__((unused)); #11 1072. | ^~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1072. 287 | __attribute__((unused)); #11 1072. | ^~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1072. 311 | __attribute__((unused)); #11 1072. | ^~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1072. 323 | __attribute__((unused)); #11 1072. | ^~~~~~~~~~~~~ #11 1072. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #11 1072. from nsgui.h:34, #11 1072. from dispextern.h:137, #11 1072. from nsfont.m:28: #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1072. 493 | PSgsave() #11 1072. | ^~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1072. 499 | PSgrestore() #11 1072. | ^~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1072. 505 | PSinitgraphics() #11 1072. | ^~~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1072. 622 | PSinitmatrix() #11 1072. | ^~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1072. 669 | PSclip() #11 1072. | ^~~~~~ #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1072. 675 | PSclosepath() #11 1072. | ^~~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1072. 687 | PSeoclip() #11 1072. | ^~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1072. 693 | PSeofill() #11 1072. | ^~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1072. 699 | PSfill() #11 1072. | ^~~~~~ #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1072. 705 | PSflattenpath() #11 1072. | ^~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1072. 711 | PSinitclip() #11 1072. | ^~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1072. 729 | PSnewpath() #11 1072. | ^~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1072. 765 | PSreversepath() #11 1072. | ^~~~~~~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1072. 783 | PSstroke() #11 1072. | ^~~~~~~~ #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1072. 835 | PSWait() #11 1072. | ^~~~~~ #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #11 1072. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #11 1072. nsfont.m: In function 'nsfont_open': #11 1072. nsfont.m:1038:36: error: too few arguments to function 'Ffont_xlfd_name' #11 1072. 1038 | font->props[FONT_NAME_INDEX] = Ffont_xlfd_name (font_object, Qnil); #11 1072. | ^~~~~~~~~~~~~~~ #11 1072. In file included from nsfont.m:27: #11 1072. ./globals.h:4723:8: note: declared here #11 1072. 4723 | EXFUN (Ffont_xlfd_name, 3); #11 1072. | ^~~~~~~~~~~~~~~ #11 1072. lisp.h:902:22: note: in definition of macro 'EXFUN' #11 1072. 902 | extern Lisp_Object fnname DEFUN_ARGS_ ## maxargs #11 1072. | ^~~~~~ #11 1072. make[3]: *** [Makefile:457: nsfont.o] Error 1 #11 1072. make[2]: *** [Makefile:554: src] Error 2 #11 1072. make[1]: *** [Makefile:1291: actual-bootstrap] Error 2 #11 1072. *** #11 1072. *** "make bootstrap" failed with exit status 2. #11 1072. *** #11 1072. *** You could try to: #11 1072. *** - run "make extraclean" and run "make" again (or, equivalently, run #11 1072. *** "make bootstrap configure=default"), to rebuild Emacs with the #11 1072. *** default configuration options, which might fix the problem #11 1072. *** - run "git clean -fdx" and run "make bootstrap" again, which might #11 1072. *** fix the problem if "make bootstrap configure=default" did not #11 1072. *** !BEWARE! "git clean -fdx" deletes all files that are not under #11 1072. *** !BEWARE! version control, which means that all changes to such #11 1072. *** !BEWARE! files will be lost and cannot be restored later #11 1072. *** - run "make V=1", which displays the full commands invoked by make, #11 1072. *** to further investigate the problem #11 1072. *** - report the problem and ask for help by sending an email to #11 1072. *** bug-gnu-emacs@gnu.org, mentioning at least the build error #11 1072. *** message, the platform, and the repository revision displayed by #11 1072. *** "git rev-parse HEAD" #11 1072. *** #11 1072. make[1]: *** [Makefile:418: advice-on-failure] Error 2 #11 1072. make: *** [Makefile:1274: bootstrap] Error 2 #11 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:1696897795:step_script section_start:1696897795: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-238292d6: No such file or directory section_end:1696897800:after_script section_start:1696897800:cleanup_file_variables Cleaning up project directory and file based variables section_end:1696897803:cleanup_file_variables ERROR: Job failed: exit code 1