Running with gitlab-runner 15.3.0 (bbcb5aba)  on emba-docker-runner 2oEDrUT7 section_start:1696809807: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:1696809828:prepare_executor section_start:1696809828:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-1 via emba.gnu.org... section_end:1696809831:prepare_script section_start:1696809831:get_sources Getting source from Git repository $ git config --global http.proxy $HTTP_PROXY; git config --global https.proxy $HTTPS_PROXY Fetching changes with git depth set to 50... Reinitialized existing Git repository in /builds/emacs/emacs/.git/ Checking out 35205f19 as master... Removing test-native-comp-speed2-81a0c1ed/ Skipping Git submodules setup section_end:1696809850:get_sources section_start:1696809850: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: 24 Running: 5 Paused: 0 Stopped: 19 Images: 15 Server Version: 20.10.21 Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc Default Runtime: runc Init Binary: docker-init containerd version: runc version: init version: Security Options: apparmor seccomp Profile: default Kernel Version: 4.15.0-213-generic Operating System: Trisquel GNU/Linux Etiona (9.0.2) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.789GiB Name: emba.gnu.org ID: X47L:JFLM:IP7X:AN3A:6FS4:N5DF:SGWZ:KSYJ:GQ2L:ZEKB:GUXD:3IZT Docker Root Dir: /var/lib/docker Debug Mode: false HTTP Proxy: http://serverproxy0p.fsf.org:8118/ HTTPS Proxy: http://serverproxy0p.fsf.org:8118/ No Proxy: localhost,127.0.0.1,eggs.gnu.org,emba.gnu.org/ Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false WARNING: No swap limit support $ 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. Login Succeeded WARNING! Your password will be stored unencrypted in /.docker-config-35205f19ca9c3aa4e70bd3a233c500ff7b5fa0cf/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store $ docker build --pull --target ${target} -t ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba . #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: #1 transferring dockerfile: 6.46kB 0.1s done #1 DONE 0.8s #2 [internal] load .dockerignore #2 transferring context: 2B 0.1s done #2 DONE 0.8s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 0.7s #4 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:54d33aaad... #4 DONE 0.0s #7 [internal] load build context #7 transferring context: 27.27MB 2.8s #7 transferring context: 82.07MB 7.9s #7 transferring context: 111.99MB 13.1s #7 transferring context: 126.19MB 18.1s #7 transferring context: 139.45MB 23.2s #7 transferring context: 147.10MB 28.5s #7 transferring context: 169.21MB 33.5s #7 transferring context: 188.05MB 38.6s #7 transferring context: 193.72MB 50.1s #7 transferring context: 201.48MB 55.2s #7 transferring context: 223.18MB 60.2s #7 transferring context: 231.87MB 65.4s #7 transferring context: 245.71MB 76.7s #7 transferring context: 256.18MB 83.6s #7 transferring context: 262.94MB 88.9s #7 transferring context: 274.74MB 90.5s done #7 DONE 91.3s #5 [emacs-base 2/2] RUN apt-get update && apt-get install -y --no-insta... #5 CACHED #6 [emacs-gnustep 1/6] RUN apt-get update && apt-get install -y --no-in... #6 CACHED #8 [emacs-gnustep 2/6] COPY . /checkout #8 DONE 43.5s #9 [emacs-gnustep 3/6] WORKDIR /checkout #9 DONE 2.8s #10 [emacs-gnustep 4/6] RUN ./autogen.sh autoconf #10 2.815 Checking whether you have the necessary tools... #10 2.815 (Read INSTALL.REPO for more details on building Emacs) #10 2.821 Checking for autoconf (need at least version 2.65) ... ok #10 2.930 Your system has the required tools. #10 2.953 Building aclocal.m4 ... #10 2.973 Running 'autoreconf -fi -I m4' ... #10 22.08 Building 'aclocal.m4' in exec ... #10 22.08 Running 'autoreconf -fi' in exec ... #10 28.96 You can now run './autogen.sh git'. #10 DONE 37.8s #11 [emacs-gnustep 5/6] RUN ./configure --with-ns #11 2.653 checking for xcrun... no #11 2.653 checking for GNU Make... make #11 2.687 checking build system type... x86_64-pc-linux-gnu #11 3.273 checking host system type... x86_64-pc-linux-gnu #11 3.326 checking for gcc... gcc #11 3.463 checking whether the C compiler works... yes #11 3.910 checking for C compiler default output file name... a.out #11 3.910 checking for suffix of executables... #11 4.292 checking whether we are cross compiling... no #11 4.596 checking for suffix of object files... o #11 4.744 checking whether we are using the GNU C compiler... yes #11 4.862 checking whether gcc accepts -g... yes #11 4.994 checking for gcc option to enable C11 features... none needed #11 5.696 checking whether the compiler is clang... no #11 5.942 checking for compiler option needed when checking for declarations... none #11 5.942 checking whether gcc and cc understand -c and -o together... yes #11 6.763 checking how to run the C preprocessor... gcc -E #11 7.214 checking for grep that handles long lines and -e... /bin/grep #11 7.237 checking for egrep... /bin/grep -E #11 7.264 checking for ANSI C header files... yes #11 7.953 checking for sys/types.h... yes #11 8.297 checking for sys/stat.h... yes #11 8.588 checking for stdlib.h... yes #11 8.899 checking for string.h... yes #11 9.167 checking for memory.h... yes #11 9.470 checking for strings.h... yes #11 9.788 checking for inttypes.h... yes #11 10.06 checking for stdint.h... yes #11 10.43 checking for unistd.h... yes #11 10.79 checking for wchar.h... yes #11 11.28 checking for minix/config.h... no #11 11.55 checking for linux/fs.h... yes #11 12.00 checking for malloc.h... yes #11 12.30 checking for sys/systeminfo.h... no #11 12.54 checking for sys/sysinfo.h... yes #11 12.82 checking for coff.h... no #11 13.03 checking for pty.h... yes #11 13.23 checking for sys/resource.h... yes #11 13.39 checking for sys/utsname.h... yes #11 13.77 checking for pwd.h... yes #11 14.00 checking for util.h... no #11 14.17 checking for sanitizer/lsan_interface.h... yes #11 14.35 checking for sanitizer/asan_interface.h... yes #11 14.61 checking for sanitizer/common_interface_defs.h... yes #11 14.84 checking for sys/socket.h... yes #11 15.09 checking for stdlib.h... (cached) yes #11 15.14 checking for unistd.h... (cached) yes #11 15.27 checking for sys/param.h... yes #11 15.60 checking for pthread.h... yes #11 15.83 checking for malloc/malloc.h... no #11 16.01 checking for sys/un.h... yes #11 16.26 checking for utmp.h... yes #11 16.62 checking for utmpx.h... yes #11 16.83 checking for OS.h... no #11 21.84 checking for dirent.h... yes #11 22.10 checking for execinfo.h... yes #11 22.50 checking for linux/xattr.h... yes #11 23.09 checking for stdio_ext.h... yes #11 23.32 checking for sys/vfs.h... yes #11 23.51 checking for sys/fs_types.h... no #11 23.72 checking for getopt.h... yes #11 23.90 checking for sys/cdefs.h... yes #11 24.20 checking for sys/time.h... yes #11 24.51 checking for ieee754.h... yes #11 24.75 checking for limits.h... yes #11 24.98 checking for inttypes.h... (cached) yes #11 25.08 checking for sys/types.h... (cached) yes #11 25.11 checking for stdint.h... (cached) yes #11 25.16 checking for sys/select.h... yes #11 25.30 checking for stdbool.h... yes #11 25.44 checking for stdckdint.h... no #11 25.58 checking for sys/random.h... yes #11 25.71 checking for sys/stat.h... (cached) yes #11 25.72 checking whether it is safe to define __EXTENSIONS__... yes #11 25.88 checking whether _XOPEN_SOURCE should be defined... no #11 25.97 checking for Minix Amsterdam compiler... no #11 26.04 checking for ar... ar #11 26.06 checking for ranlib... ranlib #11 26.07 checking for gcc option to enable large file support... none needed #11 26.36 checking for gcc option for timestamps after 2038... none needed #11 26.51 checking for g++... g++ #11 26.70 checking whether we are using the GNU C++ compiler... yes #11 30.08 checking whether g++ accepts -g... yes #11 30.21 checking for g++ option to enable C++11 features... none needed #11 57.27 checking how to run the C++ preprocessor... g++ -E #11 57.61 checking whether gcc accepts -g3 -O2... yes #11 57.81 checking whether the compiler is clang... no #11 57.98 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 58.07 checking whether -Wno-missing-field-initializers is needed... yes #11 58.26 checking whether -Wuninitialized is supported... yes #11 58.36 checking whether C compiler handles -fstrict-flex-arrays... no #11 58.48 checking whether C compiler handles -Wall... yes #11 58.62 checking whether C compiler handles -Warith-conversion... yes #11 58.77 checking whether C compiler handles -Wdate-time... yes #11 58.94 checking whether C compiler handles -Wdisabled-optimization... yes #11 59.24 checking whether C compiler handles -Wdouble-promotion... yes #11 59.71 checking whether C compiler handles -Wduplicated-cond... yes #11 59.94 checking whether C compiler handles -Wextra... yes #11 60.30 checking whether C compiler handles -Wformat-signedness... yes #11 60.64 checking whether C compiler handles -Winit-self... yes #11 60.87 checking whether C compiler handles -Winvalid-pch... yes #11 61.08 checking whether C compiler handles -Wlogical-op... yes #11 61.32 checking whether C compiler handles -Wmissing-declarations... yes #11 61.55 checking whether C compiler handles -Wmissing-include-dirs... yes #11 61.86 checking whether C compiler handles -Wmissing-prototypes... yes #11 62.15 checking whether C compiler handles -Wnested-externs... yes #11 62.48 checking whether C compiler handles -Wnull-dereference... yes #11 62.71 checking whether C compiler handles -Wold-style-definition... yes #11 63.01 checking whether C compiler handles -Wopenmp-simd... yes #11 63.26 checking whether C compiler handles -Wpacked... yes #11 63.47 checking whether C compiler handles -Wpointer-arith... yes #11 63.67 checking whether C compiler handles -Wstrict-flex-arrays... no #11 63.80 checking whether C compiler handles -Wstrict-prototypes... yes #11 63.96 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 64.09 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 64.24 checking whether C compiler handles -Wsuggest-final-methods... yes #11 64.39 checking whether C compiler handles -Wsuggest-final-types... yes #11 64.55 checking whether C compiler handles -Wtrampolines... yes #11 64.67 checking whether C compiler handles -Wuninitialized... yes #11 64.85 checking whether C compiler handles -Wunknown-pragmas... yes #11 64.98 checking whether C compiler handles -Wunused-macros... yes #11 65.16 checking whether C compiler handles -Wvariadic-macros... yes #11 65.32 checking whether C compiler handles -Wvector-operation-performance... yes #11 65.49 checking whether C compiler handles -Wwrite-strings... yes #11 65.68 checking whether C compiler handles -Warray-bounds=2... yes #11 65.89 checking whether C compiler handles -Wattribute-alias=2... yes #11 66.01 checking whether C compiler handles -Wformat=2... yes #11 66.18 checking whether C compiler handles -Wformat-truncation=2... yes #11 66.34 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 66.52 checking whether C compiler handles -Wshift-overflow=2... yes #11 66.67 checking whether C compiler handles -Wuse-after-free=3... no #11 66.75 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 67.07 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 67.24 checking whether C compiler handles -Wredundant-decls... yes #11 67.41 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #11 67.41 checking whether C compiler handles -Wno-override-init... yes #11 67.51 checking whether C compiler handles -Wno-sign-compare... yes #11 67.72 checking whether C compiler handles -Wno-type-limits... yes #11 67.89 checking whether C compiler handles -Wno-unused-parameter... yes #11 68.08 checking whether C compiler handles -Wno-format-nonliteral... yes #11 68.26 checking whether C compiler handles -Wno-bidi-chars... no #11 68.32 checking for a BSD-compatible install... /usr/bin/install -c #11 68.36 checking command to symlink files in the same directory... ln -s #11 68.39 checking for install-info... : #11 68.39 checking for gzip... /bin/gzip #11 68.41 checking for 'find' args to delete a file... -delete #11 68.45 checking for brew... no #11 68.96 checking for -znocombreloc... not needed #11 68.96 checking whether addresses are sanitized... no #11 69.02 checking for math library... -lm #11 69.80 checking for struct passwd.pw_gecos... yes #11 69.91 checking for pkg-config... /usr/bin/pkg-config #11 69.92 checking pkg-config is at least version 0.9.0... yes #11 70.03 checking for machine/soundcard.h... no #11 70.14 checking for sys/soundcard.h... yes #11 70.28 checking for soundcard.h... no #11 70.38 checking for mmsystem.h... no #11 70.47 checking for _oss_ioctl in -lossaudio... no #11 70.64 checking for alsa >= 1.0.0... no #11 70.68 checking for ADDR_NO_RANDOMIZE... yes #11 70.77 checking if Linux sysinfo may be used... yes #11 71.03 checking for sys/wait.h that is POSIX.1 compatible... yes #11 71.19 checking for net/if.h... yes #11 71.38 checking for ifaddrs.h... yes #11 71.66 checking for net/if_dl.h... no #11 71.82 checking for struct ifreq.ifr_flags... yes #11 72.05 checking for struct ifreq.ifr_hwaddr... yes #11 72.39 checking for struct ifreq.ifr_netmask... yes #11 72.68 checking for struct ifreq.ifr_broadaddr... yes #11 73.02 checking for struct ifreq.ifr_addr... yes #11 73.40 checking for struct ifreq.ifr_addr.sa_len... no #11 73.67 checking whether gcc understands -MMD -MF... yes #11 73.79 checking for X... no #11 74.24 checking AppKit/AppKit.h usability... yes #11 76.72 checking AppKit/AppKit.h presence... yes #11 77.35 checking for AppKit/AppKit.h... yes #11 77.35 checking for Mac OS X 12.0 or later... yes #11 77.49 checking for gcc... gcc #11 77.68 checking whether we are using the GNU Objective C compiler... yes #11 77.82 checking whether gcc accepts -g... yes #11 77.92 checking if the Objective C compiler supports instancetype... yes #11 77.99 checking if the Objective C compiler defaults to C99... no #11 78.10 checking whether malloc is Doug Lea style... no #11 78.28 checking for sbrk... yes #11 78.60 checking for __lsan_ignore_object... no #11 78.82 checking for fchmod... yes #11 79.07 checking for utmpname... yes #11 79.20 checking for utmpxname... yes #11 79.52 checking for canonicalize_file_name... yes #11 79.87 checking for realpath... yes #11 80.08 checking for lstat... yes #11 80.33 checking for fchmodat... yes #11 80.58 checking for lchmod... no #11 80.68 checking for fcntl... yes #11 80.91 checking for fdopendir... yes #11 81.11 checking for listxattr... yes #11 81.38 checking for fstatat... yes #11 81.65 checking for fsync... yes #11 81.85 checking for gettimeofday... yes #11 82.23 checking for memset_explicit... no #11 82.57 checking for memset_s... no #11 82.78 checking for pselect... yes #11 83.05 checking for readlink... yes #11 83.27 checking for isblank... yes #11 83.64 checking for iswctype... yes #11 83.92 checking for strtoimax... yes #11 84.20 checking for symlink... yes #11 84.50 checking for localtime_r... yes #11 84.76 checking for getdtablesize... yes #11 85.01 checking for getpagesize... yes #11 85.21 checking for working mmap... yes #11 85.63 checking for main in -lXbsd... no #11 85.80 checking for pthread library... -lpthread #11 86.36 checking for thread support... yes #11 86.36 checking for librsvg-2.0 >= 2.14.0... no #11 86.38 checking for libwebpdemux >= 0.6.0... no #11 86.41 checking for WebPGetInfo... no #11 86.63 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #11 86.65 checking for sqlite3_open_v2 in -lsqlite3... no #11 86.82 checking for getaddrinfo_a in -lanl... yes #11 87.02 checking for malloc_trim... yes #11 87.24 checking for dbus-1 >= 1.0... yes #11 87.30 checking for dbus_watch_get_unix_fd... yes #11 87.73 checking for dbus_type_is_valid... yes #11 88.04 checking for dbus_validate_bus_name... yes #11 88.25 checking for dbus_validate_path... yes #11 88.43 checking for dbus_validate_interface... yes #11 88.74 checking for dbus_validate_member... yes #11 89.16 checking for lgetfilecon in -lselinux... no #11 89.43 checking for gnutls >= 2.12.2... yes #11 89.53 checking for libsystemd >= 222... no #11 89.56 checking for jansson >= 2.7... no #11 89.60 checking for tree-sitter >= 0.20.2... no #11 89.63 checking for tree-sitter >= 0.6.3... no #11 89.66 checking sys/inotify.h usability... yes #11 89.87 checking sys/inotify.h presence... yes #11 89.94 checking for sys/inotify.h... yes #11 89.94 checking for inotify_init1... yes #11 90.27 checking for jpeglib 6b or later... no #11 90.48 checking for lcms2... no #11 90.53 checking for library containing inflateEnd... -lz #11 91.14 checking for dladdr... yes #11 91.58 checking for dlfunc... no #11 91.85 checking for libpng >= 1.0.0... no #11 91.87 checking for libpng not configured by pkg-config... no #11 91.95 checking tiffio.h usability... no #11 92.11 checking tiffio.h presence... no #11 92.19 checking for tiffio.h... no #11 92.19 checking gif_lib.h usability... no #11 92.39 checking gif_lib.h presence... no #11 92.50 checking for gif_lib.h... no #11 92.50 checking gpm.h usability... no #11 92.74 checking gpm.h presence... no #11 92.86 checking for gpm.h... no #11 92.88 checking for libxml-2.0 > 2.6.17... no #11 92.91 checking for maillock in -lmail... no #11 93.08 checking for maillock in -llockfile... no #11 93.26 checking for liblockfile.so... no #11 93.26 checking maillock.h usability... no #11 93.37 checking maillock.h presence... no #11 93.43 checking for maillock.h... no #11 93.46 checking linux/seccomp.h usability... yes #11 93.69 checking linux/seccomp.h presence... yes #11 93.72 checking for linux/seccomp.h... yes #11 93.76 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 93.91 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 94.03 checking linux/filter.h usability... yes #11 94.27 checking linux/filter.h presence... yes #11 94.33 checking for linux/filter.h... yes #11 94.40 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 94.45 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 94.46 checking for libseccomp >= 2.5.2... no #11 94.50 checking size of long... 8 #11 94.86 checking for accept4... yes #11 95.09 checking for fchdir... yes #11 95.38 checking for gethostname... yes #11 95.68 checking for getrusage... yes #11 95.97 checking for get_current_dir_name... yes #11 96.22 checking for lrand48... yes #11 96.52 checking for random... yes #11 96.84 checking for rint... yes #11 97.38 checking for tcdrain... yes #11 97.66 checking for trunc... yes #11 97.95 checking for select... yes #11 98.18 checking for getpagesize... (cached) yes #11 98.21 checking for setlocale... yes #11 98.44 checking for newlocale... yes #11 98.67 checking for getrlimit... yes #11 98.96 checking for setrlimit... yes #11 99.15 checking for shutdown... yes #11 99.47 checking for pthread_sigmask... (cached) yes #11 99.51 checking for strsignal... yes #11 99.75 checking for setitimer... yes #11 100.0 checking for sendto... yes #11 100.2 checking for recvfrom... yes #11 100.4 checking for getsockname... yes #11 100.7 checking for getifaddrs... yes #11 101.0 checking for freeifaddrs... yes #11 101.2 checking for gai_strerror... yes #11 101.4 checking for sync... yes #11 101.6 checking for endpwent... yes #11 101.8 checking for getgrent... yes #11 102.0 checking for endgrent... yes #11 102.2 checking for renameat2... yes #11 102.4 checking for cfmakeraw... yes #11 102.7 checking for cfsetspeed... yes #11 103.0 checking for __executable_start... yes #11 103.2 checking for log2... yes #11 103.5 checking for pthread_setname_np... yes #11 103.8 checking for pthread_set_name_np... no #11 104.0 checking for getpwent... yes #11 104.3 checking whether pthread_setname_np takes a single argument... no #11 104.4 checking whether pthread_setname_np takes three arguments... no #11 104.6 checking for aligned_alloc... yes #11 104.9 checking whether aligned_alloc is declared... yes #11 105.1 checking for posix_madvise... yes #11 105.3 checking for madvise... yes #11 105.5 checking for __builtin_frame_address... yes #11 105.7 checking for __builtin_unwind_init... yes #11 105.9 checking for _LARGEFILE_SOURCE value needed for large files... no #11 106.4 checking for grantpt... yes #11 106.8 checking for getpt... yes #11 107.2 checking for posix_openpt... yes #11 107.6 checking for library containing tputs... -ltinfo #11 108.4 checking whether -ltinfo library defines BC... yes #11 108.9 checking for timerfd interface... yes #11 109.2 checking whether signals can be handled on alternate stack... yes #11 109.3 checking valgrind/valgrind.h usability... no #11 109.4 checking valgrind/valgrind.h presence... no #11 109.4 checking for valgrind/valgrind.h... no #11 109.4 checking for struct unipair.unicode... yes #11 109.5 checking for pid_t... yes #11 109.9 checking vfork.h usability... no #11 110.0 checking vfork.h presence... no #11 110.1 checking for vfork.h... no #11 110.1 checking for fork... yes #11 110.3 checking for vfork... yes #11 110.7 checking for working fork... yes #11 111.1 checking for working vfork... (cached) yes #11 111.1 checking for snprintf... yes #11 111.5 checking for open_memstream... yes #11 111.8 checking spawn.h usability... yes #11 112.1 checking spawn.h presence... yes #11 112.2 checking for spawn.h... yes #11 112.2 checking for posix_spawn... yes #11 112.4 checking for posix_spawn_file_actions_addchdir... no #11 112.8 checking for posix_spawn_file_actions_addchdir_np... yes #11 113.2 checking for posix_spawnattr_setflags... yes #11 113.5 checking whether POSIX_SPAWN_SETSID is declared... yes #11 113.7 checking whether GLib is linked in... no #11 113.8 checking for nl_langinfo and CODESET... yes #11 114.0 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 114.1 checking for mbstate_t... yes #11 114.3 checking for signals via characters... yes #11 114.5 checking for _setjmp... yes #11 114.7 checking for sigsetjmp... yes #11 114.9 checking POSIX termios... yes #11 115.2 checking size of speed_t... 4 #11 115.5 checking for usable FIONREAD... yes #11 115.6 checking for usable SIGIO... yes #11 115.7 checking for struct alignment... yes #11 115.8 checking for C/C++ restrict keyword... __restrict__ #11 115.9 checking for typeof syntax and keyword spelling... typeof #11 116.1 checking for statement expressions... yes #11 116.2 checking whether malloc (0) returns nonnull... yes #11 116.4 checking sys/acl.h usability... yes #11 116.6 checking sys/acl.h presence... yes #11 116.7 checking for sys/acl.h... yes #11 116.7 checking for library containing acl_get_file... -lacl #11 117.2 checking for acl_get_file... yes #11 117.5 checking for acl_get_fd... yes #11 117.8 checking for acl_set_file... yes #11 118.1 checking for acl_set_fd... yes #11 118.4 checking for acl_free... yes #11 118.6 checking for acl_from_mode... yes #11 118.9 checking for acl_from_text... yes #11 119.1 checking for acl_delete_def_file... yes #11 119.6 checking for acl_extended_file... yes #11 119.8 checking for acl_delete_fd_np... no #11 120.1 checking for acl_delete_file_np... no #11 120.3 checking for acl_copy_ext_native... no #11 120.5 checking for acl_create_entry_np... no #11 120.8 checking for acl_to_short_text... no #11 121.0 checking for acl_free_text... no #11 121.3 checking for working acl_get_file... yes #11 121.6 checking acl/libacl.h usability... yes #11 121.8 checking acl/libacl.h presence... yes #11 121.9 checking for acl/libacl.h... yes #11 121.9 checking for acl_entries... yes #11 122.1 checking for ACL_FIRST_ENTRY... yes #11 122.2 checking for ACL_TYPE_EXTENDED... no #11 122.3 checking for working alloca.h... yes #11 122.7 checking for alloca... yes #11 123.0 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 123.0 checking whether the preprocessor supports include_next... yes #11 123.2 checking whether source code line length is unlimited... yes #11 123.3 checking whether endutent is declared... yes #11 123.5 checking for struct utmpx.ut_user... yes #11 123.7 checking for struct utmp.ut_user... yes #11 123.9 checking for struct utmpx.ut_name... yes #11 124.1 checking for struct utmp.ut_name... yes #11 124.3 checking for struct utmpx.ut_type... yes #11 124.5 checking for struct utmp.ut_type... yes #11 124.6 checking for struct utmpx.ut_pid... yes #11 124.8 checking for struct utmp.ut_pid... yes #11 125.0 checking for struct utmp.ut_tv... yes #11 125.3 checking for struct utmpx.ut_host... yes #11 125.6 checking for struct utmp.ut_host... yes #11 125.8 checking for struct utmpx.ut_id... yes #11 126.0 checking for struct utmp.ut_id... yes #11 126.1 checking for struct utmpx.ut_session... yes #11 126.4 checking for struct utmp.ut_session... yes #11 126.5 checking for struct utmpx.ut_exit... yes #11 126.8 checking for struct utmp.ut_exit... yes #11 127.2 checking for struct utmpx.ut_exit.ut_exit... no #11 127.6 checking for struct utmpx.ut_exit.e_exit... yes #11 127.7 checking for struct utmp.ut_exit.e_exit... yes #11 127.9 checking for struct utmpx.ut_exit.ut_termination... no #11 128.1 checking for struct utmpx.ut_exit.e_termination... yes #11 128.3 checking for struct utmp.ut_exit.e_termination... yes #11 128.4 checking whether sysinfo is declared... yes #11 128.5 checking for sys/sysctl.h... yes #11 128.7 checking for sysctl... yes #11 128.9 checking whether lstat correctly handles trailing slash... yes #11 129.3 checking whether // is distinct from /... no #11 129.3 checking whether realpath works... yes #11 129.7 checking for faccessat... yes #11 129.9 checking for getcwd... yes #11 130.1 checking whether byte ordering is bigendian... no #11 130.4 checking if environ is properly declared... yes #11 130.6 checking for complete errno.h... yes #11 130.6 checking whether ctype.h defines __header_inline... no #11 130.6 checking for mode_t... yes #11 131.0 checking whether strmode is declared... no #11 131.1 checking whether getline is declared... yes #11 131.3 checking for gawk... no #11 131.3 checking for mawk... mawk #11 131.3 checking for getopt.h... (cached) yes #11 131.3 checking for getopt_long_only... yes #11 131.6 checking whether getopt is POSIX compatible... yes #11 132.6 checking for working GNU getopt function... yes #11 132.9 checking for working GNU getopt_long function... yes #11 133.1 checking whether timespec_get is declared... yes #11 133.2 checking for timespec_get... yes #11 133.4 checking for struct timeval... yes #11 133.5 checking for wide-enough struct timeval.tv_sec member... yes #11 133.6 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 133.7 checking whether the compiler produces multi-arch binaries... no #11 133.7 checking whether stdint.h conforms to C99... yes #11 134.3 checking whether stdint.h works without ISO C predefines... yes #11 134.4 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 134.6 checking whether memmem is declared... yes #11 134.9 checking whether memrchr is declared... yes #11 135.0 checking whether defines MIN and MAX... no #11 135.2 checking whether defines MIN and MAX... yes #11 135.3 checking whether time_t is signed... yes #11 135.5 checking whether alarm is declared... yes #11 135.8 checking for working mktime... no #11 136.6 checking whether struct tm is in sys/time.h or time.h... time.h #11 136.8 checking for struct tm.tm_zone... yes #11 137.0 checking for struct tm.tm_gmtoff... yes #11 137.1 checking whether is self-contained... yes #11 137.9 checking for inline... inline #11 137.9 checking for sigset_t... yes #11 138.1 checking for volatile sig_atomic_t... yes #11 138.2 checking for sighandler_t... yes #11 138.4 checking for wchar_t... yes #11 138.5 checking for good max_align_t... yes #11 138.6 checking whether NULL can be used in arbitrary expressions... yes #11 138.6 checking for unreachable... no #11 138.8 checking whether fcloseall is declared... yes #11 138.9 checking whether getw is declared... yes #11 139.1 checking whether putw is declared... yes #11 139.2 checking which flavor of printf attribute matches inttypes macros... system #11 139.3 checking whether strnlen is declared... yes #11 139.4 checking whether strtoimax is declared... yes #11 139.6 checking whether stat file-mode macros are broken... no #11 139.7 checking for nlink_t... yes #11 140.0 checking for struct timespec in ... yes #11 140.1 checking for TIME_UTC in ... yes #11 140.3 checking whether execvpe is declared... yes #11 140.5 checking whether clearerr_unlocked is declared... yes #11 140.7 checking whether feof_unlocked is declared... yes #11 141.0 checking whether ferror_unlocked is declared... yes #11 141.2 checking whether fflush_unlocked is declared... yes #11 141.5 checking whether fgets_unlocked is declared... yes #11 141.7 checking whether fputc_unlocked is declared... yes #11 141.9 checking whether fputs_unlocked is declared... yes #11 142.2 checking whether fread_unlocked is declared... yes #11 142.4 checking whether fwrite_unlocked is declared... yes #11 142.7 checking whether getc_unlocked is declared... yes #11 142.9 checking whether getchar_unlocked is declared... yes #11 143.1 checking whether putc_unlocked is declared... yes #11 143.4 checking whether putchar_unlocked is declared... yes #11 143.6 checking type of array argument to getgroups... gid_t #11 143.9 checking whether getdelim is declared... yes #11 144.1 checking whether getdtablesize is declared... yes #11 144.3 checking whether malloc is ptrdiff_t safe... yes #11 144.4 checking whether malloc, realloc, calloc set errno on failure... yes #11 144.4 checking for O_CLOEXEC... yes #11 144.6 checking for promoted mode_t type... mode_t #11 144.7 checking whether the utimes function works... yes #11 145.2 checking for C compiler option to allow warnings... -Wno-error #11 145.5 checking for alignas and alignof... yes, macros #11 145.8 checking for alloca as a compiler built-in... yes #11 145.9 checking for static_assert... yes, an macro #11 146.0 checking for __builtin_expect... yes #11 146.1 checking byteswap.h usability... yes #11 146.3 checking byteswap.h presence... yes #11 146.4 checking for byteswap.h... yes #11 146.4 checking for readlinkat... yes #11 146.6 checking for library containing clock_gettime... none required #11 146.8 checking for clock_getres... yes #11 146.9 checking for clock_gettime... yes #11 147.1 checking for clock_settime... yes #11 147.2 checking for copy_file_range... yes #11 147.4 checking for d_type member in directory struct... yes #11 147.5 checking whether // is distinct from /... (cached) no #11 147.5 checking whether dup2 works... yes #11 147.7 checking for library containing backtrace_symbols_fd... none required #11 147.9 checking for faccessat... (cached) yes #11 147.9 checking whether fchmodat works... no #11 148.1 checking for readlinkat... (cached) yes #11 148.1 checking whether fcntl handles F_DUPFD correctly... yes #11 148.4 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 148.8 checking whether fdopendir is declared... yes #11 148.9 checking whether fdopendir works... yes #11 149.2 checking for flexible array member... yes #11 149.4 checking for __fpending... yes #11 149.7 checking whether __fpending is declared... yes #11 149.8 checking whether free is known to preserve errno... no #11 149.9 checking whether fstatat (..., 0) works... yes #11 150.1 checking for sys/mount.h... yes #11 150.3 checking for statvfs function (SVR4)... yes #11 150.5 checking whether to use statvfs64... no #11 150.5 checking for two-argument statfs with statfs.f_frsize member... yes #11 150.8 checking sys/fs/s5param.h usability... no #11 151.0 checking sys/fs/s5param.h presence... no #11 151.1 checking for sys/fs/s5param.h... no #11 151.1 checking sys/statfs.h usability... yes #11 151.2 checking sys/statfs.h presence... yes #11 151.3 checking for sys/statfs.h... yes #11 151.3 checking for statfs that truncates block counts... no #11 151.4 checking for futimens... yes #11 151.6 checking whether futimens works... yes #11 152.9 checking for getline... yes #11 153.1 checking for working getline function... yes #11 153.4 checking for getloadavg... yes #11 153.6 checking sys/loadavg.h usability... no #11 153.7 checking sys/loadavg.h presence... no #11 153.7 checking for sys/loadavg.h... no #11 153.7 checking whether getloadavg is declared... yes #11 153.8 checking for getrandom... yes #11 154.0 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 154.1 checking for gettimeofday with POSIX signature... yes #11 154.2 checking whether the compiler supports the __inline keyword... yes #11 154.3 checking gmp.h usability... yes #11 154.4 checking gmp.h presence... yes #11 154.5 checking for gmp.h... yes #11 154.5 checking for library containing __gmpz_roinit_n... -lgmp #11 154.8 checking for memmem... yes #11 154.9 checking whether memmem works... yes #11 155.1 checking for mempcpy... yes #11 155.2 checking for memrchr... yes #11 155.3 checking for explicit_memset... no #11 155.4 checking for mkostemp... yes #11 155.6 checking for library containing nanosleep... none required #11 155.7 checking for working nanosleep... no (mishandles large arguments) #11 156.9 checking for sys/pstat.h... no #11 157.1 checking for sys/sysmp.h... no #11 157.3 checking for sys/param.h... (cached) yes #11 157.3 checking for sys/sysctl.h... (cached) yes #11 157.3 checking for sched_getaffinity_np... no #11 157.5 checking for pstat_getdynamic... no #11 157.6 checking for sysmp... no #11 157.8 checking for sysctl... (cached) yes #11 157.8 checking for sched_getaffinity... yes #11 158.1 checking for glibc compatible sched_getaffinity... yes #11 158.3 checking for pipe2... yes #11 158.6 checking whether signature of pselect conforms to POSIX... yes #11 158.9 checking whether pselect detects invalid fds... yes #11 159.2 checking whether pthread_sigmask is a macro... no #11 159.3 checking whether pthread_sigmask returns error numbers... yes #11 159.6 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 162.0 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 162.4 checking whether readlink signature is correct... yes #11 162.5 checking whether readlink handles trailing slash correctly... yes #11 162.8 checking whether readlink truncates results correctly... yes #11 163.1 checking for readlinkat... (cached) yes #11 163.1 checking whether readlinkat signature is correct... yes #11 163.3 checking for working re_compile_pattern... no #11 163.8 checking libintl.h usability... yes #11 164.0 checking libintl.h presence... yes #11 164.1 checking for libintl.h... yes #11 164.1 checking whether isblank is declared... yes #11 164.4 checking for sig2str... no #11 164.7 checking for sigdescr_np... no #11 165.0 checking for socklen_t... yes #11 165.5 checking for ssize_t... yes #11 165.8 checking for struct stat.st_atim.tv_nsec... yes #11 166.1 checking whether struct stat.st_atim is of type struct timespec... yes #11 166.4 checking for struct stat.st_birthtimespec.tv_nsec... no #11 166.8 checking for struct stat.st_birthtimensec... no #11 167.1 checking for struct stat.st_birthtim.tv_nsec... no #11 167.3 checking for bool, true, false... no #11 167.4 checking for stpcpy... yes #11 167.8 checking for working strnlen... yes #11 168.2 checking whether strtoimax works... yes #11 168.8 checking whether symlink handles trailing slash correctly... yes #11 169.2 checking whether localtime_r is declared... yes #11 169.4 checking whether localtime_r is compatible with its POSIX signature... yes #11 169.5 checking whether localtime works even near extrema... yes #11 169.9 checking for timezone_t... no #11 170.0 checking for timegm... yes #11 170.3 checking whether timer_settime is declared... yes #11 170.4 checking for library containing timer_settime... -lrt #11 171.2 checking for timer_settime... yes #11 171.4 checking for utimensat... yes #11 171.7 checking whether utimensat works... yes #11 173.0 checking for variable-length arrays... yes #11 173.2 checking whether getdtablesize works... yes #11 173.5 checking for __mktime_internal... no #11 173.8 checking for timer_getoverrun... yes #11 173.9 checking for gcc option to disable position independent executables... not needed #11 173.9 checking for __ctype_get_mb_cur_max... yes #11 174.1 checking whether MB_CUR_MAX is defined to function that won't link... no #11 174.1 #11 174.1 Configured for 'x86_64-pc-linux-gnu'. #11 174.1 #11 174.1 Where should the build process find the source code? . #11 174.1 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 174.1 Should Emacs use the GNU version of malloc? no #11 174.1 (The GNU allocators don't work with this system configuration.) #11 174.1 Should Emacs use a relocating allocator for buffers? no #11 174.1 Should Emacs use mmap(2) for buffer allocation? no #11 174.1 What window system should Emacs use? nextstep #11 174.1 What toolkit should Emacs use? none #11 174.1 Where do we find X Windows header files? NONE #11 174.1 Where do we find X Windows libraries? NONE #11 174.1 Does Emacs use -lXaw3d? no #11 174.1 Is Emacs being built for Android? no #11 174.1 Does Emacs use the X Double Buffer Extension? no #11 174.1 Does Emacs use -lXpm? no #11 174.1 Does Emacs use -ljpeg? no #11 174.1 Does Emacs use -ltiff? no #11 174.1 Does Emacs use a gif library? no #11 174.1 Does Emacs use a png library? no #11 174.1 Does Emacs use -lrsvg-2? no #11 174.1 Does Emacs use -lwebp? no #11 174.1 Does Emacs use -lsqlite3? no #11 174.1 Does Emacs use cairo? no #11 174.1 Does Emacs use -llcms2? no #11 174.1 Does Emacs use imagemagick? no #11 174.1 Does Emacs use native APIs for images? yes (ns) #11 174.1 Does Emacs support sound? yes #11 174.1 Does Emacs use -lgpm? no #11 174.1 Does Emacs use -ldbus? yes #11 174.1 Does Emacs use -lgconf? no #11 174.1 Does Emacs use GSettings? no #11 174.1 Does Emacs use a file notification library? yes -lglibc (inotify) #11 174.1 Does Emacs use access control lists? yes -lacl -lattr #11 174.1 Does Emacs use -lselinux? no #11 174.1 Does Emacs use -lgnutls? yes #11 174.1 Does Emacs use -lxml2? no #11 174.1 Does Emacs use -lfreetype? no #11 174.1 Does Emacs use HarfBuzz? no #11 174.1 Does Emacs use -lm17n-flt? no #11 174.1 Does Emacs use -lotf? no #11 174.1 Does Emacs use -lxft? no #11 174.1 Does Emacs use -lsystemd? no #11 174.1 Does Emacs use -ljansson? no #11 174.1 Does Emacs use -ltree-sitter? no #11 174.1 Does Emacs use the GMP library? yes #11 174.1 Does Emacs directly use zlib? yes #11 174.1 Does Emacs have dynamic modules support? yes #11 174.1 Does Emacs use toolkit scroll bars? yes #11 174.1 Does Emacs support Xwidgets? no #11 174.1 Does Emacs have threading support in lisp? yes #11 174.1 Does Emacs support the portable dumper? yes #11 174.1 Does Emacs support legacy unexec dumping? no #11 174.1 Which dumping strategy does Emacs use? pdumper #11 174.1 Does Emacs have native lisp compiler? no #11 174.1 Does Emacs use version 2 of the X Input Extension? no #11 174.1 Does Emacs generate a smaller-size Japanese dictionary? no #11 174.1 #11 174.1 #11 174.1 #11 174.1 Run 'make' to build Emacs, then run 'src/emacs' to test it. #11 174.1 Run 'make install' in order to build an application bundle. #11 174.1 The application will go to nextstep/Emacs.app and can be run or moved #11 174.1 from there. #11 174.1 The application will be fully self-contained. #11 174.1 #11 174.6 configure: creating ./config.status #11 174.9 config.status: creating src/verbose.mk #11 175.2 config.status: creating src/emacs-module.h #11 175.3 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #11 175.4 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #11 175.5 config.status: creating Makefile #11 175.6 config.status: creating lib/gnulib.mk #11 175.7 config.status: creating ./doc/man/emacs.1 #11 175.8 config.status: creating lib/Makefile #11 175.9 config.status: creating lib-src/Makefile #11 176.0 config.status: creating oldXMenu/Makefile #11 176.5 config.status: creating src/Makefile #11 176.8 config.status: creating lwlib/Makefile #11 176.9 config.status: creating nextstep/Makefile #11 177.0 config.status: creating nt/Makefile #11 177.1 config.status: creating doc/emacs/Makefile #11 177.2 config.status: creating doc/misc/Makefile #11 177.3 config.status: creating doc/lispintro/Makefile #11 177.4 config.status: creating doc/lispref/Makefile #11 177.7 config.status: creating lisp/Makefile #11 178.0 config.status: creating leim/Makefile #11 178.1 config.status: creating test/Makefile #11 178.3 config.status: creating test/manual/noverlay/Makefile #11 178.6 config.status: creating test/infra/Makefile #11 179.0 config.status: creating admin/charsets/Makefile #11 179.7 config.status: creating admin/unidata/Makefile #11 179.8 config.status: creating admin/grammars/Makefile #11 179.8 config.status: creating java/Makefile #11 179.9 config.status: creating cross/Makefile #11 180.1 config.status: creating java/AndroidManifest.xml #11 180.3 config.status: creating src/config.h #11 180.4 config.status: executing src/epaths.h commands #11 180.9 config.status: executing src/.gdbinit commands #11 180.9 config.status: executing doc/emacs/emacsver.texi commands #11 181.0 config.status: executing etc-refcards-emacsver.tex commands #11 181.1 configure: WARNING: This configuration installs a 'movemail' program #11 181.1 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 181.1 installed a 'movemail' program that retrieved POP3 email via only #11 181.1 insecure channels, a practice that is no longer recommended but that #11 181.1 you can continue to support by using './configure --with-pop'. #11 181.1 configure: You might want to install GNU Mailutils #11 181.1 and use './configure --with-mailutils'. #11 DONE 185.1s #12 [emacs-gnustep 6/6] RUN make bootstrap #12 5.410 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #12 5.424 make[1]: Entering directory '/checkout' #12 5.534 make bootstrap-clean #12 5.545 make[2]: Entering directory '/checkout' #12 5.663 make -C src bootstrap-clean #12 5.685 make[3]: Entering directory '/checkout/src' #12 5.685 GEN /checkout/src/lisp.mk #12 6.059 rm -f android-emacs libemacs.so #12 6.065 rm -f temacs core ./*.core \#* ./*.o build-counter.c #12 6.070 rm -f dmpstruct.h #12 6.074 rm -f emacs.pdmp #12 6.083 rm -f ../etc/DOC #12 6.087 rm -f bootstrap-emacs bootstrap-emacs.pdmp #12 6.091 rm -f emacs-30.0.50 #12 6.094 rm -f buildobj.h #12 6.098 rm -f globals.h gl-stamp #12 6.101 rm -f ./*.res ./*.tmp #12 6.105 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #12 6.109 rm -f ../etc/DOC* #12 6.116 rm -f deps/* #12 6.123 rm -f emacs-module.h epaths.h config.h config.stamp #12 6.128 if test -f ./.gdbinit; then \ #12 6.128 mv ./.gdbinit ./.gdbinit.save; \ #12 6.128 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #12 6.128 else mv ./.gdbinit.save ./.gdbinit; fi; \ #12 6.128 fi #12 6.159 make[3]: Leaving directory '/checkout/src' #12 6.160 make -C oldXMenu bootstrap-clean #12 6.167 make[3]: Entering directory '/checkout/oldXMenu' #12 6.173 rm -f libXMenu11.a ./*.o deps/* #12 6.176 rm -f Makefile #12 6.178 rm -fr deps #12 6.179 make[3]: Leaving directory '/checkout/oldXMenu' #12 6.181 make -C lwlib bootstrap-clean #12 6.190 make[3]: Entering directory '/checkout/lwlib' #12 6.191 rm -f ./*.o liblw.a \#* deps/* #12 6.194 rm -f Makefile #12 6.196 rm -fr deps #12 6.197 rm -f TAGS #12 6.199 make[3]: Leaving directory '/checkout/lwlib' #12 6.200 make -C lib bootstrap-clean #12 6.310 make[3]: Entering directory '/checkout/lib' #12 6.310 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #12 6.425 rm -f core *.stackdump alloca.h assert.h byteswap.h dirent.h errno.h execinfo.h fcntl.h getopt.h getopt-cdefs.h malloc/dynarray.gl.h malloc/dynarray-skeleton.gl.h ieee754.h inttypes.h gmp.h limits.h signal.h stdckdint.h stddef.h stdint.h stdio.h stdio.h-t1 stdio.h-t2 stdio.h-t3 stdlib.h stdlib.h-t1 stdlib.h-t2 stdlib.h-t3 string.h string.h-t1 string.h-t2 sys/random.h sys/select.h sys/stat.h sys/time.h sys/types.h time.h unistd.h unistd.h-t1 unistd.h-t2 unistd.h-t3 unistd.h-t4 #12 6.431 rm -f Makefile Makefile.android #12 6.434 rm -fr deps #12 6.442 make[3]: Leaving directory '/checkout/lib' #12 6.444 make -C lib-src bootstrap-clean #12 6.452 make[3]: Entering directory '/checkout/lib-src' #12 6.452 rm -f core ./*.o ./*.res #12 6.457 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #12 6.460 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #12 6.464 rm -f TAGS Makefile blessmail Makefile.android #12 6.469 make[3]: Leaving directory '/checkout/lib-src' #12 6.470 make -C nt bootstrap-clean #12 6.476 make[3]: Entering directory '/checkout/nt' #12 6.477 rm -f core *.o *.res #12 6.484 rm -f runemacs addpm cmdproxy ddeclient #12 6.485 rm -f TAGS Makefile *.rc #12 6.489 true #12 6.495 make[3]: Leaving directory '/checkout/nt' #12 6.496 make -C doc/emacs bootstrap-clean #12 6.506 make[3]: Entering directory '/checkout/doc/emacs' #12 6.506 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 6.506 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 6.532 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #12 6.546 rm -f Makefile #12 6.552 rm -f \ #12 6.552 ./../../info/emacs.info \ #12 6.552 ./../../info/emacs.info-[1-9] \ #12 6.552 ./../../info/emacs.info-[1-9][0-9] #12 6.557 rm -f ./emacsver.texi TAGS #12 6.563 make[3]: Leaving directory '/checkout/doc/emacs' #12 6.564 make -C doc/misc bootstrap-clean #12 6.572 make[3]: Entering directory '/checkout/doc/misc' #12 6.576 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #12 6.576 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #12 6.576 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #12 6.582 rm -f gnustmp* #12 6.594 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #12 6.599 rm -f Makefile #12 6.602 for file in auth autotype bovine calc ccmode cl dbus dired-x ebrowse ede ediff edt efaq eglot eieio emacs-gnutls emacs-mime epa erc ert eshell eudc eww flymake forms gnus htmlfontify idlwave ido info.info mairix-el message mh-e modus-themes newsticker nxml-mode octave-mode org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail speedbar srecode todo-mode tramp transient url use-package vhdl-mode vip viper vtable widget wisent woman efaq-w32; do \ #12 6.602 file=`echo ${file} | sed 's/\.info$//'`.info; \ #12 6.602 rm -f \ #12 6.602 ./../../info/${file} \ #12 6.602 ./../../info/${file}-[1-9] \ #12 6.602 ./../../info/${file}-[1-9][0-9]; \ #12 6.602 done #12 7.453 rm -f ./modus-themes.texi ./org.texi #12 7.458 rm -f TAGS #12 7.461 make[3]: Leaving directory '/checkout/doc/misc' #12 7.462 make -C doc/lispref bootstrap-clean #12 7.468 make[3]: Entering directory '/checkout/doc/lispref' #12 7.469 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 7.469 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 7.494 rm -f elisp[12]* vol[12].tmp #12 7.496 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #12 7.507 rm -f vol[12].dvi vol[12].pdf vol[12].ps #12 7.514 rm -f Makefile #12 7.522 rm -f \ #12 7.522 ./../../info/elisp.info \ #12 7.522 ./../../info/elisp.info-[1-9] \ #12 7.522 ./../../info/elisp.info-[1-9][0-9] #12 7.549 rm -f TAGS #12 7.549 make[3]: Leaving directory '/checkout/doc/lispref' #12 7.565 make -C doc/lispintro bootstrap-clean #12 7.586 make[3]: Entering directory '/checkout/doc/lispintro' #12 7.586 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 7.586 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 7.601 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #12 7.606 rm -f Makefile #12 7.612 rm -f \ #12 7.612 ./../../info/eintr.info \ #12 7.612 ./../../info/eintr.info-[1-9] #12 7.622 rm -f TAGS #12 7.628 make[3]: Leaving directory '/checkout/doc/lispintro' #12 7.640 make -C test bootstrap-clean #12 7.653 make[3]: Entering directory '/checkout/test' #12 8.094 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #12 8.161 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #12 8.183 rm -f ./lisp/gnus/mml-sec-resources/random_seed #12 8.216 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #12 8.216 src/emacs-module-resources/*.dll gmp.h #12 8.221 find . -name '*.elc' -delete #12 8.236 make[3]: Leaving directory '/checkout/test' #12 8.237 make -C java bootstrap-clean #12 8.367 make[3]: Entering directory '/checkout/java' #12 8.367 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #12 8.372 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #12 8.376 find . -name '*.class' -delete #12 8.380 rm -f Makefile ndk-build.mk #12 8.384 make[3]: Leaving directory '/checkout/java' #12 8.386 make -C cross bootstrap-clean #12 8.394 make[3]: Entering directory '/checkout/cross' #12 8.394 for dir in src lib-src lib etc; do \ #12 8.394 find $dir -type f -delete; \ #12 8.394 done #12 8.413 rm -rf lib/config.h lib-src/config.h #12 8.417 if test -f ndk-build/Makefile; then \ #12 8.417 make -C ndk-build clean; \ #12 8.417 fi #12 8.422 for dir in src lib-src lib etc; do \ #12 8.422 find $dir -type l -delete; \ #12 8.422 done #12 8.440 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #12 8.442 rm -rf ndk-build/ndk-build.mk Makefile #12 8.444 make[3]: Leaving directory '/checkout/cross' #12 8.450 make -C nextstep bootstrap-clean #12 8.459 make[3]: Entering directory '/checkout/nextstep' #12 8.459 rm -rf /checkout/nextstep/Emacs.app #12 8.464 rm -f Makefile #12 8.477 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #12 8.477 GNUstep/Emacs.base/Resources/Emacs.desktop \ #12 8.477 Cocoa/Emacs.base/Contents/Info.plist \ #12 8.477 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #12 8.488 make[3]: Leaving directory '/checkout/nextstep' #12 8.490 make -C admin/charsets bootstrap-clean #12 8.535 make[3]: Entering directory '/checkout/admin/charsets' #12 8.535 make[3]: Nothing to be done for 'bootstrap-clean'. #12 8.535 make[3]: Leaving directory '/checkout/admin/charsets' #12 8.535 make -C admin/unidata bootstrap-clean #12 8.553 make[3]: Entering directory '/checkout/admin/unidata' #12 8.625 rm -f ./*.elc unidata.txt #12 8.635 make[3]: Leaving directory '/checkout/admin/unidata' #12 8.636 make -C leim bootstrap-clean #12 8.651 make[3]: Entering directory '/checkout/leim' #12 8.651 rm -f ./../lisp/leim/quail/CCDOSPY.el ./../lisp/leim/quail/Punct.el ./../lisp/leim/quail/QJ.el ./../lisp/leim/quail/SW.el ./../lisp/leim/quail/TONEPY.el ./../lisp/leim/quail/4Corner.el ./../lisp/leim/quail/ARRAY30.el ./../lisp/leim/quail/ECDICT.el ./../lisp/leim/quail/ETZY.el ./../lisp/leim/quail/Punct-b5.el ./../lisp/leim/quail/PY-b5.el ./../lisp/leim/quail/QJ-b5.el ./../lisp/leim/quail/ZOZY.el ./../lisp/leim/quail/tsang-b5.el ./../lisp/leim/quail/quick-b5.el ./../lisp/leim/quail/tsang-cns.el ./../lisp/leim/quail/quick-cns.el ./../lisp/leim/quail/PY.el ./../lisp/leim/quail/ZIRANMA.el ./../lisp/leim/quail/CTLau.el ./../lisp/leim/quail/CTLau-b5.el ./../lisp/language/pinyin.el ./../lisp/leim/leim-list.el #12 8.668 make[3]: Leaving directory '/checkout/leim' #12 8.669 make -C lisp bootstrap-clean #12 8.674 make[3]: Entering directory '/checkout/lisp' #12 9.944 find . -name '*.elc' -delete #12 9.974 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #12 9.983 make[3]: Leaving directory '/checkout/lisp' #12 9.984 make -C admin/grammars bootstrap-clean #12 10.00 make[3]: Entering directory '/checkout/admin/grammars' #12 10.00 make[3]: Nothing to be done for 'bootstrap-clean'. #12 10.00 make[3]: Leaving directory '/checkout/admin/grammars' #12 10.01 [ ! -f config.log ] || mv -f config.log config.log~ #12 10.06 rm -rf ./info #12 10.07 rm -f ./etc/refcards/emacsver.tex #12 10.08 rm -rf native-lisp/ lisp/leim/ja-dic/ #12 10.10 rm -fr autom4te.cache config.cache #12 10.11 rm -f config.log ./doc/man/emacs.1 #12 10.12 make[2]: Leaving directory '/checkout' #12 10.12 cd . && ./autogen.sh autoconf #12 10.35 Checking whether you have the necessary tools... #12 10.35 (Read INSTALL.REPO for more details on building Emacs) #12 10.36 Checking for autoconf (need at least version 2.65) ... ok #12 10.48 Your system has the required tools. #12 10.93 Running 'autoreconf -fi -I m4' ... #12 29.51 Building 'aclocal.m4' in exec ... #12 29.51 Running 'autoreconf -fi' in exec ... #12 34.99 You can now run './autogen.sh git'. #12 34.99 make MAKEFILE_NAME=force-Makefile force-Makefile #12 35.00 make[2]: Entering directory '/checkout' #12 35.01 make[2]: *** No rule to make target 'echo-sources'. Stop. #12 35.14 if [ -x ./config.status ]; then \ #12 35.14 ./config.status --recheck; \ #12 35.14 else \ #12 35.14 ./configure --cache-file=/dev/null; \ #12 35.14 fi #12 35.22 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-ns --no-create --no-recursion #12 35.55 checking for xcrun... no #12 35.55 checking for GNU Make... make #12 35.60 checking build system type... x86_64-pc-linux-gnu #12 35.91 checking host system type... x86_64-pc-linux-gnu #12 35.97 checking for gcc... gcc #12 36.10 checking whether the C compiler works... yes #12 36.32 checking for C compiler default output file name... a.out #12 36.33 checking for suffix of executables... #12 36.51 checking whether we are cross compiling... no #12 36.65 checking for suffix of object files... o #12 36.73 checking whether we are using the GNU C compiler... yes #12 36.83 checking whether gcc accepts -g... yes #12 36.91 checking for gcc option to enable C11 features... none needed #12 37.13 checking whether the compiler is clang... no #12 37.30 checking for compiler option needed when checking for declarations... none #12 37.30 checking whether gcc and cc understand -c and -o together... yes #12 38.07 checking how to run the C preprocessor... gcc -E #12 38.46 checking for grep that handles long lines and -e... /bin/grep #12 38.48 checking for egrep... /bin/grep -E #12 38.49 checking for ANSI C header files... yes #12 39.15 checking for sys/types.h... yes #12 39.40 checking for sys/stat.h... yes #12 39.81 checking for stdlib.h... yes #12 40.05 checking for string.h... yes #12 40.41 checking for memory.h... yes #12 40.77 checking for strings.h... yes #12 41.16 checking for inttypes.h... yes #12 41.40 checking for stdint.h... yes #12 41.75 checking for unistd.h... yes #12 42.24 checking for wchar.h... yes #12 42.69 checking for minix/config.h... no #12 42.98 checking for linux/fs.h... yes #12 43.27 checking for malloc.h... yes #12 43.58 checking for sys/systeminfo.h... no #12 43.86 checking for sys/sysinfo.h... yes #12 44.19 checking for coff.h... no #12 44.46 checking for pty.h... yes #12 44.67 checking for sys/resource.h... yes #12 45.04 checking for sys/utsname.h... yes #12 45.36 checking for pwd.h... yes #12 45.69 checking for util.h... no #12 45.93 checking for sanitizer/lsan_interface.h... yes #12 46.29 checking for sanitizer/asan_interface.h... yes #12 46.62 checking for sanitizer/common_interface_defs.h... yes #12 46.77 checking for sys/socket.h... yes #12 46.97 checking for stdlib.h... (cached) yes #12 47.05 checking for unistd.h... (cached) yes #12 47.12 checking for sys/param.h... yes #12 47.44 checking for pthread.h... yes #12 47.77 checking for malloc/malloc.h... no #12 48.16 checking for sys/un.h... yes #12 48.48 checking for utmp.h... yes #12 48.77 checking for utmpx.h... yes #12 49.10 checking for OS.h... no #12 49.32 checking for dirent.h... yes #12 49.76 checking for execinfo.h... yes #12 50.08 checking for linux/xattr.h... yes #12 50.39 checking for stdio_ext.h... yes #12 50.68 checking for sys/vfs.h... yes #12 51.03 checking for sys/fs_types.h... no #12 51.27 checking for getopt.h... yes #12 51.59 checking for sys/cdefs.h... yes #12 52.00 checking for sys/time.h... yes #12 52.45 checking for ieee754.h... yes #12 52.81 checking for limits.h... yes #12 53.11 checking for inttypes.h... (cached) yes #12 53.16 checking for sys/types.h... (cached) yes #12 53.19 checking for stdint.h... (cached) yes #12 53.22 checking for sys/select.h... yes #12 53.39 checking for stdbool.h... yes #12 53.53 checking for stdckdint.h... no #12 53.64 checking for sys/random.h... yes #12 53.77 checking for sys/stat.h... (cached) yes #12 53.79 checking whether it is safe to define __EXTENSIONS__... yes #12 53.92 checking whether _XOPEN_SOURCE should be defined... no #12 54.10 checking for Minix Amsterdam compiler... no #12 54.16 checking for ar... ar #12 54.16 checking for ranlib... ranlib #12 54.17 checking for gcc option to enable large file support... none needed #12 54.37 checking for gcc option for timestamps after 2038... none needed #12 54.51 checking for g++... g++ #12 54.57 checking whether we are using the GNU C++ compiler... yes #12 54.66 checking whether g++ accepts -g... yes #12 54.75 checking for g++ option to enable C++11 features... none needed #12 79.37 checking how to run the C++ preprocessor... g++ -E #12 79.80 checking whether gcc accepts -g3 -O2... yes #12 79.97 checking whether the compiler is clang... no #12 80.14 checking whether C compiler handles -Werror -Wunknown-warning-option... no #12 80.26 checking whether -Wno-missing-field-initializers is needed... yes #12 80.46 checking whether -Wuninitialized is supported... yes #12 80.64 checking whether C compiler handles -fstrict-flex-arrays... no #12 80.75 checking whether C compiler handles -Wall... yes #12 80.99 checking whether C compiler handles -Warith-conversion... yes #12 81.20 checking whether C compiler handles -Wdate-time... yes #12 81.36 checking whether C compiler handles -Wdisabled-optimization... yes #12 81.65 checking whether C compiler handles -Wdouble-promotion... yes #12 81.83 checking whether C compiler handles -Wduplicated-cond... yes #12 81.98 checking whether C compiler handles -Wextra... yes #12 82.14 checking whether C compiler handles -Wformat-signedness... yes #12 82.37 checking whether C compiler handles -Winit-self... yes #12 82.60 checking whether C compiler handles -Winvalid-pch... yes #12 82.84 checking whether C compiler handles -Wlogical-op... yes #12 83.11 checking whether C compiler handles -Wmissing-declarations... yes #12 83.36 checking whether C compiler handles -Wmissing-include-dirs... yes #12 83.65 checking whether C compiler handles -Wmissing-prototypes... yes #12 83.88 checking whether C compiler handles -Wnested-externs... yes #12 84.18 checking whether C compiler handles -Wnull-dereference... yes #12 84.41 checking whether C compiler handles -Wold-style-definition... yes #12 84.80 checking whether C compiler handles -Wopenmp-simd... yes #12 85.10 checking whether C compiler handles -Wpacked... yes #12 85.33 checking whether C compiler handles -Wpointer-arith... yes #12 85.55 checking whether C compiler handles -Wstrict-flex-arrays... no #12 85.65 checking whether C compiler handles -Wstrict-prototypes... yes #12 85.86 checking whether C compiler handles -Wsuggest-attribute=format... yes #12 86.18 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #12 86.52 checking whether C compiler handles -Wsuggest-final-methods... yes #12 86.78 checking whether C compiler handles -Wsuggest-final-types... yes #12 86.99 checking whether C compiler handles -Wtrampolines... yes #12 87.37 checking whether C compiler handles -Wuninitialized... yes #12 87.70 checking whether C compiler handles -Wunknown-pragmas... yes #12 88.03 checking whether C compiler handles -Wunused-macros... yes #12 88.26 checking whether C compiler handles -Wvariadic-macros... yes #12 88.45 checking whether C compiler handles -Wvector-operation-performance... yes #12 88.63 checking whether C compiler handles -Wwrite-strings... yes #12 88.77 checking whether C compiler handles -Warray-bounds=2... yes #12 88.97 checking whether C compiler handles -Wattribute-alias=2... yes #12 89.27 checking whether C compiler handles -Wformat=2... yes #12 89.53 checking whether C compiler handles -Wformat-truncation=2... yes #12 89.75 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #12 90.01 checking whether C compiler handles -Wshift-overflow=2... yes #12 90.17 checking whether C compiler handles -Wuse-after-free=3... no #12 90.28 checking whether C compiler handles -Wvla-larger-than=4031... yes #12 90.47 checking whether C compiler handles -Wno-missing-field-initializers... yes #12 90.62 checking whether C compiler handles -Wredundant-decls... yes #12 90.86 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #12 90.86 checking whether C compiler handles -Wno-override-init... yes #12 91.06 checking whether C compiler handles -Wno-sign-compare... yes #12 91.28 checking whether C compiler handles -Wno-type-limits... yes #12 91.43 checking whether C compiler handles -Wno-unused-parameter... yes #12 91.61 checking whether C compiler handles -Wno-format-nonliteral... yes #12 91.82 checking whether C compiler handles -Wno-bidi-chars... no #12 91.92 checking for a BSD-compatible install... /usr/bin/install -c #12 91.97 checking command to symlink files in the same directory... ln -s #12 92.00 checking for install-info... : #12 92.00 checking for gzip... /bin/gzip #12 92.00 checking for 'find' args to delete a file... -delete #12 92.03 checking for brew... no #12 92.61 checking for -znocombreloc... not needed #12 92.61 checking whether addresses are sanitized... no #12 92.69 checking for math library... -lm #12 93.36 checking for struct passwd.pw_gecos... yes #12 93.50 checking for pkg-config... /usr/bin/pkg-config #12 93.50 checking pkg-config is at least version 0.9.0... yes #12 93.51 checking for machine/soundcard.h... no #12 93.61 checking for sys/soundcard.h... yes #12 93.74 checking for soundcard.h... no #12 93.80 checking for mmsystem.h... no #12 93.88 checking for _oss_ioctl in -lossaudio... no #12 94.02 checking for alsa >= 1.0.0... no #12 94.07 checking for ADDR_NO_RANDOMIZE... yes #12 94.20 checking if Linux sysinfo may be used... yes #12 94.54 checking for sys/wait.h that is POSIX.1 compatible... yes #12 94.67 checking for net/if.h... yes #12 94.87 checking for ifaddrs.h... yes #12 95.03 checking for net/if_dl.h... no #12 95.11 checking for struct ifreq.ifr_flags... yes #12 95.26 checking for struct ifreq.ifr_hwaddr... yes #12 95.70 checking for struct ifreq.ifr_netmask... yes #12 96.14 checking for struct ifreq.ifr_broadaddr... yes #12 96.56 checking for struct ifreq.ifr_addr... yes #12 96.84 checking for struct ifreq.ifr_addr.sa_len... no #12 97.15 checking whether gcc understands -MMD -MF... yes #12 97.29 checking for X... no #12 97.58 checking AppKit/AppKit.h usability... yes #12 98.34 checking AppKit/AppKit.h presence... yes #12 98.72 checking for AppKit/AppKit.h... yes #12 98.72 checking for Mac OS X 12.0 or later... yes #12 98.81 checking for gcc... gcc #12 98.88 checking whether we are using the GNU Objective C compiler... yes #12 98.98 checking whether gcc accepts -g... yes #12 99.18 checking if the Objective C compiler supports instancetype... yes #12 99.25 checking if the Objective C compiler defaults to C99... no #12 99.35 checking whether malloc is Doug Lea style... no #12 99.56 checking for sbrk... yes #12 99.99 checking for __lsan_ignore_object... no #12 100.4 checking for fchmod... yes #12 100.6 checking for utmpname... yes #12 100.9 checking for utmpxname... yes #12 101.3 checking for canonicalize_file_name... yes #12 101.6 checking for realpath... yes #12 101.9 checking for lstat... yes #12 102.1 checking for fchmodat... yes #12 102.4 checking for lchmod... no #12 102.6 checking for fcntl... yes #12 103.0 checking for fdopendir... yes #12 103.2 checking for listxattr... yes #12 103.4 checking for fstatat... yes #12 103.6 checking for fsync... yes #12 103.8 checking for gettimeofday... yes #12 104.1 checking for memset_explicit... no #12 104.3 checking for memset_s... no #12 104.5 checking for pselect... yes #12 104.8 checking for readlink... yes #12 105.0 checking for isblank... yes #12 105.1 checking for iswctype... yes #12 105.5 checking for strtoimax... yes #12 105.8 checking for symlink... yes #12 106.0 checking for localtime_r... yes #12 106.2 checking for getdtablesize... yes #12 106.4 checking for getpagesize... yes #12 106.6 checking for working mmap... yes #12 107.1 checking for main in -lXbsd... no #12 107.2 checking for pthread library... -lpthread #12 107.9 checking for thread support... yes #12 107.9 checking for librsvg-2.0 >= 2.14.0... no #12 107.9 checking for libwebpdemux >= 0.6.0... no #12 107.9 checking for WebPGetInfo... no #12 108.1 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #12 108.2 checking for sqlite3_open_v2 in -lsqlite3... no #12 108.3 checking for getaddrinfo_a in -lanl... yes #12 108.5 checking for malloc_trim... yes #12 108.7 checking for dbus-1 >= 1.0... yes #12 108.8 checking for dbus_watch_get_unix_fd... yes #12 109.1 checking for dbus_type_is_valid... yes #12 109.3 checking for dbus_validate_bus_name... yes #12 109.5 checking for dbus_validate_path... yes #12 109.7 checking for dbus_validate_interface... yes #12 109.9 checking for dbus_validate_member... yes #12 110.1 checking for lgetfilecon in -lselinux... no #12 110.2 checking for gnutls >= 2.12.2... yes #12 110.3 checking for libsystemd >= 222... no #12 110.3 checking for jansson >= 2.7... no #12 110.3 checking for tree-sitter >= 0.20.2... no #12 110.4 checking for tree-sitter >= 0.6.3... no #12 110.4 checking sys/inotify.h usability... yes #12 110.5 checking sys/inotify.h presence... yes #12 110.6 checking for sys/inotify.h... yes #12 110.6 checking for inotify_init1... yes #12 111.0 checking for jpeglib 6b or later... no #12 111.1 checking for lcms2... no #12 111.1 checking for library containing inflateEnd... -lz #12 111.5 checking for dladdr... yes #12 111.7 checking for dlfunc... no #12 112.0 checking for libpng >= 1.0.0... no #12 112.0 checking for libpng not configured by pkg-config... no #12 112.0 checking tiffio.h usability... no #12 112.2 checking tiffio.h presence... no #12 112.2 checking for tiffio.h... no #12 112.2 checking gif_lib.h usability... no #12 112.3 checking gif_lib.h presence... no #12 112.4 checking for gif_lib.h... no #12 112.4 checking gpm.h usability... no #12 112.6 checking gpm.h presence... no #12 112.6 checking for gpm.h... no #12 112.6 checking for libxml-2.0 > 2.6.17... no #12 112.7 checking for maillock in -lmail... no #12 112.9 checking for maillock in -llockfile... no #12 113.0 checking for liblockfile.so... no #12 113.0 checking maillock.h usability... no #12 113.1 checking maillock.h presence... no #12 113.2 checking for maillock.h... no #12 113.2 checking linux/seccomp.h usability... yes #12 113.3 checking linux/seccomp.h presence... yes #12 113.3 checking for linux/seccomp.h... yes #12 113.4 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #12 113.5 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #12 113.6 checking linux/filter.h usability... yes #12 113.7 checking linux/filter.h presence... yes #12 113.7 checking for linux/filter.h... yes #12 113.8 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #12 113.8 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #12 113.8 checking for libseccomp >= 2.5.2... no #12 113.8 checking size of long... 8 #12 114.0 checking for accept4... yes #12 114.3 checking for fchdir... yes #12 114.5 checking for gethostname... yes #12 114.8 checking for getrusage... yes #12 115.0 checking for get_current_dir_name... yes #12 115.2 checking for lrand48... yes #12 115.4 checking for random... yes #12 115.6 checking for rint... yes #12 116.0 checking for tcdrain... yes #12 116.4 checking for trunc... yes #12 116.7 checking for select... yes #12 116.9 checking for getpagesize... (cached) yes #12 116.9 checking for setlocale... yes #12 117.4 checking for newlocale... yes #12 117.7 checking for getrlimit... yes #12 117.9 checking for setrlimit... yes #12 118.3 checking for shutdown... yes #12 118.5 checking for pthread_sigmask... (cached) yes #12 118.6 checking for strsignal... yes #12 118.8 checking for setitimer... yes #12 118.9 checking for sendto... yes #12 119.1 checking for recvfrom... yes #12 119.3 checking for getsockname... yes #12 119.5 checking for getifaddrs... yes #12 119.6 checking for freeifaddrs... yes #12 119.8 checking for gai_strerror... yes #12 120.0 checking for sync... yes #12 120.2 checking for endpwent... yes #12 120.5 checking for getgrent... yes #12 120.6 checking for endgrent... yes #12 120.8 checking for renameat2... yes #12 121.0 checking for cfmakeraw... yes #12 121.2 checking for cfsetspeed... yes #12 121.5 checking for __executable_start... yes #12 121.8 checking for log2... yes #12 122.0 checking for pthread_setname_np... yes #12 122.4 checking for pthread_set_name_np... no #12 122.6 checking for getpwent... yes #12 122.8 checking whether pthread_setname_np takes a single argument... no #12 122.9 checking whether pthread_setname_np takes three arguments... no #12 122.9 checking for aligned_alloc... yes #12 123.1 checking whether aligned_alloc is declared... yes #12 123.2 checking for posix_madvise... yes #12 123.4 checking for madvise... yes #12 123.5 checking for __builtin_frame_address... yes #12 123.7 checking for __builtin_unwind_init... yes #12 123.8 checking for _LARGEFILE_SOURCE value needed for large files... no #12 123.9 checking for grantpt... yes #12 124.0 checking for getpt... yes #12 124.2 checking for posix_openpt... yes #12 124.5 checking for library containing tputs... -ltinfo #12 124.9 checking whether -ltinfo library defines BC... yes #12 125.2 checking for timerfd interface... yes #12 125.3 checking whether signals can be handled on alternate stack... yes #12 125.5 checking valgrind/valgrind.h usability... no #12 125.6 checking valgrind/valgrind.h presence... no #12 125.6 checking for valgrind/valgrind.h... no #12 125.6 checking for struct unipair.unicode... yes #12 125.7 checking for pid_t... yes #12 126.1 checking vfork.h usability... no #12 126.3 checking vfork.h presence... no #12 126.4 checking for vfork.h... no #12 126.4 checking for fork... yes #12 126.6 checking for vfork... yes #12 126.8 checking for working fork... yes #12 127.0 checking for working vfork... (cached) yes #12 127.1 checking for snprintf... yes #12 127.3 checking for open_memstream... yes #12 127.6 checking spawn.h usability... yes #12 127.7 checking spawn.h presence... yes #12 127.8 checking for spawn.h... yes #12 127.8 checking for posix_spawn... yes #12 128.1 checking for posix_spawn_file_actions_addchdir... no #12 128.4 checking for posix_spawn_file_actions_addchdir_np... yes #12 128.6 checking for posix_spawnattr_setflags... yes #12 128.9 checking whether POSIX_SPAWN_SETSID is declared... yes #12 129.0 checking whether GLib is linked in... no #12 129.2 checking for nl_langinfo and CODESET... yes #12 129.5 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #12 129.8 checking for mbstate_t... yes #12 130.0 checking for signals via characters... yes #12 130.2 checking for _setjmp... yes #12 130.3 checking for sigsetjmp... yes #12 130.6 checking POSIX termios... yes #12 130.9 checking size of speed_t... 4 #12 131.4 checking for usable FIONREAD... yes #12 131.5 checking for usable SIGIO... yes #12 131.8 checking for struct alignment... yes #12 131.9 checking for C/C++ restrict keyword... __restrict__ #12 132.0 checking for typeof syntax and keyword spelling... typeof #12 132.2 checking for statement expressions... yes #12 132.2 checking whether malloc (0) returns nonnull... yes #12 132.6 checking sys/acl.h usability... yes #12 132.8 checking sys/acl.h presence... yes #12 132.8 checking for sys/acl.h... yes #12 132.8 checking for library containing acl_get_file... -lacl #12 133.1 checking for acl_get_file... yes #12 133.3 checking for acl_get_fd... yes #12 133.5 checking for acl_set_file... yes #12 133.7 checking for acl_set_fd... yes #12 134.0 checking for acl_free... yes #12 134.2 checking for acl_from_mode... yes #12 134.4 checking for acl_from_text... yes #12 134.7 checking for acl_delete_def_file... yes #12 134.9 checking for acl_extended_file... yes #12 135.3 checking for acl_delete_fd_np... no #12 135.7 checking for acl_delete_file_np... no #12 135.9 checking for acl_copy_ext_native... no #12 136.1 checking for acl_create_entry_np... no #12 136.3 checking for acl_to_short_text... no #12 136.5 checking for acl_free_text... no #12 136.7 checking for working acl_get_file... yes #12 137.1 checking acl/libacl.h usability... yes #12 137.3 checking acl/libacl.h presence... yes #12 137.3 checking for acl/libacl.h... yes #12 137.3 checking for acl_entries... yes #12 137.5 checking for ACL_FIRST_ENTRY... yes #12 137.6 checking for ACL_TYPE_EXTENDED... no #12 137.7 checking for working alloca.h... yes #12 138.0 checking for alloca... yes #12 138.2 checking for a thread-safe mkdir -p... /bin/mkdir -p #12 138.2 checking whether the preprocessor supports include_next... yes #12 138.4 checking whether source code line length is unlimited... yes #12 138.5 checking whether endutent is declared... yes #12 138.6 checking for struct utmpx.ut_user... yes #12 138.8 checking for struct utmp.ut_user... yes #12 139.1 checking for struct utmpx.ut_name... yes #12 139.4 checking for struct utmp.ut_name... yes #12 139.6 checking for struct utmpx.ut_type... yes #12 139.9 checking for struct utmp.ut_type... yes #12 140.1 checking for struct utmpx.ut_pid... yes #12 140.3 checking for struct utmp.ut_pid... yes #12 140.5 checking for struct utmp.ut_tv... yes #12 140.9 checking for struct utmpx.ut_host... yes #12 141.2 checking for struct utmp.ut_host... yes #12 141.3 checking for struct utmpx.ut_id... yes #12 141.5 checking for struct utmp.ut_id... yes #12 141.7 checking for struct utmpx.ut_session... yes #12 141.9 checking for struct utmp.ut_session... yes #12 142.1 checking for struct utmpx.ut_exit... yes #12 142.5 checking for struct utmp.ut_exit... yes #12 142.9 checking for struct utmpx.ut_exit.ut_exit... no #12 143.3 checking for struct utmpx.ut_exit.e_exit... yes #12 143.5 checking for struct utmp.ut_exit.e_exit... yes #12 143.7 checking for struct utmpx.ut_exit.ut_termination... no #12 144.1 checking for struct utmpx.ut_exit.e_termination... yes #12 144.4 checking for struct utmp.ut_exit.e_termination... yes #12 144.8 checking whether sysinfo is declared... yes #12 144.9 checking for sys/sysctl.h... yes #12 145.2 checking for sysctl... yes #12 145.5 checking whether lstat correctly handles trailing slash... yes #12 145.8 checking whether // is distinct from /... no #12 145.9 checking whether realpath works... yes #12 146.4 checking for faccessat... yes #12 146.8 checking for getcwd... yes #12 147.0 checking whether byte ordering is bigendian... no #12 147.5 checking if environ is properly declared... yes #12 147.7 checking for complete errno.h... yes #12 147.8 checking whether ctype.h defines __header_inline... no #12 147.9 checking for mode_t... yes #12 148.3 checking whether strmode is declared... no #12 148.5 checking whether getline is declared... yes #12 148.8 checking for gawk... no #12 148.8 checking for mawk... mawk #12 148.8 checking for getopt.h... (cached) yes #12 148.8 checking for getopt_long_only... yes #12 149.1 checking whether getopt is POSIX compatible... yes #12 149.9 checking for working GNU getopt function... yes #12 150.3 checking for working GNU getopt_long function... yes #12 150.4 checking whether timespec_get is declared... yes #12 150.6 checking for timespec_get... yes #12 150.8 checking for struct timeval... yes #12 151.0 checking for wide-enough struct timeval.tv_sec member... yes #12 151.1 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #12 151.2 checking whether the compiler produces multi-arch binaries... no #12 151.3 checking whether stdint.h conforms to C99... yes #12 152.2 checking whether stdint.h works without ISO C predefines... yes #12 152.4 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #12 152.7 checking whether memmem is declared... yes #12 152.9 checking whether memrchr is declared... yes #12 153.1 checking whether defines MIN and MAX... no #12 153.1 checking whether defines MIN and MAX... yes #12 153.2 checking whether time_t is signed... yes #12 153.4 checking whether alarm is declared... yes #12 153.6 checking for working mktime... no #12 154.1 checking whether struct tm is in sys/time.h or time.h... time.h #12 154.2 checking for struct tm.tm_zone... yes #12 154.4 checking for struct tm.tm_gmtoff... yes #12 154.5 checking whether is self-contained... yes #12 154.9 checking for inline... inline #12 155.0 checking for sigset_t... yes #12 155.3 checking for volatile sig_atomic_t... yes #12 155.4 checking for sighandler_t... yes #12 155.7 checking for wchar_t... yes #12 155.9 checking for good max_align_t... yes #12 156.0 checking whether NULL can be used in arbitrary expressions... yes #12 156.1 checking for unreachable... no #12 156.4 checking whether fcloseall is declared... yes #12 156.6 checking whether getw is declared... yes #12 156.8 checking whether putw is declared... yes #12 157.0 checking which flavor of printf attribute matches inttypes macros... system #12 157.1 checking whether strnlen is declared... yes #12 157.4 checking whether strtoimax is declared... yes #12 157.6 checking whether stat file-mode macros are broken... no #12 157.8 checking for nlink_t... yes #12 158.1 checking for struct timespec in ... yes #12 158.2 checking for TIME_UTC in ... yes #12 158.3 checking whether execvpe is declared... yes #12 158.5 checking whether clearerr_unlocked is declared... yes #12 158.6 checking whether feof_unlocked is declared... yes #12 158.8 checking whether ferror_unlocked is declared... yes #12 159.1 checking whether fflush_unlocked is declared... yes #12 159.4 checking whether fgets_unlocked is declared... yes #12 159.6 checking whether fputc_unlocked is declared... yes #12 159.9 checking whether fputs_unlocked is declared... yes #12 160.0 checking whether fread_unlocked is declared... yes #12 160.2 checking whether fwrite_unlocked is declared... yes #12 160.4 checking whether getc_unlocked is declared... yes #12 160.6 checking whether getchar_unlocked is declared... yes #12 160.8 checking whether putc_unlocked is declared... yes #12 161.2 checking whether putchar_unlocked is declared... yes #12 161.6 checking type of array argument to getgroups... gid_t #12 161.9 checking whether getdelim is declared... yes #12 162.1 checking whether getdtablesize is declared... yes #12 162.5 checking whether malloc is ptrdiff_t safe... yes #12 162.7 checking whether malloc, realloc, calloc set errno on failure... yes #12 162.7 checking for O_CLOEXEC... yes #12 162.8 checking for promoted mode_t type... mode_t #12 163.0 checking whether the utimes function works... yes #12 163.4 checking for C compiler option to allow warnings... -Wno-error #12 163.6 checking for alignas and alignof... yes, macros #12 163.9 checking for alloca as a compiler built-in... yes #12 163.9 checking for static_assert... yes, an macro #12 164.1 checking for __builtin_expect... yes #12 164.5 checking byteswap.h usability... yes #12 164.7 checking byteswap.h presence... yes #12 164.8 checking for byteswap.h... yes #12 164.8 checking for readlinkat... yes #12 165.0 checking for library containing clock_gettime... none required #12 165.3 checking for clock_getres... yes #12 165.6 checking for clock_gettime... yes #12 165.8 checking for clock_settime... yes #12 166.2 checking for copy_file_range... yes #12 166.4 checking for d_type member in directory struct... yes #12 166.6 checking whether // is distinct from /... (cached) no #12 166.6 checking whether dup2 works... yes #12 167.0 checking for library containing backtrace_symbols_fd... none required #12 167.4 checking for faccessat... (cached) yes #12 167.4 checking whether fchmodat works... no #12 168.1 checking for readlinkat... (cached) yes #12 168.1 checking whether fcntl handles F_DUPFD correctly... yes #12 168.6 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #12 169.1 checking whether fdopendir is declared... yes #12 169.3 checking whether fdopendir works... yes #12 169.6 checking for flexible array member... yes #12 169.8 checking for __fpending... yes #12 169.9 checking whether __fpending is declared... yes #12 170.1 checking whether free is known to preserve errno... no #12 170.2 checking whether fstatat (..., 0) works... yes #12 170.6 checking for sys/mount.h... yes #12 170.9 checking for statvfs function (SVR4)... yes #12 171.2 checking whether to use statvfs64... no #12 171.3 checking for two-argument statfs with statfs.f_frsize member... yes #12 171.7 checking sys/fs/s5param.h usability... no #12 171.9 checking sys/fs/s5param.h presence... no #12 172.0 checking for sys/fs/s5param.h... no #12 172.0 checking sys/statfs.h usability... yes #12 172.3 checking sys/statfs.h presence... yes #12 172.3 checking for sys/statfs.h... yes #12 172.3 checking for statfs that truncates block counts... no #12 172.4 checking for futimens... yes #12 172.6 checking whether futimens works... yes #12 174.0 checking for getline... yes #12 174.2 checking for working getline function... yes #12 174.7 checking for getloadavg... yes #12 175.1 checking sys/loadavg.h usability... no #12 175.3 checking sys/loadavg.h presence... no #12 175.3 checking for sys/loadavg.h... no #12 175.4 checking whether getloadavg is declared... yes #12 175.5 checking for getrandom... yes #12 175.9 checking whether getrandom is compatible with its GNU+BSD signature... yes #12 176.1 checking for gettimeofday with POSIX signature... yes #12 176.3 checking whether the compiler supports the __inline keyword... yes #12 176.5 checking gmp.h usability... yes #12 176.7 checking gmp.h presence... yes #12 176.8 checking for gmp.h... yes #12 176.8 checking for library containing __gmpz_roinit_n... -lgmp #12 177.4 checking for memmem... yes #12 177.7 checking whether memmem works... yes #12 178.1 checking for mempcpy... yes #12 178.3 checking for memrchr... yes #12 178.6 checking for explicit_memset... no #12 178.8 checking for mkostemp... yes #12 179.1 checking for library containing nanosleep... none required #12 179.5 checking for working nanosleep... no (mishandles large arguments) #12 180.9 checking for sys/pstat.h... no #12 181.2 checking for sys/sysmp.h... no #12 181.4 checking for sys/param.h... (cached) yes #12 181.4 checking for sys/sysctl.h... (cached) yes #12 181.4 checking for sched_getaffinity_np... no #12 181.6 checking for pstat_getdynamic... no #12 182.0 checking for sysmp... no #12 182.4 checking for sysctl... (cached) yes #12 182.5 checking for sched_getaffinity... yes #12 182.7 checking for glibc compatible sched_getaffinity... yes #12 182.9 checking for pipe2... yes #12 183.3 checking whether signature of pselect conforms to POSIX... yes #12 183.7 checking whether pselect detects invalid fds... yes #12 183.9 checking whether pthread_sigmask is a macro... no #12 184.0 checking whether pthread_sigmask returns error numbers... yes #12 184.3 checking whether pthread_sigmask unblocks signals correctly... guessing yes #12 186.5 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #12 186.8 checking whether readlink signature is correct... yes #12 186.9 checking whether readlink handles trailing slash correctly... yes #12 187.1 checking whether readlink truncates results correctly... yes #12 187.3 checking for readlinkat... (cached) yes #12 187.4 checking whether readlinkat signature is correct... yes #12 187.5 checking for working re_compile_pattern... no #12 187.8 checking libintl.h usability... yes #12 188.1 checking libintl.h presence... yes #12 188.2 checking for libintl.h... yes #12 188.2 checking whether isblank is declared... yes #12 188.4 checking for sig2str... no #12 188.6 checking for sigdescr_np... no #12 189.1 checking for socklen_t... yes #12 189.4 checking for ssize_t... yes #12 189.5 checking for struct stat.st_atim.tv_nsec... yes #12 189.6 checking whether struct stat.st_atim is of type struct timespec... yes #12 189.7 checking for struct stat.st_birthtimespec.tv_nsec... no #12 189.8 checking for struct stat.st_birthtimensec... no #12 190.1 checking for struct stat.st_birthtim.tv_nsec... no #12 190.4 checking for bool, true, false... no #12 190.5 checking for stpcpy... yes #12 191.0 checking for working strnlen... yes #12 191.5 checking whether strtoimax works... yes #12 191.8 checking whether symlink handles trailing slash correctly... yes #12 192.3 checking whether localtime_r is declared... yes #12 192.6 checking whether localtime_r is compatible with its POSIX signature... yes #12 192.8 checking whether localtime works even near extrema... yes #12 193.1 checking for timezone_t... no #12 193.2 checking for timegm... yes #12 193.6 checking whether timer_settime is declared... yes #12 193.6 checking for library containing timer_settime... -lrt #12 193.9 checking for timer_settime... yes #12 194.0 checking for utimensat... yes #12 194.1 checking whether utimensat works... yes #12 195.3 checking for variable-length arrays... yes #12 195.4 checking whether getdtablesize works... yes #12 195.6 checking for __mktime_internal... no #12 195.8 checking for timer_getoverrun... yes #12 196.2 checking for gcc option to disable position independent executables... not needed #12 196.2 checking for __ctype_get_mb_cur_max... yes #12 196.7 checking whether MB_CUR_MAX is defined to function that won't link... no #12 196.8 #12 196.8 Configured for 'x86_64-pc-linux-gnu'. #12 196.8 #12 196.8 Where should the build process find the source code? . #12 196.8 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #12 196.8 Should Emacs use the GNU version of malloc? no #12 196.8 (The GNU allocators don't work with this system configuration.) #12 196.8 Should Emacs use a relocating allocator for buffers? no #12 196.8 Should Emacs use mmap(2) for buffer allocation? no #12 196.8 What window system should Emacs use? nextstep #12 196.8 What toolkit should Emacs use? none #12 196.8 Where do we find X Windows header files? NONE #12 196.8 Where do we find X Windows libraries? NONE #12 196.8 Does Emacs use -lXaw3d? no #12 196.8 Is Emacs being built for Android? no #12 196.8 Does Emacs use the X Double Buffer Extension? no #12 196.8 Does Emacs use -lXpm? no #12 196.8 Does Emacs use -ljpeg? no #12 196.8 Does Emacs use -ltiff? no #12 196.8 Does Emacs use a gif library? no #12 196.8 Does Emacs use a png library? no #12 196.8 Does Emacs use -lrsvg-2? no #12 196.8 Does Emacs use -lwebp? no #12 196.8 Does Emacs use -lsqlite3? no #12 196.8 Does Emacs use cairo? no #12 196.8 Does Emacs use -llcms2? no #12 196.8 Does Emacs use imagemagick? no #12 196.8 Does Emacs use native APIs for images? yes (ns) #12 196.8 Does Emacs support sound? yes #12 196.8 Does Emacs use -lgpm? no #12 196.8 Does Emacs use -ldbus? yes #12 196.8 Does Emacs use -lgconf? no #12 196.8 Does Emacs use GSettings? no #12 196.8 Does Emacs use a file notification library? yes -lglibc (inotify) #12 196.8 Does Emacs use access control lists? yes -lacl -lattr #12 196.8 Does Emacs use -lselinux? no #12 196.8 Does Emacs use -lgnutls? yes #12 196.8 Does Emacs use -lxml2? no #12 196.8 Does Emacs use -lfreetype? no #12 196.8 Does Emacs use HarfBuzz? no #12 196.8 Does Emacs use -lm17n-flt? no #12 196.8 Does Emacs use -lotf? no #12 196.8 Does Emacs use -lxft? no #12 196.8 Does Emacs use -lsystemd? no #12 196.8 Does Emacs use -ljansson? no #12 196.8 Does Emacs use -ltree-sitter? no #12 196.8 Does Emacs use the GMP library? yes #12 196.8 Does Emacs directly use zlib? yes #12 196.8 Does Emacs have dynamic modules support? yes #12 196.8 Does Emacs use toolkit scroll bars? yes #12 196.8 Does Emacs support Xwidgets? no #12 196.8 Does Emacs have threading support in lisp? yes #12 196.8 Does Emacs support the portable dumper? yes #12 196.8 Does Emacs support legacy unexec dumping? no #12 196.8 Which dumping strategy does Emacs use? pdumper #12 196.8 Does Emacs have native lisp compiler? no #12 196.8 Does Emacs use version 2 of the X Input Extension? no #12 196.8 Does Emacs generate a smaller-size Japanese dictionary? no #12 196.8 #12 196.8 #12 196.8 #12 196.8 Run 'make' to build Emacs, then run 'src/emacs' to test it. #12 196.8 Run 'make install' in order to build an application bundle. #12 196.8 The application will go to nextstep/Emacs.app and can be run or moved #12 196.8 from there. #12 196.8 The application will be fully self-contained. #12 196.8 #12 197.7 configure: creating ./config.status #12 198.1 configure: WARNING: This configuration installs a 'movemail' program #12 198.1 that does not retrieve POP3 email. By default, Emacs 25 and earlier #12 198.1 installed a 'movemail' program that retrieved POP3 email via only #12 198.1 insecure channels, a practice that is no longer recommended but that #12 198.1 you can continue to support by using './configure --with-pop'. #12 198.1 configure: You might want to install GNU Mailutils #12 198.1 and use './configure --with-mailutils'. #12 198.9 MAKE='make' ./config.status #12 199.1 config.status: creating src/verbose.mk #12 199.2 config.status: creating src/emacs-module.h #12 199.3 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #12 199.4 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #12 199.5 config.status: creating Makefile #12 199.6 config.status: creating lib/gnulib.mk #12 199.7 config.status: creating ./doc/man/emacs.1 #12 199.7 config.status: creating lib/Makefile #12 199.9 config.status: creating lib-src/Makefile #12 200.0 config.status: creating oldXMenu/Makefile #12 200.1 config.status: creating src/Makefile #12 200.2 config.status: creating lwlib/Makefile #12 200.3 config.status: creating nextstep/Makefile #12 200.4 config.status: creating nt/Makefile #12 200.5 config.status: creating doc/emacs/Makefile #12 200.6 config.status: creating doc/misc/Makefile #12 200.7 config.status: creating doc/lispintro/Makefile #12 200.8 config.status: creating doc/lispref/Makefile #12 200.8 config.status: creating lisp/Makefile #12 200.9 config.status: creating leim/Makefile #12 201.0 config.status: creating test/Makefile #12 201.1 config.status: creating test/manual/noverlay/Makefile #12 201.2 config.status: creating test/infra/Makefile #12 201.3 config.status: creating admin/charsets/Makefile #12 201.4 config.status: creating admin/unidata/Makefile #12 201.4 config.status: creating admin/grammars/Makefile #12 201.6 config.status: creating java/Makefile #12 201.6 config.status: creating cross/Makefile #12 201.7 config.status: creating java/AndroidManifest.xml #12 201.8 config.status: creating src/config.h #12 201.9 config.status: executing src/epaths.h commands #12 201.9 make[3]: Entering directory '/checkout' #12 202.0 make[3]: Leaving directory '/checkout' #12 202.0 config.status: executing src/.gdbinit commands #12 202.0 config.status: executing doc/emacs/emacsver.texi commands #12 202.1 config.status: executing etc-refcards-emacsver.tex commands #12 202.1 make[3]: Entering directory '/checkout' #12 202.2 make[3]: Leaving directory '/checkout' #12 202.2 make[2]: Leaving directory '/checkout' #12 202.2 make actual-all #12 202.2 make[2]: Entering directory '/checkout' #12 202.4 make -C lib all #12 202.6 make[3]: Entering directory '/checkout/lib' #12 202.6 GEN alloca.h #12 202.6 GEN dirent.h #12 202.7 GEN fcntl.h #12 202.7 GEN malloc/dynarray.gl.h #12 202.8 GEN malloc/dynarray-skeleton.gl.h #12 202.8 GEN inttypes.h #12 202.9 GEN limits.h #12 203.0 GEN signal.h #12 203.0 GEN stdckdint.h #12 203.0 GEN stddef.h #12 203.1 GEN stdio.h #12 203.3 GEN stdlib.h #12 203.5 GEN string.h #12 203.7 GEN sys/random.h #12 203.7 GEN sys/select.h #12 203.7 GEN sys/stat.h #12 203.8 GEN sys/time.h #12 203.9 GEN sys/types.h #12 203.9 GEN time.h #12 203.9 GEN unistd.h #12 204.2 CC fingerprint.o #12 204.3 CC mktime.o #12 204.7 CC acl-errno-valid.o #12 204.8 CC acl-internal.o #12 204.9 CC get-permissions.o #12 205.1 CC set-permissions.o #12 205.5 CC allocator.o #12 205.6 CC binary-io.o #12 205.8 CC boot-time.o #12 206.3 CC c-ctype.o #12 206.7 CC c-strcasecmp.o #12 206.9 CC c-strncasecmp.o #12 207.1 CC careadlinkat.o #12 207.6 CC close-stream.o #12 207.9 CC copy-file-range.o #12 208.0 CC count-leading-zeros.o #12 208.2 CC count-one-bits.o #12 208.4 CC count-trailing-zeros.o #12 208.5 CC md5-stream.o #12 208.8 CC md5.o #12 209.5 CC sha1.o #12 210.5 CC sha256.o #12 212.9 CC sha512.o #12 215.8 CC dtoastr.o #12 216.2 CC dtotimespec.o #12 216.3 CC fchmodat.o #12 216.7 CC fcntl.o #12 216.9 CC file-has-acl.o #12 217.3 CC filemode.o #12 217.5 CC filevercmp.o #12 218.0 CC free.o #12 218.1 CC fsusage.o #12 218.3 CC gettime.o #12 218.5 CC malloc/dynarray_at_failure.o #12 218.7 CC malloc/dynarray_emplace_enlarge.o #12 218.9 CC malloc/dynarray_finalize.o #12 219.2 CC malloc/dynarray_resize.o #12 219.4 CC malloc/dynarray_resize_clear.o #12 219.6 CC memset_explicit.o #12 219.7 CC nanosleep.o #12 220.0 CC nproc.o #12 220.3 CC nstrftime.o #12 222.9 CC pipe2.o #12 223.3 CC qcopy-acl.o #12 223.6 CC regex.o #12 240.8 CC sig2str.o #12 241.4 CC sigdescr_np.o #12 241.7 CC stat-time.o #12 242.0 CC tempname.o #12 242.7 CC time_rz.o #12 243.3 CC timegm.o #12 243.6 CC timespec.o #12 243.9 CC timespec-add.o #12 244.2 CC timespec-sub.o #12 244.5 CC u64.o #12 244.6 CC unistd.o #12 244.9 CC openat-die.o #12 245.3 CC save-cwd.o #12 245.6 AR libgnu.a #12 246.1 make[3]: Leaving directory '/checkout/lib' #12 246.1 make -C lib-src all #12 246.1 make[3]: Entering directory '/checkout/lib-src' #12 246.1 CCLD etags #12 262.4 CCLD ctags #12 279.4 CCLD emacsclient #12 283.2 CCLD ebrowse #12 290.3 CCLD hexl #12 291.5 CC pop.o #12 291.7 CCLD movemail #12 292.7 CCLD make-docfile #12 296.1 CCLD make-fingerprint #12 297.1 make[3]: Leaving directory '/checkout/lib-src' #12 297.1 make -C src BIN_DESTDIR=''/checkout/nextstep/Emacs.app/'' \ #12 297.1 ELN_DESTDIR='/checkout/nextstep/Emacs.app/Frameworks/' all #12 297.8 make[3]: Entering directory '/checkout/src' #12 297.8 GEN globals.h #12 307.0 CC dispnew.o #12 317.4 CC frame.o #12 329.9 CC scroll.o #12 331.3 CC xdisp.o #12 396.9 CC menu.o #12 400.0 CC window.o #12 416.5 CC charset.o #12 422.9 CC coding.o #12 451.2 CC category.o #12 453.8 CC ccl.o #12 463.3 CC character.o #12 466.6 CC chartab.o #12 470.6 CC bidi.o #12 474.2 CC cm.o #12 475.1 CC term.o #12 482.3 CC terminal.o #12 483.9 CC xfaces.o #12 496.0 CC dbusbind.o #12 502.7 CC emacs.o #12 506.8 CC keyboard.o #12 528.9 CC macros.o #12 530.0 CC keymap.o #12 537.9 CC sysdep.o #12 543.1 CC bignum.o #12 544.3 CC buffer.o #12 552.4 CC filelock.o #12 554.3 CC insdel.o #12 557.2 CC marker.o #12 558.8 CC minibuf.o #12 563.8 CC fileio.o #12 571.9 CC dired.o #12 573.8 CC cmds.o #12 575.4 CC casetab.o #12 576.3 CC casefiddle.o #12 578.9 CC indent.o #12 585.6 CC search.o #12 592.0 CC regex-emacs.o #12 604.6 CC undo.o #12 605.7 CC alloc.o #12 614.0 CC pdumper.o #12 620.5 CC data.o #12 629.0 GEN buildobj.h #12 629.6 CC doc.o #12 631.3 CC editfns.o #12 640.4 CC callint.o #12 643.2 CC eval.o #12 651.7 CC floatfns.o #12 654.8 CC fns.o #12 673.9 CC sort.o #12 676.4 CC font.o #12 695.9 CC print.o #12 702.2 CC lread.o #12 716.9 CC emacs-module.o #12 724.2 CC syntax.o #12 736.5 CC bytecode.o #12 742.5 CC comp.o #12 743.2 CC dynlib.o #12 743.4 CC process.o #12 756.6 CC gnutls.o #12 761.6 CC callproc.o #12 764.6 CC region-cache.o #12 765.5 CC sound.o #12 766.5 CC timefns.o #12 769.7 CC atimer.o #12 771.0 CC doprnt.o #12 772.7 CC intervals.o #12 778.2 CC textprop.o #12 783.3 CC composite.o #12 789.3 CC xml.o #12 790.0 CC lcms.o #12 790.1 CC inotify.o #12 792.9 CC profiler.o #12 794.3 CC decompress.o #12 795.1 CC thread.o #12 796.6 CC systhread.o #12 797.5 CC sqlite.o #12 798.1 CC treesit.o #12 798.5 CC itree.o #12 800.3 CC fontset.o #12 805.6 CC fringe.o #12 811.5 CC image.o #12 817.5 image.c:143: warning: macro "PIX_MASK_DRAW" is not used [-Wunused-macros] #12 817.5 143 | #define PIX_MASK_DRAW 1 #12 817.5 | #12 818.0 CC nsterm.o #12 818.1 cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 818.1 cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 818.6 In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 818.6 from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 818.6 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 818.6 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 818.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.6 from nsgui.h:34, #12 818.6 from dispextern.h:137, #12 818.6 from nsterm.h:22, #12 818.6 from nsterm.m:48: #12 818.6 /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.6 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 818.6 | ^ #12 818.6 In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 818.6 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 818.6 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 818.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.6 from nsgui.h:34, #12 818.6 from dispextern.h:137, #12 818.6 from nsterm.h:22, #12 818.6 from nsterm.m:48: #12 818.6 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.6 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 818.6 | ^ #12 818.6 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 818.6 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 818.6 | ^~~~~~~~~~~~~~~~~~~~ #12 818.6 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 818.6 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 818.6 | ^~~~~~~~~~~~~~~~~~~~ #12 818.6 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.6 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 818.6 | ^ #12 818.6 In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 818.6 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 818.6 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 818.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.6 from nsgui.h:34, #12 818.6 from dispextern.h:137, #12 818.6 from nsterm.h:22, #12 818.6 from nsterm.m:48: #12 818.6 /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.6 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 818.6 | ^ #12 818.6 /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.6 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 818.6 | ^ #12 818.6 In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 818.6 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 818.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.6 from nsgui.h:34, #12 818.6 from dispextern.h:137, #12 818.6 from nsterm.h:22, #12 818.6 from nsterm.m:48: #12 818.6 /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.6 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 818.6 | ^ #12 818.6 /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.6 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.6 | ^ #12 818.6 /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.6 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 818.6 | ^ #12 818.6 /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.6 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 818.6 | ^ #12 818.6 /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.6 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 818.6 | ^ #12 818.6 /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.6 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 818.6 | ^ #12 818.6 In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 818.6 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 818.6 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 818.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.6 from nsgui.h:34, #12 818.6 from dispextern.h:137, #12 818.6 from nsterm.h:22, #12 818.6 from nsterm.m:48: #12 818.6 /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.6 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.6 | ^ #12 818.6 /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.6 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 818.6 | ^ #12 818.6 /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.6 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 818.6 | ^ #12 818.6 /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.6 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.6 | ^ #12 818.6 In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 818.6 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 818.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.6 from nsgui.h:34, #12 818.6 from dispextern.h:137, #12 818.6 from nsterm.h:22, #12 818.6 from nsterm.m:48: #12 818.6 /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.6 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 818.6 | ^ #12 818.6 In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 818.6 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 818.6 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 818.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.6 from nsgui.h:34, #12 818.6 from dispextern.h:137, #12 818.6 from nsterm.h:22, #12 818.6 from nsterm.m:48: #12 818.6 /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 818.6 | ^ #12 818.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 818.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.6 from nsgui.h:34, #12 818.6 from dispextern.h:137, #12 818.6 from nsterm.h:22, #12 818.6 from nsterm.m:48: #12 818.6 /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 818.6 | ^ #12 818.6 /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.6 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 818.6 | ^ #12 818.7 In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 818.7 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 818.7 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 818.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.7 from nsgui.h:34, #12 818.7 from dispextern.h:137, #12 818.7 from nsterm.h:22, #12 818.7 from nsterm.m:48: #12 818.7 /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 88 | #if GS_API_VERSION(0,011500) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 818.7 | ^ #12 818.7 In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 818.7 from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 818.7 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 818.7 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 818.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.7 from nsgui.h:34, #12 818.7 from dispextern.h:137, #12 818.7 from nsterm.h:22, #12 818.7 from nsterm.m:48: #12 818.7 /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 818.7 | ^ #12 818.7 In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 818.7 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 818.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.7 from nsgui.h:34, #12 818.7 from dispextern.h:137, #12 818.7 from nsterm.h:22, #12 818.7 from nsterm.m:48: #12 818.7 /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 818.7 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 818.7 | ^~~~~~~~~~ #12 818.7 In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 818.7 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 818.7 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 818.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.7 from nsgui.h:34, #12 818.7 from dispextern.h:137, #12 818.7 from nsterm.h:22, #12 818.7 from nsterm.m:48: #12 818.7 /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 818.7 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 818.7 | ^~~~~~~~~~ #12 818.7 In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 818.7 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 818.7 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 818.7 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 818.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.7 from nsgui.h:34, #12 818.7 from dispextern.h:137, #12 818.7 from nsterm.h:22, #12 818.7 from nsterm.m:48: #12 818.7 /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.7 | ^ #12 818.7 In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 818.7 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 818.7 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 818.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.7 from nsgui.h:34, #12 818.7 from dispextern.h:137, #12 818.7 from nsterm.h:22, #12 818.7 from nsterm.m:48: #12 818.7 /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 818.7 | ^ #12 818.7 In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 818.7 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 818.7 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 818.7 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 818.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.7 from nsgui.h:34, #12 818.7 from dispextern.h:137, #12 818.7 from nsterm.h:22, #12 818.7 from nsterm.m:48: #12 818.7 /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 818.7 | ^ #12 818.7 In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 818.7 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 818.7 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 818.7 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 818.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.7 from nsgui.h:34, #12 818.7 from dispextern.h:137, #12 818.7 from nsterm.h:22, #12 818.7 from nsterm.m:48: #12 818.7 /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 818.7 | ^ #12 818.7 In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 818.7 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 818.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.7 from nsgui.h:34, #12 818.7 from dispextern.h:137, #12 818.7 from nsterm.h:22, #12 818.7 from nsterm.m:48: #12 818.7 /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.7 | ^ #12 818.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 818.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.7 from nsgui.h:34, #12 818.7 from dispextern.h:137, #12 818.7 from nsterm.h:22, #12 818.7 from nsterm.m:48: #12 818.7 /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 46 | #if GS_EXPOSE(NSAffineTransform) #12 818.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 818.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 818.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.7 from nsgui.h:34, #12 818.7 from dispextern.h:137, #12 818.7 from nsterm.h:22, #12 818.7 from nsterm.m:48: #12 818.7 /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 818.7 | ^ #12 818.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 818.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.7 from nsgui.h:34, #12 818.7 from dispextern.h:137, #12 818.7 from nsterm.h:22, #12 818.7 from nsterm.m:48: #12 818.7 /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 818.7 | ^ #12 818.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 818.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.7 from nsgui.h:34, #12 818.7 from dispextern.h:137, #12 818.7 from nsterm.h:22, #12 818.7 from nsterm.m:48: #12 818.7 /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 818.7 | ^ #12 818.7 In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 818.7 from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 818.7 from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 818.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.7 from nsgui.h:34, #12 818.7 from dispextern.h:137, #12 818.7 from nsterm.h:22, #12 818.7 from nsterm.m:48: #12 818.7 /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 818.7 | ^ #12 818.7 In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 818.7 from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 818.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.7 from nsgui.h:34, #12 818.7 from dispextern.h:137, #12 818.7 from nsterm.h:22, #12 818.7 from nsterm.m:48: #12 818.7 /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 818.7 | ^ #12 818.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 818.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.7 from nsgui.h:34, #12 818.7 from dispextern.h:137, #12 818.7 from nsterm.h:22, #12 818.7 from nsterm.m:48: #12 818.7 /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 45 | #if GS_EXPOSE(NSArchiver) #12 818.7 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 818.7 /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 164 | #if GS_EXPOSE(NSUnarchiver) #12 818.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 818.7 /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 818.7 | ^ #12 818.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 818.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.7 from nsgui.h:34, #12 818.7 from dispextern.h:137, #12 818.7 from nsterm.h:22, #12 818.7 from nsterm.m:48: #12 818.7 /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 818.7 | ^ #12 818.7 In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 818.7 from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 818.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.7 from nsgui.h:34, #12 818.7 from dispextern.h:137, #12 818.7 from nsterm.h:22, #12 818.7 from nsterm.m:48: #12 818.7 /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 818.7 | ^ #12 818.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 818.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.7 from nsgui.h:34, #12 818.7 from dispextern.h:137, #12 818.7 from nsterm.h:22, #12 818.7 from nsterm.m:48: #12 818.7 /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.7 | ^ #12 818.7 In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 818.7 from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 818.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.7 from nsgui.h:34, #12 818.7 from dispextern.h:137, #12 818.7 from nsterm.h:22, #12 818.7 from nsterm.m:48: #12 818.7 /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.7 | ^ #12 818.7 In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 818.7 from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 818.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.7 from nsgui.h:34, #12 818.7 from dispextern.h:137, #12 818.7 from nsterm.h:22, #12 818.7 from nsterm.m:48: #12 818.7 /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 818.7 | ^ #12 818.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 818.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.7 from nsgui.h:34, #12 818.7 from dispextern.h:137, #12 818.7 from nsterm.h:22, #12 818.7 from nsterm.m:48: #12 818.7 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 818.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 818.7 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 818.7 | ^ #12 818.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 818.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.7 from nsgui.h:34, #12 818.7 from dispextern.h:137, #12 818.7 from nsterm.h:22, #12 818.7 from nsterm.m:48: #12 818.7 /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 818.7 | ^ #12 818.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 818.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.7 from nsgui.h:34, #12 818.7 from dispextern.h:137, #12 818.7 from nsterm.h:22, #12 818.7 from nsterm.m:48: #12 818.7 /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 114 | #if GS_EXPOSE(NSBundle) #12 818.7 | ^~~~~~~~~~~~~~~~~~~~~ #12 818.7 /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 818.7 | ^ #12 818.7 /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.7 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 818.7 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 818.8 | ^ #12 818.8 In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 818.8 from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 818.8 | ^ #12 818.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 43 | #if GS_EXPOSE(NSCache) #12 818.8 | ^~~~~~~~~~~~~~~~~~~~ #12 818.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 818.8 | ^ #12 818.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 37 | #if GS_EXPOSE(NSCalendarDate) #12 818.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 818.8 /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 818.8 | ^ #12 818.8 In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 818.8 from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 818.8 | ^ #12 818.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.8 | ^ #12 818.8 In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 818.8 from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 113 | #if GS_EXPOSE(NSException) #12 818.8 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 818.8 /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 818.8 303 | NSGetUncaughtExceptionHandler(); #12 818.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 818.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.8 | ^ #12 818.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 818.8 | ^ #12 818.8 In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 818.8 from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 53 | #if GS_EXPOSE(NSExpression) #12 818.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 818.8 In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 818.8 from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 818.8 | ^ #12 818.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 818.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 818.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 818.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 818.8 In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 818.8 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 47 | #if GS_EXPOSE(NSTimer) #12 818.8 | ^~~~~~~~~~~~~~~~~~~~ #12 818.8 /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 818.8 | ^ #12 818.8 In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 818.8 from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 818.8 from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 818.8 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 818.8 | ^ #12 818.8 In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 818.8 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 46 | #if GS_EXPOSE(NSRunLoop) #12 818.8 | ^~~~~~~~~~~~~~~~~~~~~~ #12 818.8 /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 818.8 | ^ #12 818.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 818.8 | ^ #12 818.8 In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 818.8 from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 818.8 | ^ #12 818.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 818.8 | ^ #12 818.8 In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 818.8 from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 818.8 | ^ #12 818.8 In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 818.8 from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.8 | ^ #12 818.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 818.8 | ^ #12 818.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 127 | #if GS_EXPOSE(NSDateFormatter) #12 818.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 818.8 /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 818.8 | ^ #12 818.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 818.8 | ^ #12 818.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 818.8 | ^ #12 818.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.8 | ^ #12 818.8 In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 818.8 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.8 | ^ #12 818.8 In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 818.8 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 818.8 | ^ #12 818.8 In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 818.8 from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 818.8 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 818.8 | ^ #12 818.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 818.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 818.8 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 192 | #if GS_EXPOSE(NSDecimalNumber) #12 818.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 818.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 40 | #if GS_EXPOSE(NSDistantObject) #12 818.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 818.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 41 | #if GS_EXPOSE(NSDistributedLock) #12 818.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 818.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.8 | ^ #12 818.8 In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 818.8 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 74 | #if GS_EXPOSE(NSLock) #12 818.8 | ^~~~~~~~~~~~~~~~~~~ #12 818.8 /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 125 | #if GS_EXPOSE(NSCondition) #12 818.8 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 818.8 /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 175 | #if GS_EXPOSE(NSConditionLock) #12 818.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 818.8 /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 275 | #if GS_EXPOSE(NSRecursiveLock) #12 818.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 818.8 /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 818.8 | ^ #12 818.8 In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 818.8 from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 818.8 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 818.8 | ^ #12 818.8 In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 818.8 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 71 | #if GS_EXPOSE(NSNotificationCenter) #12 818.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 818.8 /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 818.8 | ^ #12 818.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 818.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 818.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 818.8 | ^ #12 818.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 818.8 | ^ #12 818.8 /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 134 | #if GS_EXPOSE(NSError) #12 818.8 | ^~~~~~~~~~~~~~~~~~~~ #12 818.8 /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 818.8 | ^ #12 818.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 818.8 | ^ #12 818.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 818.8 | ^ #12 818.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 818.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.8 from nsgui.h:34, #12 818.8 from dispextern.h:137, #12 818.8 from nsterm.h:22, #12 818.8 from nsterm.m:48: #12 818.8 /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 818.8 | ^ #12 818.9 In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 818.9 from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 818.9 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 818.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.9 from nsgui.h:34, #12 818.9 from dispextern.h:137, #12 818.9 from nsterm.h:22, #12 818.9 from nsterm.m:48: #12 818.9 /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 182 | #if GS_EXPOSE(NSURLHandle) #12 818.9 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 818.9 /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 818.9 | ^ #12 818.9 In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 818.9 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 818.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.9 from nsgui.h:34, #12 818.9 from dispextern.h:137, #12 818.9 from nsterm.h:22, #12 818.9 from nsterm.m:48: #12 818.9 /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 73 | #if GS_EXPOSE(NSURL) #12 818.9 | ^~~~~~~~~~~~~~~~~~ #12 818.9 /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 818.9 | ^ #12 818.9 In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 818.9 from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 818.9 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 818.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.9 from nsgui.h:34, #12 818.9 from dispextern.h:137, #12 818.9 from nsterm.h:22, #12 818.9 from nsterm.m:48: #12 818.9 /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 818.9 | ^ #12 818.9 In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 818.9 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 818.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.9 from nsgui.h:34, #12 818.9 from dispextern.h:137, #12 818.9 from nsterm.h:22, #12 818.9 from nsterm.m:48: #12 818.9 /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 599 | #if GS_EXPOSE(NSURLQueryItem) #12 818.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 818.9 /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 633 | #if GS_EXPOSE(NSURLComponents) #12 818.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 818.9 /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 818.9 | ^ #12 818.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 818.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.9 from nsgui.h:34, #12 818.9 from dispextern.h:137, #12 818.9 from nsterm.h:22, #12 818.9 from nsterm.m:48: #12 818.9 /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 818.9 | ^ #12 818.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 818.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.9 from nsgui.h:34, #12 818.9 from dispextern.h:137, #12 818.9 from nsterm.h:22, #12 818.9 from nsterm.m:48: #12 818.9 /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 160 | #if GS_EXPOSE(NSPipe) #12 818.9 | ^~~~~~~~~~~~~~~~~~~ #12 818.9 /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 818.9 | ^ #12 818.9 In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 818.9 from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 818.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.9 from nsgui.h:34, #12 818.9 from dispextern.h:137, #12 818.9 from nsterm.h:22, #12 818.9 from nsterm.m:48: #12 818.9 /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 818.9 | ^ #12 818.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 818.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.9 from nsgui.h:34, #12 818.9 from dispextern.h:137, #12 818.9 from nsterm.h:22, #12 818.9 from nsterm.m:48: #12 818.9 /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.9 | ^ #12 818.9 In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 818.9 from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 818.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.9 from nsgui.h:34, #12 818.9 from dispextern.h:137, #12 818.9 from nsterm.h:22, #12 818.9 from nsterm.m:48: #12 818.9 /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 818.9 | ^ #12 818.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 818.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.9 from nsgui.h:34, #12 818.9 from dispextern.h:137, #12 818.9 from nsterm.h:22, #12 818.9 from nsterm.m:48: #12 818.9 /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 215 | #if GS_EXPOSE(NSFileManager) #12 818.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 818.9 /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 818.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 818.9 /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 818.9 | ^ #12 818.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 818.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.9 from nsgui.h:34, #12 818.9 from dispextern.h:137, #12 818.9 from nsterm.h:22, #12 818.9 from nsterm.m:48: #12 818.9 /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 818.9 | ^ #12 818.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 818.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.9 from nsgui.h:34, #12 818.9 from dispextern.h:137, #12 818.9 from nsterm.h:22, #12 818.9 from nsterm.m:48: #12 818.9 /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 818.9 | ^ #12 818.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 818.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.9 from nsgui.h:34, #12 818.9 from dispextern.h:137, #12 818.9 from nsterm.h:22, #12 818.9 from nsterm.m:48: #12 818.9 /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 818.9 | ^ #12 818.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 818.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.9 from nsgui.h:34, #12 818.9 from dispextern.h:137, #12 818.9 from nsterm.h:22, #12 818.9 from nsterm.m:48: #12 818.9 /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 818.9 | ^ #12 818.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 818.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.9 from nsgui.h:34, #12 818.9 from dispextern.h:137, #12 818.9 from nsterm.h:22, #12 818.9 from nsterm.m:48: #12 818.9 /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 818.9 | ^ #12 818.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 818.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.9 from nsgui.h:34, #12 818.9 from dispextern.h:137, #12 818.9 from nsterm.h:22, #12 818.9 from nsterm.m:48: #12 818.9 /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 42 | #if GS_EXPOSE(NSHost) #12 818.9 | ^~~~~~~~~~~~~~~~~~~ #12 818.9 /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 818.9 | ^ #12 818.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 818.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.9 from nsgui.h:34, #12 818.9 from dispextern.h:137, #12 818.9 from nsterm.h:22, #12 818.9 from nsterm.m:48: #12 818.9 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 68 | #if GS_EXPOSE(NSHTTPCookie) #12 818.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 818.9 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 818.9 | ^ #12 818.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 818.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.9 from nsgui.h:34, #12 818.9 from dispextern.h:137, #12 818.9 from nsterm.h:22, #12 818.9 from nsterm.m:48: #12 818.9 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 818.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 818.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 818.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.9 from nsgui.h:34, #12 818.9 from dispextern.h:137, #12 818.9 from nsterm.h:22, #12 818.9 from nsterm.m:48: #12 818.9 /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 47 | #if GS_EXPOSE(NSIndexPath) #12 818.9 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 818.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 818.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.9 from nsgui.h:34, #12 818.9 from dispextern.h:137, #12 818.9 from nsterm.h:22, #12 818.9 from nsterm.m:48: #12 818.9 /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 49 | #if GS_EXPOSE(NSIndexSet) #12 818.9 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 818.9 /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 818.9 | ^ #12 818.9 In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 818.9 from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 818.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.9 from nsgui.h:34, #12 818.9 from dispextern.h:137, #12 818.9 from nsterm.h:22, #12 818.9 from nsterm.m:48: #12 818.9 /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 52 | #if GS_EXPOSE(NSMethodSignature) #12 818.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 818.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 818.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.9 from nsgui.h:34, #12 818.9 from dispextern.h:137, #12 818.9 from nsterm.h:22, #12 818.9 from nsterm.m:48: #12 818.9 /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 38 | #if GS_EXPOSE(NSInvocation) #12 818.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 818.9 /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 818.9 | ^ #12 818.9 In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 818.9 from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 818.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.9 from nsgui.h:34, #12 818.9 from dispextern.h:137, #12 818.9 from nsterm.h:22, #12 818.9 from nsterm.m:48: #12 818.9 /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 818.9 | ^ #12 818.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 818.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.9 from nsgui.h:34, #12 818.9 from dispextern.h:137, #12 818.9 from nsterm.h:22, #12 818.9 from nsterm.m:48: #12 818.9 /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 818.9 | ^ #12 818.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 818.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.9 from nsgui.h:34, #12 818.9 from dispextern.h:137, #12 818.9 from nsterm.h:22, #12 818.9 from nsterm.m:48: #12 818.9 /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 818.9 | ^ #12 818.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 818.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.9 from nsgui.h:34, #12 818.9 from dispextern.h:137, #12 818.9 from nsterm.h:22, #12 818.9 from nsterm.m:48: #12 818.9 /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 818.9 | ^ #12 818.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 818.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.9 from nsgui.h:34, #12 818.9 from dispextern.h:137, #12 818.9 from nsterm.h:22, #12 818.9 from nsterm.m:48: #12 818.9 /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 818.9 | ^ #12 818.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 818.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.9 from nsgui.h:34, #12 818.9 from dispextern.h:137, #12 818.9 from nsterm.h:22, #12 818.9 from nsterm.m:48: #12 818.9 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.9 | ^ #12 818.9 In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 818.9 from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 818.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.9 from nsgui.h:34, #12 818.9 from dispextern.h:137, #12 818.9 from nsterm.h:22, #12 818.9 from nsterm.m:48: #12 818.9 /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 818.9 | ^ #12 818.9 /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 818.9 | ^ #12 818.9 In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 818.9 from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 818.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.9 from nsgui.h:34, #12 818.9 from dispextern.h:137, #12 818.9 from nsterm.h:22, #12 818.9 from nsterm.m:48: #12 818.9 /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 818.9 | ^ #12 818.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 818.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 818.9 from nsgui.h:34, #12 818.9 from dispextern.h:137, #12 818.9 from nsterm.h:22, #12 818.9 from nsterm.m:48: #12 818.9 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 818.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 818.9 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 818.9 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 818.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.0 | ^ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 819.0 | ^ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 819.0 | ^ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 819.0 | ^ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 103 | #if GS_EXPOSE(NSLocale) #12 819.0 | ^~~~~~~~~~~~~~~~~~~~~ #12 819.0 /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 819.0 | ^ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 819.0 | ^ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 819.0 | ^ #12 819.0 In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 819.0 from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 819.0 | ^ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 40 | #if GS_EXPOSE(NSMetadataItem) #12 819.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.0 /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 66 | #if GS_EXPOSE(NSMetadataQuery) #12 819.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.0 /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 819.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.0 /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 819.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 112 | #if GS_EXPOSE(NSNotificationQueue) #12 819.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 361 | #if GS_EXPOSE(NSNetService) #12 819.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.0 /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 819.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.0 | ^ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 123 | #if GS_EXPOSE(NSNumberFormatter) #12 819.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.0 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.0 | ^ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 819.0 | ^ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 819.0 | ^ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.0 | ^ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 819.0 | ^ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 819.0 | ^ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.0 | ^ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 53 | #if GS_EXPOSE(NSPortCoder) #12 819.0 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 819.0 In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 819.0 from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 77 | #if GS_EXPOSE(NSPort) #12 819.0 | ^~~~~~~~~~~~~~~~~~~ #12 819.0 /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 202 | #if GS_EXPOSE(NSSocketPort) #12 819.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.0 /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 284 | #if GS_EXPOSE(NSMessagePort) #12 819.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 47 | #if GS_EXPOSE(NSPortMessage) #12 819.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 819.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 53 | #if GS_EXPOSE(NSProgress) #12 819.0 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 40 | #if GS_EXPOSE(NSProtocolChecker) #12 819.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 91 | #if GS_EXPOSE(NSRegularExpression) #12 819.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 42 | #if GS_EXPOSE(NSScanner) #12 819.0 | ^~~~~~~~~~~~~~~~~~~~~~ #12 819.0 /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.0 | ^ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 819.0 | ^ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 819.0 | ^ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 819.0 | ^ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 819.0 | ^ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 819.0 | ^ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 819.0 | ^ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 819.0 | ^ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 819.0 | ^ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 819.0 | ^ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 48 | #if GS_EXPOSE(NSSortDescriptor) #12 819.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.0 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 819.0 | ^ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 58 | #if GS_EXPOSE(NSSpellServer) #12 819.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.0 /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 819.0 | ^ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 819.0 | ^ #12 819.0 In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 819.0 from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 819.0 | ^ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 51 | #if GS_EXPOSE(NSTask) #12 819.0 | ^~~~~~~~~~~~~~~~~~~ #12 819.0 /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.0 | ^ #12 819.0 In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 819.0 from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 819.0 | ^ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.0 | ^ #12 819.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 819.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.0 from nsgui.h:34, #12 819.0 from dispextern.h:137, #12 819.0 from nsterm.h:22, #12 819.0 from nsterm.m:48: #12 819.0 /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 59 | #if GS_EXPOSE(NSThread) #12 819.0 | ^~~~~~~~~~~~~~~~~~~~~ #12 819.0 /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 819.0 | ^ #12 819.0 /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.0 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 819.0 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.1 | ^ #12 819.1 In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 819.1 from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 819.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.1 from nsgui.h:34, #12 819.1 from dispextern.h:137, #12 819.1 from nsterm.h:22, #12 819.1 from nsterm.m:48: #12 819.1 /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 819.1 | ^ #12 819.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 819.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.1 from nsgui.h:34, #12 819.1 from dispextern.h:137, #12 819.1 from nsterm.h:22, #12 819.1 from nsterm.m:48: #12 819.1 /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 819.1 | ^ #12 819.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 819.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.1 from nsgui.h:34, #12 819.1 from dispextern.h:137, #12 819.1 from nsterm.h:22, #12 819.1 from nsterm.m:48: #12 819.1 /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 819.1 | ^ #12 819.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 819.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.1 from nsgui.h:34, #12 819.1 from dispextern.h:137, #12 819.1 from nsterm.h:22, #12 819.1 from nsterm.m:48: #12 819.1 /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 87 | #if GS_EXPOSE(NSUndoManager) #12 819.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 819.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.1 from nsgui.h:34, #12 819.1 from dispextern.h:137, #12 819.1 from nsterm.h:22, #12 819.1 from nsterm.m:48: #12 819.1 /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 819.1 | ^ #12 819.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 819.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.1 from nsgui.h:34, #12 819.1 from dispextern.h:137, #12 819.1 from nsterm.h:22, #12 819.1 from nsterm.m:48: #12 819.1 /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 819.1 | ^ #12 819.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 819.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.1 from nsgui.h:34, #12 819.1 from dispextern.h:137, #12 819.1 from nsterm.h:22, #12 819.1 from nsterm.m:48: #12 819.1 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 819.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 819.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.1 from nsgui.h:34, #12 819.1 from dispextern.h:137, #12 819.1 from nsterm.h:22, #12 819.1 from nsterm.m:48: #12 819.1 /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 819.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.1 /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 105 | #if GS_EXPOSE(NSURLCache) #12 819.1 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 819.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 819.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.1 from nsgui.h:34, #12 819.1 from dispextern.h:137, #12 819.1 from nsterm.h:22, #12 819.1 from nsterm.m:48: #12 819.1 /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 48 | #if GS_EXPOSE(NSURLConnection) #12 819.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.1 /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 819.1 | ^ #12 819.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 819.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.1 from nsgui.h:34, #12 819.1 from dispextern.h:137, #12 819.1 from nsterm.h:22, #12 819.1 from nsterm.m:48: #12 819.1 /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 56 | #if GS_EXPOSE(NSURLCredential) #12 819.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 819.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.1 from nsgui.h:34, #12 819.1 from dispextern.h:137, #12 819.1 from nsterm.h:22, #12 819.1 from nsterm.m:48: #12 819.1 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 819.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 819.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.1 from nsgui.h:34, #12 819.1 from dispextern.h:137, #12 819.1 from nsterm.h:22, #12 819.1 from nsterm.m:48: #12 819.1 /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 49 | #if GS_EXPOSE(NSURLDownload) #12 819.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.1 /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 819.1 | ^ #12 819.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 819.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.1 from nsgui.h:34, #12 819.1 from dispextern.h:137, #12 819.1 from nsterm.h:22, #12 819.1 from nsterm.m:48: #12 819.1 /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 819.1 | ^ #12 819.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 819.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.1 from nsgui.h:34, #12 819.1 from dispextern.h:137, #12 819.1 from nsterm.h:22, #12 819.1 from nsterm.m:48: #12 819.1 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 819.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.1 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 819.1 | ^ #12 819.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 819.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.1 from nsgui.h:34, #12 819.1 from dispextern.h:137, #12 819.1 from nsterm.h:22, #12 819.1 from nsterm.m:48: #12 819.1 /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 121 | #if GS_EXPOSE(NSURLProtocol) #12 819.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 819.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.1 from nsgui.h:34, #12 819.1 from dispextern.h:137, #12 819.1 from nsterm.h:22, #12 819.1 from nsterm.m:48: #12 819.1 /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 92 | #if GS_EXPOSE(NSURLRequest) #12 819.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.1 /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 819.1 | ^ #12 819.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 819.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.1 from nsgui.h:34, #12 819.1 from dispextern.h:137, #12 819.1 from nsterm.h:22, #12 819.1 from nsterm.m:48: #12 819.1 /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 49 | #if GS_EXPOSE(NSURLResponse) #12 819.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.1 /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 819.1 | ^ #12 819.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 819.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.1 from nsgui.h:34, #12 819.1 from dispextern.h:137, #12 819.1 from nsterm.h:22, #12 819.1 from nsterm.m:48: #12 819.1 /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 819.1 | ^ #12 819.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 819.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.1 from nsgui.h:34, #12 819.1 from dispextern.h:137, #12 819.1 from nsterm.h:22, #12 819.1 from nsterm.m:48: #12 819.1 /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 217 | #if GS_EXPOSE(NSUserDefaults) #12 819.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.1 /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.1 | ^ #12 819.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 819.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.1 from nsgui.h:34, #12 819.1 from dispextern.h:137, #12 819.1 from nsterm.h:22, #12 819.1 from nsterm.m:48: #12 819.1 /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 819.1 | ^ #12 819.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 819.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.1 from nsgui.h:34, #12 819.1 from dispextern.h:137, #12 819.1 from nsterm.h:22, #12 819.1 from nsterm.m:48: #12 819.1 /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 819.1 | ^ #12 819.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 819.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.1 from nsgui.h:34, #12 819.1 from dispextern.h:137, #12 819.1 from nsterm.h:22, #12 819.1 from nsterm.m:48: #12 819.1 /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 819.1 | ^ #12 819.1 In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 819.1 from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 819.1 from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 819.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.1 from nsgui.h:34, #12 819.1 from dispextern.h:137, #12 819.1 from nsterm.h:22, #12 819.1 from nsterm.m:48: #12 819.1 /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 819.1 | ^ #12 819.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 819.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.1 from nsgui.h:34, #12 819.1 from dispextern.h:137, #12 819.1 from nsterm.h:22, #12 819.1 from nsterm.m:48: #12 819.1 /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 819.1 | ^ #12 819.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 819.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.1 from nsgui.h:34, #12 819.1 from dispextern.h:137, #12 819.1 from nsterm.h:22, #12 819.1 from nsterm.m:48: #12 819.1 /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 72 | #if GS_EXPOSE(NSXMLParser) #12 819.1 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 819.1 /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 819.1 | ^ #12 819.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 819.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 819.1 from nsgui.h:34, #12 819.1 from dispextern.h:137, #12 819.1 from nsterm.h:22, #12 819.1 from nsterm.m:48: #12 819.1 /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 819.1 | ^ #12 819.1 In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 819.1 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 819.1 from nsgui.h:34, #12 819.1 from dispextern.h:137, #12 819.1 from nsterm.h:22, #12 819.1 from nsterm.m:48: #12 819.1 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.1 | ^ #12 819.1 In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 819.1 from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 819.1 from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 819.1 from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 819.1 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 819.1 from nsgui.h:34, #12 819.1 from dispextern.h:137, #12 819.1 from nsterm.h:22, #12 819.1 from nsterm.m:48: #12 819.1 /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.1 | ^ #12 819.1 In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 819.1 from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 819.1 from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 819.1 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 819.1 from nsgui.h:34, #12 819.1 from dispextern.h:137, #12 819.1 from nsterm.h:22, #12 819.1 from nsterm.m:48: #12 819.1 /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.1 | ^ #12 819.1 /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.1 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 819.1 | ^ #12 819.2 In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 819.2 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 819.2 from nsgui.h:34, #12 819.2 from dispextern.h:137, #12 819.2 from nsterm.h:22, #12 819.2 from nsterm.m:48: #12 819.2 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.2 | ^ #12 819.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 819.2 from nsgui.h:34, #12 819.2 from dispextern.h:137, #12 819.2 from nsterm.h:22, #12 819.2 from nsterm.m:48: #12 819.2 /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 819.2 | ^ #12 819.2 In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 819.2 from /usr/include/GNUstep/AppKit/NSView.h:38, #12 819.2 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 819.2 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 819.2 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 819.2 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 819.2 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 819.2 from nsgui.h:34, #12 819.2 from dispextern.h:137, #12 819.2 from nsterm.h:22, #12 819.2 from nsterm.m:48: #12 819.2 /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.2 | ^ #12 819.2 In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 819.2 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 819.2 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 819.2 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 819.2 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 819.2 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 819.2 from nsgui.h:34, #12 819.2 from dispextern.h:137, #12 819.2 from nsterm.h:22, #12 819.2 from nsterm.m:48: #12 819.2 /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.2 | ^ #12 819.2 In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 819.2 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 819.2 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 819.2 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 819.2 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 819.2 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 819.2 from nsgui.h:34, #12 819.2 from dispextern.h:137, #12 819.2 from nsterm.h:22, #12 819.2 from nsterm.m:48: #12 819.2 /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 819.2 | ^ #12 819.2 In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 819.2 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 819.2 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 819.2 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 819.2 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 819.2 from nsgui.h:34, #12 819.2 from dispextern.h:137, #12 819.2 from nsterm.h:22, #12 819.2 from nsterm.m:48: #12 819.2 /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.2 | ^ #12 819.2 In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 819.2 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 819.2 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 819.2 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 819.2 from nsgui.h:34, #12 819.2 from dispextern.h:137, #12 819.2 from nsterm.h:22, #12 819.2 from nsterm.m:48: #12 819.2 /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 819.2 | ^ #12 819.2 In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 819.2 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 819.2 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 819.2 from nsgui.h:34, #12 819.2 from dispextern.h:137, #12 819.2 from nsterm.h:22, #12 819.2 from nsterm.m:48: #12 819.2 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.2 | ^ #12 819.2 In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 819.2 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 819.2 from nsgui.h:34, #12 819.2 from dispextern.h:137, #12 819.2 from nsterm.h:22, #12 819.2 from nsterm.m:48: #12 819.2 /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.2 | ^ #12 819.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 819.2 from nsgui.h:34, #12 819.2 from dispextern.h:137, #12 819.2 from nsterm.h:22, #12 819.2 from nsterm.m:48: #12 819.2 /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 819.2 | ^ #12 819.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 819.2 from nsgui.h:34, #12 819.2 from dispextern.h:137, #12 819.2 from nsterm.h:22, #12 819.2 from nsterm.m:48: #12 819.2 /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.2 | ^ #12 819.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 819.2 from nsgui.h:34, #12 819.2 from dispextern.h:137, #12 819.2 from nsterm.h:22, #12 819.2 from nsterm.m:48: #12 819.2 /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.2 | ^ #12 819.2 In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 819.2 from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 819.2 from nsgui.h:34, #12 819.2 from dispextern.h:137, #12 819.2 from nsterm.h:22, #12 819.2 from nsterm.m:48: #12 819.2 /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.2 | ^ #12 819.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 819.2 from nsgui.h:34, #12 819.2 from dispextern.h:137, #12 819.2 from nsterm.h:22, #12 819.2 from nsterm.m:48: #12 819.2 /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.2 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.2 | ^ #12 819.2 /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 819.2 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 819.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.2 /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 819.2 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 819.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.2 /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 819.2 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 819.2 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 819.2 /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 819.2 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 819.2 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 819.2 /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 819.2 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 819.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.3 /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 819.3 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 819.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.3 /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 819.3 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 819.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.3 /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 819.3 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 819.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.3 /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 819.3 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 819.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.3 /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 819.3 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 819.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.3 /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 819.3 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 819.3 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 819.3 /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 819.3 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 819.3 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 819.3 /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 819.3 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 819.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.3 /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 819.3 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 819.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.3 /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 819.3 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 819.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.3 /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 819.3 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 819.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.3 /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 819.3 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 819.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.3 /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 819.3 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 819.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.3 /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.3 | ^ #12 819.3 In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 819.3 from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 819.3 from nsgui.h:34, #12 819.3 from dispextern.h:137, #12 819.3 from nsterm.h:22, #12 819.3 from nsterm.m:48: #12 819.3 /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.3 | ^ #12 819.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 819.3 from nsgui.h:34, #12 819.3 from dispextern.h:137, #12 819.3 from nsterm.h:22, #12 819.3 from nsterm.m:48: #12 819.3 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.3 | ^ #12 819.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 819.3 from nsgui.h:34, #12 819.3 from dispextern.h:137, #12 819.3 from nsterm.h:22, #12 819.3 from nsterm.m:48: #12 819.3 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.3 | ^ #12 819.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 819.3 from nsgui.h:34, #12 819.3 from dispextern.h:137, #12 819.3 from nsterm.h:22, #12 819.3 from nsterm.m:48: #12 819.3 /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.3 | ^ #12 819.3 In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 819.3 from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 819.3 from nsgui.h:34, #12 819.3 from dispextern.h:137, #12 819.3 from nsterm.h:22, #12 819.3 from nsterm.m:48: #12 819.3 /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.3 | ^ #12 819.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 819.3 from nsgui.h:34, #12 819.3 from dispextern.h:137, #12 819.3 from nsterm.h:22, #12 819.3 from nsterm.m:48: #12 819.3 /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.3 | ^ #12 819.3 In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 819.3 from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 819.3 from nsgui.h:34, #12 819.3 from dispextern.h:137, #12 819.3 from nsterm.h:22, #12 819.3 from nsterm.m:48: #12 819.3 /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.3 | ^ #12 819.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 819.3 from nsgui.h:34, #12 819.3 from dispextern.h:137, #12 819.3 from nsterm.h:22, #12 819.3 from nsterm.m:48: #12 819.3 /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.3 | ^ #12 819.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 819.3 from nsgui.h:34, #12 819.3 from dispextern.h:137, #12 819.3 from nsterm.h:22, #12 819.3 from nsterm.m:48: #12 819.3 /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 819.3 | ^ #12 819.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 819.3 from nsgui.h:34, #12 819.3 from dispextern.h:137, #12 819.3 from nsterm.h:22, #12 819.3 from nsterm.m:48: #12 819.3 /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.3 | ^ #12 819.3 In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 819.3 from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 819.3 from nsgui.h:34, #12 819.3 from dispextern.h:137, #12 819.3 from nsterm.h:22, #12 819.3 from nsterm.m:48: #12 819.3 /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 819.3 | ^ #12 819.3 In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 819.3 from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 819.3 from nsgui.h:34, #12 819.3 from dispextern.h:137, #12 819.3 from nsterm.h:22, #12 819.3 from nsterm.m:48: #12 819.3 /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.3 | ^ #12 819.3 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 819.3 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 819.3 from nsgui.h:34, #12 819.3 from dispextern.h:137, #12 819.3 from nsterm.h:22, #12 819.3 from nsterm.m:48: #12 819.3 /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.3 | ^ #12 819.3 In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 819.3 from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 819.3 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 819.3 from nsgui.h:34, #12 819.3 from dispextern.h:137, #12 819.3 from nsterm.h:22, #12 819.3 from nsterm.m:48: #12 819.3 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.3 | ^ #12 819.3 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 819.3 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 819.3 from nsgui.h:34, #12 819.3 from dispextern.h:137, #12 819.3 from nsterm.h:22, #12 819.3 from nsterm.m:48: #12 819.3 /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 819.3 | ^ #12 819.3 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 819.3 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 819.3 from nsgui.h:34, #12 819.3 from dispextern.h:137, #12 819.3 from nsterm.h:22, #12 819.3 from nsterm.m:48: #12 819.3 /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.3 | ^ #12 819.3 In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 819.3 from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 819.3 from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 819.3 from nsgui.h:34, #12 819.3 from dispextern.h:137, #12 819.3 from nsterm.h:22, #12 819.3 from nsterm.m:48: #12 819.3 /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 819.3 | ^ #12 819.3 /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.3 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 819.3 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.4 | ^ #12 819.4 In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 819.4 from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 819.4 from nsgui.h:34, #12 819.4 from dispextern.h:137, #12 819.4 from nsterm.h:22, #12 819.4 from nsterm.m:48: #12 819.4 /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.4 | ^ #12 819.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 819.4 from nsgui.h:34, #12 819.4 from dispextern.h:137, #12 819.4 from nsterm.h:22, #12 819.4 from nsterm.m:48: #12 819.4 /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.4 | ^ #12 819.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 819.4 from nsgui.h:34, #12 819.4 from dispextern.h:137, #12 819.4 from nsterm.h:22, #12 819.4 from nsterm.m:48: #12 819.4 /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 819.4 | ^ #12 819.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 819.4 from nsgui.h:34, #12 819.4 from dispextern.h:137, #12 819.4 from nsterm.h:22, #12 819.4 from nsterm.m:48: #12 819.4 /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.4 | ^ #12 819.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 819.4 from nsgui.h:34, #12 819.4 from dispextern.h:137, #12 819.4 from nsterm.h:22, #12 819.4 from nsterm.m:48: #12 819.4 /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.4 | ^ #12 819.4 /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.4 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.4 | ^ #12 819.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 819.5 from nsgui.h:34, #12 819.5 from dispextern.h:137, #12 819.5 from nsterm.h:22, #12 819.5 from nsterm.m:48: #12 819.5 /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.5 | ^ #12 819.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 819.5 from nsgui.h:34, #12 819.5 from dispextern.h:137, #12 819.5 from nsterm.h:22, #12 819.5 from nsterm.m:48: #12 819.5 /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 819.5 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 819.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 819.5 from nsgui.h:34, #12 819.5 from dispextern.h:137, #12 819.5 from nsterm.h:22, #12 819.5 from nsterm.m:48: #12 819.5 /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 819.5 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 819.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 819.5 from nsgui.h:34, #12 819.5 from dispextern.h:137, #12 819.5 from nsterm.h:22, #12 819.5 from nsterm.m:48: #12 819.5 /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 819.5 | ^ #12 819.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 819.5 from nsgui.h:34, #12 819.5 from dispextern.h:137, #12 819.5 from nsterm.h:22, #12 819.5 from nsterm.m:48: #12 819.5 /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.5 | ^ #12 819.5 In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 819.5 from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 819.5 from nsgui.h:34, #12 819.5 from dispextern.h:137, #12 819.5 from nsterm.h:22, #12 819.5 from nsterm.m:48: #12 819.5 /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.5 | ^ #12 819.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 819.5 from nsgui.h:34, #12 819.5 from dispextern.h:137, #12 819.5 from nsterm.h:22, #12 819.5 from nsterm.m:48: #12 819.5 /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.5 | ^ #12 819.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 819.5 from nsgui.h:34, #12 819.5 from dispextern.h:137, #12 819.5 from nsterm.h:22, #12 819.5 from nsterm.m:48: #12 819.5 /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.5 | ^ #12 819.5 In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 819.5 from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 819.5 from nsgui.h:34, #12 819.5 from dispextern.h:137, #12 819.5 from nsterm.h:22, #12 819.5 from nsterm.m:48: #12 819.5 /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.5 | ^ #12 819.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 819.5 from nsgui.h:34, #12 819.5 from dispextern.h:137, #12 819.5 from nsterm.h:22, #12 819.5 from nsterm.m:48: #12 819.5 /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 819.5 | ^ #12 819.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 819.5 from nsgui.h:34, #12 819.5 from dispextern.h:137, #12 819.5 from nsterm.h:22, #12 819.5 from nsterm.m:48: #12 819.5 /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.5 | ^ #12 819.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 819.5 from nsgui.h:34, #12 819.5 from dispextern.h:137, #12 819.5 from nsterm.h:22, #12 819.5 from nsterm.m:48: #12 819.5 /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 819.5 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 819.5 | ^~~~~~~~~~~~~~~~~~~~ #12 819.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 819.5 from nsgui.h:34, #12 819.5 from dispextern.h:137, #12 819.5 from nsterm.h:22, #12 819.5 from nsterm.m:48: #12 819.5 /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 819.5 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 819.5 | ^~~~~~~~~~~~~~~~~~~~ #12 819.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 819.5 from nsgui.h:34, #12 819.5 from dispextern.h:137, #12 819.5 from nsterm.h:22, #12 819.5 from nsterm.m:48: #12 819.5 /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.5 | ^ #12 819.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 819.5 from nsgui.h:34, #12 819.5 from dispextern.h:137, #12 819.5 from nsterm.h:22, #12 819.5 from nsterm.m:48: #12 819.5 /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.5 | ^ #12 819.5 In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 819.5 from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 819.5 from nsgui.h:34, #12 819.5 from dispextern.h:137, #12 819.5 from nsterm.h:22, #12 819.5 from nsterm.m:48: #12 819.5 /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.5 | ^ #12 819.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 819.5 from nsgui.h:34, #12 819.5 from dispextern.h:137, #12 819.5 from nsterm.h:22, #12 819.5 from nsterm.m:48: #12 819.5 /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 819.5 | ^ #12 819.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 819.5 from nsgui.h:34, #12 819.5 from dispextern.h:137, #12 819.5 from nsterm.h:22, #12 819.5 from nsterm.m:48: #12 819.5 /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 819.5 | ^ #12 819.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 819.5 from nsgui.h:34, #12 819.5 from dispextern.h:137, #12 819.5 from nsterm.h:22, #12 819.5 from nsterm.m:48: #12 819.5 /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 819.5 | ^ #12 819.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 819.5 from nsgui.h:34, #12 819.5 from dispextern.h:137, #12 819.5 from nsterm.h:22, #12 819.5 from nsterm.m:48: #12 819.5 /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 819.5 | ^ #12 819.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 819.5 from nsgui.h:34, #12 819.5 from dispextern.h:137, #12 819.5 from nsterm.h:22, #12 819.5 from nsterm.m:48: #12 819.5 /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 819.5 | ^ #12 819.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 819.5 from nsgui.h:34, #12 819.5 from dispextern.h:137, #12 819.5 from nsterm.h:22, #12 819.5 from nsterm.m:48: #12 819.5 /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.5 | ^ #12 819.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 819.5 from nsgui.h:34, #12 819.5 from dispextern.h:137, #12 819.5 from nsterm.h:22, #12 819.5 from nsterm.m:48: #12 819.5 /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 819.5 | ^ #12 819.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 819.5 from nsgui.h:34, #12 819.5 from dispextern.h:137, #12 819.5 from nsterm.h:22, #12 819.5 from nsterm.m:48: #12 819.5 /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 819.5 | ^ #12 819.5 In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 819.5 from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 819.5 from nsgui.h:34, #12 819.5 from dispextern.h:137, #12 819.5 from nsterm.h:22, #12 819.5 from nsterm.m:48: #12 819.5 /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.5 | ^ #12 819.5 /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.5 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.5 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.6 | ^ #12 819.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 819.6 from nsgui.h:34, #12 819.6 from dispextern.h:137, #12 819.6 from nsterm.h:22, #12 819.6 from nsterm.m:48: #12 819.6 /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 819.6 | ^ #12 819.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 819.6 from nsgui.h:34, #12 819.6 from dispextern.h:137, #12 819.6 from nsterm.h:22, #12 819.6 from nsterm.m:48: #12 819.6 /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 819.6 | ^ #12 819.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 819.6 from nsgui.h:34, #12 819.6 from dispextern.h:137, #12 819.6 from nsterm.h:22, #12 819.6 from nsterm.m:48: #12 819.6 /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.6 | ^ #12 819.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 819.6 from nsgui.h:34, #12 819.6 from dispextern.h:137, #12 819.6 from nsterm.h:22, #12 819.6 from nsterm.m:48: #12 819.6 /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 819.6 | ^ #12 819.6 In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 819.6 from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 819.6 from nsgui.h:34, #12 819.6 from dispextern.h:137, #12 819.6 from nsterm.h:22, #12 819.6 from nsterm.m:48: #12 819.6 /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.6 | ^ #12 819.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 819.6 from nsgui.h:34, #12 819.6 from dispextern.h:137, #12 819.6 from nsterm.h:22, #12 819.6 from nsterm.m:48: #12 819.6 /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.6 | ^ #12 819.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 819.6 from nsgui.h:34, #12 819.6 from dispextern.h:137, #12 819.6 from nsterm.h:22, #12 819.6 from nsterm.m:48: #12 819.6 /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 819.6 | ^ #12 819.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 819.6 from nsgui.h:34, #12 819.6 from dispextern.h:137, #12 819.6 from nsterm.h:22, #12 819.6 from nsterm.m:48: #12 819.6 /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.6 | ^ #12 819.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 819.6 from nsgui.h:34, #12 819.6 from dispextern.h:137, #12 819.6 from nsterm.h:22, #12 819.6 from nsterm.m:48: #12 819.6 /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.6 | ^ #12 819.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 819.6 from nsgui.h:34, #12 819.6 from dispextern.h:137, #12 819.6 from nsterm.h:22, #12 819.6 from nsterm.m:48: #12 819.6 /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.6 | ^ #12 819.6 In file included from nsgui.h:34, #12 819.6 from dispextern.h:137, #12 819.6 from nsterm.h:22, #12 819.6 from nsterm.m:48: #12 819.6 /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.6 | ^ #12 819.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 819.6 from nsgui.h:34, #12 819.6 from dispextern.h:137, #12 819.6 from nsterm.h:22, #12 819.6 from nsterm.m:48: #12 819.6 /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 819.6 | ^ #12 819.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 819.6 from nsgui.h:34, #12 819.6 from dispextern.h:137, #12 819.6 from nsterm.h:22, #12 819.6 from nsterm.m:48: #12 819.6 /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.6 | ^ #12 819.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 819.6 from nsgui.h:34, #12 819.6 from dispextern.h:137, #12 819.6 from nsterm.h:22, #12 819.6 from nsterm.m:48: #12 819.6 /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 819.6 | ^ #12 819.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 819.6 from nsgui.h:34, #12 819.6 from dispextern.h:137, #12 819.6 from nsterm.h:22, #12 819.6 from nsterm.m:48: #12 819.6 /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 819.6 | ^ #12 819.6 In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 819.6 from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 819.6 from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 819.6 from nsgui.h:34, #12 819.6 from dispextern.h:137, #12 819.6 from nsterm.h:22, #12 819.6 from nsterm.m:48: #12 819.6 /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.6 | ^ #12 819.6 In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 819.6 from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 819.6 from nsgui.h:34, #12 819.6 from dispextern.h:137, #12 819.6 from nsterm.h:22, #12 819.6 from nsterm.m:48: #12 819.6 /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 819.6 | ^ #12 819.6 /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 819.6 | ^ #12 819.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 819.6 from nsgui.h:34, #12 819.6 from dispextern.h:137, #12 819.6 from nsterm.h:22, #12 819.6 from nsterm.m:48: #12 819.6 /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.6 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 819.6 | ^ #12 819.7 /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.7 | ^ #12 819.7 /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.7 | ^ #12 819.7 /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.7 | ^ #12 819.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 819.7 from nsgui.h:34, #12 819.7 from dispextern.h:137, #12 819.7 from nsterm.h:22, #12 819.7 from nsterm.m:48: #12 819.7 /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.7 | ^ #12 819.7 /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.7 | ^ #12 819.7 /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.7 | ^ #12 819.7 In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 819.7 from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 819.7 from nsgui.h:34, #12 819.7 from dispextern.h:137, #12 819.7 from nsterm.h:22, #12 819.7 from nsterm.m:48: #12 819.7 /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 819.7 | ^ #12 819.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 819.7 from nsgui.h:34, #12 819.7 from dispextern.h:137, #12 819.7 from nsterm.h:22, #12 819.7 from nsterm.m:48: #12 819.7 /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 819.7 | ^ #12 819.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 819.7 from nsgui.h:34, #12 819.7 from dispextern.h:137, #12 819.7 from nsterm.h:22, #12 819.7 from nsterm.m:48: #12 819.7 /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 819.7 | ^ #12 819.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 819.7 from nsgui.h:34, #12 819.7 from dispextern.h:137, #12 819.7 from nsterm.h:22, #12 819.7 from nsterm.m:48: #12 819.7 /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.7 | ^ #12 819.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 819.7 from nsgui.h:34, #12 819.7 from dispextern.h:137, #12 819.7 from nsterm.h:22, #12 819.7 from nsterm.m:48: #12 819.7 /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.7 | ^ #12 819.7 /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.7 | ^ #12 819.7 /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.7 | ^ #12 819.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 819.7 from nsgui.h:34, #12 819.7 from dispextern.h:137, #12 819.7 from nsterm.h:22, #12 819.7 from nsterm.m:48: #12 819.7 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.7 | ^ #12 819.7 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.7 | ^ #12 819.7 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 819.7 | ^ #12 819.7 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.7 | ^ #12 819.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 819.7 from nsgui.h:34, #12 819.7 from dispextern.h:137, #12 819.7 from nsterm.h:22, #12 819.7 from nsterm.m:48: #12 819.7 /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 819.7 | ^ #12 819.7 In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 819.7 from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 819.7 from nsgui.h:34, #12 819.7 from dispextern.h:137, #12 819.7 from nsterm.h:22, #12 819.7 from nsterm.m:48: #12 819.7 /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 819.7 | ^ #12 819.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 819.7 from nsgui.h:34, #12 819.7 from dispextern.h:137, #12 819.7 from nsterm.h:22, #12 819.7 from nsterm.m:48: #12 819.7 /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 819.7 | ^ #12 819.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 819.7 from nsgui.h:34, #12 819.7 from dispextern.h:137, #12 819.7 from nsterm.h:22, #12 819.7 from nsterm.m:48: #12 819.7 /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 819.7 | ^ #12 819.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 819.7 from nsgui.h:34, #12 819.7 from dispextern.h:137, #12 819.7 from nsterm.h:22, #12 819.7 from nsterm.m:48: #12 819.7 /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 819.7 | ^ #12 819.7 In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 819.7 from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 819.7 from nsgui.h:34, #12 819.7 from dispextern.h:137, #12 819.7 from nsterm.h:22, #12 819.7 from nsterm.m:48: #12 819.7 /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.7 | ^ #12 819.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 819.7 from nsgui.h:34, #12 819.7 from dispextern.h:137, #12 819.7 from nsterm.h:22, #12 819.7 from nsterm.m:48: #12 819.7 /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.7 | ^ #12 819.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 819.7 from nsgui.h:34, #12 819.7 from dispextern.h:137, #12 819.7 from nsterm.h:22, #12 819.7 from nsterm.m:48: #12 819.7 /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.7 | ^ #12 819.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 819.7 from nsgui.h:34, #12 819.7 from dispextern.h:137, #12 819.7 from nsterm.h:22, #12 819.7 from nsterm.m:48: #12 819.7 /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.7 | ^ #12 819.7 /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.7 | ^ #12 819.7 /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.7 | ^ #12 819.7 /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 819.7 | ^ #12 819.7 /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.7 | ^ #12 819.7 /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.7 | ^ #12 819.7 /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 819.7 | ^ #12 819.7 /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.7 | ^ #12 819.7 /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.7 | ^ #12 819.7 /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.7 | ^ #12 819.7 /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 819.7 | ^ #12 819.7 /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.7 | ^ #12 819.7 /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 819.7 | ^ #12 819.7 /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.7 | ^ #12 819.7 /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.7 | ^ #12 819.7 /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.7 | ^ #12 819.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 819.7 from nsgui.h:34, #12 819.7 from dispextern.h:137, #12 819.7 from nsterm.h:22, #12 819.7 from nsterm.m:48: #12 819.7 /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.7 | ^ #12 819.7 /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.7 | ^ #12 819.7 /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 819.7 | ^ #12 819.7 /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 819.7 | ^ #12 819.7 /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.7 | ^ #12 819.7 /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.7 | ^ #12 819.7 /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.7 | ^ #12 819.7 /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.7 | ^ #12 819.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 819.7 from nsgui.h:34, #12 819.7 from dispextern.h:137, #12 819.7 from nsterm.h:22, #12 819.7 from nsterm.m:48: #12 819.7 /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 819.7 | ^ #12 819.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 819.7 from nsgui.h:34, #12 819.7 from dispextern.h:137, #12 819.7 from nsterm.h:22, #12 819.7 from nsterm.m:48: #12 819.7 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.7 | ^ #12 819.7 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.7 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.7 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.8 | ^ #12 819.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 819.8 from nsgui.h:34, #12 819.8 from dispextern.h:137, #12 819.8 from nsterm.h:22, #12 819.8 from nsterm.m:48: #12 819.8 /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.8 | ^ #12 819.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 819.8 from nsgui.h:34, #12 819.8 from dispextern.h:137, #12 819.8 from nsterm.h:22, #12 819.8 from nsterm.m:48: #12 819.8 /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.8 | ^ #12 819.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 819.8 from nsgui.h:34, #12 819.8 from dispextern.h:137, #12 819.8 from nsterm.h:22, #12 819.8 from nsterm.m:48: #12 819.8 /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 819.8 | ^ #12 819.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 819.8 from nsgui.h:34, #12 819.8 from dispextern.h:137, #12 819.8 from nsterm.h:22, #12 819.8 from nsterm.m:48: #12 819.8 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.8 | ^ #12 819.8 In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 819.8 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 819.8 from nsgui.h:34, #12 819.8 from dispextern.h:137, #12 819.8 from nsterm.h:22, #12 819.8 from nsterm.m:48: #12 819.8 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.8 | ^ #12 819.8 In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 819.8 from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 819.8 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 819.8 from nsgui.h:34, #12 819.8 from dispextern.h:137, #12 819.8 from nsterm.h:22, #12 819.8 from nsterm.m:48: #12 819.8 /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.8 | ^ #12 819.8 In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 819.8 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 819.8 from nsgui.h:34, #12 819.8 from dispextern.h:137, #12 819.8 from nsterm.h:22, #12 819.8 from nsterm.m:48: #12 819.8 /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.8 | ^ #12 819.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 819.8 from nsgui.h:34, #12 819.8 from dispextern.h:137, #12 819.8 from nsterm.h:22, #12 819.8 from nsterm.m:48: #12 819.8 /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.8 | ^ #12 819.8 In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 819.8 from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 819.8 from nsgui.h:34, #12 819.8 from dispextern.h:137, #12 819.8 from nsterm.h:22, #12 819.8 from nsterm.m:48: #12 819.8 /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.8 | ^ #12 819.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 819.8 from nsgui.h:34, #12 819.8 from dispextern.h:137, #12 819.8 from nsterm.h:22, #12 819.8 from nsterm.m:48: #12 819.8 /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.8 | ^ #12 819.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 819.8 from nsgui.h:34, #12 819.8 from dispextern.h:137, #12 819.8 from nsterm.h:22, #12 819.8 from nsterm.m:48: #12 819.8 /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 819.8 | ^ #12 819.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 819.8 from nsgui.h:34, #12 819.8 from dispextern.h:137, #12 819.8 from nsterm.h:22, #12 819.8 from nsterm.m:48: #12 819.8 /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 819.8 | ^ #12 819.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 819.8 from nsgui.h:34, #12 819.8 from dispextern.h:137, #12 819.8 from nsterm.h:22, #12 819.8 from nsterm.m:48: #12 819.8 /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.8 | ^ #12 819.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 819.8 from nsgui.h:34, #12 819.8 from dispextern.h:137, #12 819.8 from nsterm.h:22, #12 819.8 from nsterm.m:48: #12 819.8 /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.8 | ^ #12 819.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 819.8 from nsgui.h:34, #12 819.8 from dispextern.h:137, #12 819.8 from nsterm.h:22, #12 819.8 from nsterm.m:48: #12 819.8 /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.8 | ^ #12 819.8 In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 819.8 from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 819.8 from nsgui.h:34, #12 819.8 from dispextern.h:137, #12 819.8 from nsterm.h:22, #12 819.8 from nsterm.m:48: #12 819.8 /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 819.8 | ^ #12 819.8 /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.8 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.8 | ^ #12 819.9 /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.9 | ^ #12 819.9 /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.9 | ^ #12 819.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 819.9 from nsgui.h:34, #12 819.9 from dispextern.h:137, #12 819.9 from nsterm.h:22, #12 819.9 from nsterm.m:48: #12 819.9 /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.9 | ^ #12 819.9 /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.9 | ^ #12 819.9 /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.9 | ^ #12 819.9 /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.9 | ^ #12 819.9 /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.9 | ^ #12 819.9 /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.9 | ^ #12 819.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 819.9 from nsgui.h:34, #12 819.9 from dispextern.h:137, #12 819.9 from nsterm.h:22, #12 819.9 from nsterm.m:48: #12 819.9 /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 819.9 | ^ #12 819.9 In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 819.9 from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 819.9 from nsgui.h:34, #12 819.9 from dispextern.h:137, #12 819.9 from nsterm.h:22, #12 819.9 from nsterm.m:48: #12 819.9 /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.9 | ^ #12 819.9 /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.9 | ^ #12 819.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 819.9 from nsgui.h:34, #12 819.9 from dispextern.h:137, #12 819.9 from nsterm.h:22, #12 819.9 from nsterm.m:48: #12 819.9 /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.9 | ^ #12 819.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 819.9 from nsgui.h:34, #12 819.9 from dispextern.h:137, #12 819.9 from nsterm.h:22, #12 819.9 from nsterm.m:48: #12 819.9 /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.9 | ^ #12 819.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 819.9 from nsgui.h:34, #12 819.9 from dispextern.h:137, #12 819.9 from nsterm.h:22, #12 819.9 from nsterm.m:48: #12 819.9 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 819.9 | ^ #12 819.9 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 819.9 | ^ #12 819.9 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 819.9 | ^ #12 819.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 819.9 from nsgui.h:34, #12 819.9 from dispextern.h:137, #12 819.9 from nsterm.h:22, #12 819.9 from nsterm.m:48: #12 819.9 /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 819.9 | ^ #12 819.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 819.9 from nsgui.h:34, #12 819.9 from dispextern.h:137, #12 819.9 from nsterm.h:22, #12 819.9 from nsterm.m:48: #12 819.9 /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 819.9 | ^ #12 819.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 819.9 from nsgui.h:34, #12 819.9 from dispextern.h:137, #12 819.9 from nsterm.h:22, #12 819.9 from nsterm.m:48: #12 819.9 /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 819.9 | ^ #12 819.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 819.9 from nsgui.h:34, #12 819.9 from dispextern.h:137, #12 819.9 from nsterm.h:22, #12 819.9 from nsterm.m:48: #12 819.9 /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.9 | ^ #12 819.9 /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.9 | ^ #12 819.9 In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 819.9 from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 819.9 from nsgui.h:34, #12 819.9 from dispextern.h:137, #12 819.9 from nsterm.h:22, #12 819.9 from nsterm.m:48: #12 819.9 /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.9 | ^ #12 819.9 /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.9 | ^ #12 819.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 819.9 from nsgui.h:34, #12 819.9 from dispextern.h:137, #12 819.9 from nsterm.h:22, #12 819.9 from nsterm.m:48: #12 819.9 /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.9 | ^ #12 819.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 819.9 from nsgui.h:34, #12 819.9 from dispextern.h:137, #12 819.9 from nsterm.h:22, #12 819.9 from nsterm.m:48: #12 819.9 /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.9 | ^ #12 819.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 819.9 from nsgui.h:34, #12 819.9 from dispextern.h:137, #12 819.9 from nsterm.h:22, #12 819.9 from nsterm.m:48: #12 819.9 /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 819.9 | ^ #12 819.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 819.9 from nsgui.h:34, #12 819.9 from dispextern.h:137, #12 819.9 from nsterm.h:22, #12 819.9 from nsterm.m:48: #12 819.9 /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 819.9 | ^ #12 819.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 819.9 from nsgui.h:34, #12 819.9 from dispextern.h:137, #12 819.9 from nsterm.h:22, #12 819.9 from nsterm.m:48: #12 819.9 /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.9 | ^ #12 819.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 819.9 from nsgui.h:34, #12 819.9 from dispextern.h:137, #12 819.9 from nsterm.h:22, #12 819.9 from nsterm.m:48: #12 819.9 /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 819.9 | ^ #12 819.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 819.9 from nsgui.h:34, #12 819.9 from dispextern.h:137, #12 819.9 from nsterm.h:22, #12 819.9 from nsterm.m:48: #12 819.9 /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.9 | ^ #12 819.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 819.9 from nsgui.h:34, #12 819.9 from dispextern.h:137, #12 819.9 from nsterm.h:22, #12 819.9 from nsterm.m:48: #12 819.9 /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 819.9 | ^ #12 819.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 819.9 from nsgui.h:34, #12 819.9 from dispextern.h:137, #12 819.9 from nsterm.h:22, #12 819.9 from nsterm.m:48: #12 819.9 /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 819.9 | ^ #12 819.9 /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.9 | ^ #12 819.9 /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 819.9 | ^ #12 819.9 /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.9 | ^ #12 819.9 /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 819.9 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 819.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.9 In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 819.9 from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 819.9 from nsgui.h:34, #12 819.9 from dispextern.h:137, #12 819.9 from nsterm.h:22, #12 819.9 from nsterm.m:48: #12 819.9 /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 819.9 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 819.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 819.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 819.9 from nsgui.h:34, #12 819.9 from dispextern.h:137, #12 819.9 from nsterm.h:22, #12 819.9 from nsterm.m:48: #12 819.9 /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 819.9 | ^ #12 819.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 819.9 from nsgui.h:34, #12 819.9 from dispextern.h:137, #12 819.9 from nsterm.h:22, #12 819.9 from nsterm.m:48: #12 819.9 /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 819.9 | ^ #12 819.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 819.9 from nsgui.h:34, #12 819.9 from dispextern.h:137, #12 819.9 from nsterm.h:22, #12 819.9 from nsterm.m:48: #12 819.9 /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 819.9 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 819.9 | ^ #12 820.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 820.0 from nsgui.h:34, #12 820.0 from dispextern.h:137, #12 820.0 from nsterm.h:22, #12 820.0 from nsterm.m:48: #12 820.0 /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 820.0 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 820.0 | ^ #12 820.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 820.0 from nsgui.h:34, #12 820.0 from dispextern.h:137, #12 820.0 from nsterm.h:22, #12 820.0 from nsterm.m:48: #12 820.0 /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 820.0 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 820.0 | ^ #12 820.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 820.0 from nsgui.h:34, #12 820.0 from dispextern.h:137, #12 820.0 from nsterm.h:22, #12 820.0 from nsterm.m:48: #12 820.0 /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 820.0 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 820.0 | ^ #12 820.0 /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 820.0 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 820.0 | ^ #12 820.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 820.0 from nsgui.h:34, #12 820.0 from dispextern.h:137, #12 820.0 from nsterm.h:22, #12 820.0 from nsterm.m:48: #12 820.0 /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 820.0 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 820.0 | ^ #12 820.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 820.0 from nsgui.h:34, #12 820.0 from dispextern.h:137, #12 820.0 from nsterm.h:22, #12 820.0 from nsterm.m:48: #12 820.0 /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 820.0 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 820.0 | ^ #12 820.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 820.0 from nsgui.h:34, #12 820.0 from dispextern.h:137, #12 820.0 from nsterm.h:22, #12 820.0 from nsterm.m:48: #12 820.0 /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 820.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 820.0 | ^ #12 820.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 820.0 from nsgui.h:34, #12 820.0 from dispextern.h:137, #12 820.0 from nsterm.h:22, #12 820.0 from nsterm.m:48: #12 820.0 /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 820.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 820.0 | ^ #12 820.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 820.0 from nsgui.h:34, #12 820.0 from dispextern.h:137, #12 820.0 from nsterm.h:22, #12 820.0 from nsterm.m:48: #12 820.0 /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 820.0 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 820.0 | ^ #12 820.0 /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 820.0 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 820.0 | ^ #12 820.0 /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 820.0 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 820.0 | ^ #12 820.0 /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 820.0 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 820.0 | ^ #12 820.0 /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 820.0 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 820.0 | ^ #12 820.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 820.0 from nsgui.h:34, #12 820.0 from dispextern.h:137, #12 820.0 from nsterm.h:22, #12 820.0 from nsterm.m:48: #12 820.0 /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 820.0 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 820.0 | ^ #12 820.0 /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 820.0 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 820.0 | ^ #12 820.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 820.0 from nsgui.h:34, #12 820.0 from dispextern.h:137, #12 820.0 from nsterm.h:22, #12 820.0 from nsterm.m:48: #12 820.0 /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 820.0 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 820.0 | ^ #12 820.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 820.0 from nsgui.h:34, #12 820.0 from dispextern.h:137, #12 820.0 from nsterm.h:22, #12 820.0 from nsterm.m:48: #12 820.0 /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 820.0 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 820.0 | ^ #12 820.0 /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 820.0 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 820.0 | ^ #12 820.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 820.0 from nsgui.h:34, #12 820.0 from dispextern.h:137, #12 820.0 from nsterm.h:22, #12 820.0 from nsterm.m:48: #12 820.0 /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 820.0 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 820.0 | ^ #12 820.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 820.0 from nsgui.h:34, #12 820.0 from dispextern.h:137, #12 820.0 from nsterm.h:22, #12 820.0 from nsterm.m:48: #12 820.0 /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 820.0 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 820.0 | ^ #12 820.0 /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 820.0 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 820.0 | ^ #12 820.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 820.0 from nsgui.h:34, #12 820.0 from dispextern.h:137, #12 820.0 from nsterm.h:22, #12 820.0 from nsterm.m:48: #12 820.0 /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 820.0 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 820.0 | ^ #12 820.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 820.0 from nsgui.h:34, #12 820.0 from dispextern.h:137, #12 820.0 from nsterm.h:22, #12 820.0 from nsterm.m:48: #12 820.0 /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 820.0 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 820.0 | ^ #12 820.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 820.0 from nsgui.h:34, #12 820.0 from dispextern.h:137, #12 820.0 from nsterm.h:22, #12 820.0 from nsterm.m:48: #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 820.0 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 820.0 | ^ #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 820.0 125 | __attribute__((unused)); #12 820.0 | ^~~~~~~~~~~~~ #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 820.0 129 | __attribute__((unused)); #12 820.0 | ^~~~~~~~~~~~~ #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 820.0 133 | __attribute__((unused)); #12 820.0 | ^~~~~~~~~~~~~ #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 820.0 214 | __attribute__((unused)); #12 820.0 | ^~~~~~~~~~~~~ #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 820.0 247 | __attribute__((unused)); #12 820.0 | ^~~~~~~~~~~~~ #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 820.0 251 | __attribute__((unused)); #12 820.0 | ^~~~~~~~~~~~~ #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 820.0 259 | __attribute__((unused)); #12 820.0 | ^~~~~~~~~~~~~ #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 820.0 263 | __attribute__((unused)); #12 820.0 | ^~~~~~~~~~~~~ #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 820.0 267 | __attribute__((unused)); #12 820.0 | ^~~~~~~~~~~~~ #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 820.0 271 | __attribute__((unused)); #12 820.0 | ^~~~~~~~~~~~~ #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 820.0 275 | __attribute__((unused)); #12 820.0 | ^~~~~~~~~~~~~ #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 820.0 287 | __attribute__((unused)); #12 820.0 | ^~~~~~~~~~~~~ #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 820.0 311 | __attribute__((unused)); #12 820.0 | ^~~~~~~~~~~~~ #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 820.0 323 | __attribute__((unused)); #12 820.0 | ^~~~~~~~~~~~~ #12 820.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 820.0 from nsgui.h:34, #12 820.0 from dispextern.h:137, #12 820.0 from nsterm.h:22, #12 820.0 from nsterm.m:48: #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 820.0 493 | PSgsave() #12 820.0 | ^~~~~~~ #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 820.0 499 | PSgrestore() #12 820.0 | ^~~~~~~~~~ #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 820.0 505 | PSinitgraphics() #12 820.0 | ^~~~~~~~~~~~~~ #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 820.0 622 | PSinitmatrix() #12 820.0 | ^~~~~~~~~~~~ #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 820.0 669 | PSclip() #12 820.0 | ^~~~~~ #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 820.0 675 | PSclosepath() #12 820.0 | ^~~~~~~~~~~ #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 820.0 687 | PSeoclip() #12 820.0 | ^~~~~~~~ #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 820.0 693 | PSeofill() #12 820.0 | ^~~~~~~~ #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 820.0 699 | PSfill() #12 820.0 | ^~~~~~ #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 820.0 705 | PSflattenpath() #12 820.0 | ^~~~~~~~~~~~~ #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 820.0 711 | PSinitclip() #12 820.0 | ^~~~~~~~~~ #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 820.0 729 | PSnewpath() #12 820.0 | ^~~~~~~~~ #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 820.0 765 | PSreversepath() #12 820.0 | ^~~~~~~~~~~~~ #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 820.0 783 | PSstroke() #12 820.0 | ^~~~~~~~ #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 820.0 835 | PSWait() #12 820.0 | ^~~~~~ #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 820.0 /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 820.2 nsterm.m: In function 'ns_set_undecorated': #12 820.2 nsterm.m:1794:7: warning: 'NSWindow' may not respond to '-setIsVisible:' #12 820.2 1794 | [newWindow setIsVisible:[oldWindow isVisible]]; #12 820.2 | ^ #12 820.2 nsterm.m:1794:7: warning: (messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments) #12 820.4 nsterm.m: In function '-[EmacsView showFontPanel]': #12 820.4 nsterm.m:6687:3: warning: 'NSFontPanel' may not respond to '-setIsVisible:' #12 820.4 6687 | [[fm fontPanel: YES] setIsVisible: NO]; #12 820.4 | ^ #12 834.1 CC nsfns.o #12 834.1 cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 834.1 cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 834.8 In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 834.8 from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 834.8 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 834.8 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 834.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 834.8 from nsgui.h:34, #12 834.8 from dispextern.h:137, #12 834.8 from nsterm.h:22, #12 834.8 from nsfns.m:38: #12 834.8 /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.8 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 834.8 | ^ #12 834.8 In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 834.8 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 834.8 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 834.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 834.8 from nsgui.h:34, #12 834.8 from dispextern.h:137, #12 834.8 from nsterm.h:22, #12 834.8 from nsfns.m:38: #12 834.8 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.8 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 834.8 | ^ #12 834.8 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 834.8 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 834.8 | ^~~~~~~~~~~~~~~~~~~~ #12 834.8 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 834.8 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 834.8 | ^~~~~~~~~~~~~~~~~~~~ #12 834.8 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.8 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 834.8 | ^ #12 834.8 In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 834.8 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 834.8 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 834.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 834.8 from nsgui.h:34, #12 834.8 from dispextern.h:137, #12 834.8 from nsterm.h:22, #12 834.8 from nsfns.m:38: #12 834.8 /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.8 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 834.8 | ^ #12 834.8 /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.8 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 834.8 | ^ #12 834.8 In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 834.8 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 834.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 834.8 from nsgui.h:34, #12 834.8 from dispextern.h:137, #12 834.8 from nsterm.h:22, #12 834.8 from nsfns.m:38: #12 834.8 /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.8 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 834.8 | ^ #12 834.8 /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.8 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 834.8 | ^ #12 834.8 /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.8 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 834.8 | ^ #12 834.8 /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.8 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 834.8 | ^ #12 834.8 /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.8 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 834.8 | ^ #12 834.8 /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.8 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 834.8 | ^ #12 834.8 In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 834.8 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 834.8 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 834.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 834.8 from nsgui.h:34, #12 834.8 from dispextern.h:137, #12 834.8 from nsterm.h:22, #12 834.8 from nsfns.m:38: #12 834.8 /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.8 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 834.8 | ^ #12 834.8 /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.8 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 834.8 | ^ #12 834.8 /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.8 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 834.8 | ^ #12 834.8 /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.8 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 834.8 | ^ #12 834.8 In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 834.8 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 834.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 834.8 from nsgui.h:34, #12 834.8 from dispextern.h:137, #12 834.8 from nsterm.h:22, #12 834.8 from nsfns.m:38: #12 834.8 /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.8 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 834.8 | ^ #12 834.8 In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 834.8 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 834.8 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 834.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 834.8 from nsgui.h:34, #12 834.8 from dispextern.h:137, #12 834.8 from nsterm.h:22, #12 834.8 from nsfns.m:38: #12 834.8 /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.8 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 834.8 | ^ #12 834.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 834.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 834.8 from nsgui.h:34, #12 834.8 from dispextern.h:137, #12 834.8 from nsterm.h:22, #12 834.8 from nsfns.m:38: #12 834.8 /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 834.8 | ^ #12 834.8 /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.8 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 834.8 | ^ #12 834.8 In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 834.8 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 834.8 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 834.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 834.8 from nsgui.h:34, #12 834.8 from dispextern.h:137, #12 834.8 from nsterm.h:22, #12 834.8 from nsfns.m:38: #12 834.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.8 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 834.8 | ^ #12 834.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.8 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 834.8 | ^ #12 834.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.8 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 834.8 | ^ #12 834.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.8 88 | #if GS_API_VERSION(0,011500) #12 834.8 | ^ #12 834.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.8 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 834.8 | ^ #12 834.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.8 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 834.8 | ^ #12 834.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.8 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 834.8 | ^ #12 834.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.8 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 834.8 | ^ #12 834.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.8 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 834.8 | ^ #12 834.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.8 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 834.8 | ^ #12 834.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.8 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 834.8 | ^ #12 834.8 In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 834.8 from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 834.8 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 834.8 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 834.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 834.8 from nsgui.h:34, #12 834.8 from dispextern.h:137, #12 834.8 from nsterm.h:22, #12 834.8 from nsfns.m:38: #12 834.8 /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.8 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 834.8 | ^ #12 834.8 In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 834.8 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 834.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 834.8 from nsgui.h:34, #12 834.8 from dispextern.h:137, #12 834.8 from nsterm.h:22, #12 834.8 from nsfns.m:38: #12 834.8 /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.8 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 834.8 | ^ #12 834.8 /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 834.8 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 834.8 | ^~~~~~~~~~ #12 834.8 In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 834.8 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 834.8 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 834.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 834.8 from nsgui.h:34, #12 834.8 from dispextern.h:137, #12 834.8 from nsterm.h:22, #12 834.8 from nsfns.m:38: #12 834.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 834.8 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 834.8 | ^~~~~~~~~~ #12 834.8 In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 834.8 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 834.8 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 834.8 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 834.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 834.8 from nsgui.h:34, #12 834.8 from dispextern.h:137, #12 834.8 from nsterm.h:22, #12 834.8 from nsfns.m:38: #12 834.8 /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.8 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 834.8 | ^ #12 834.9 In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 834.9 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 834.9 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 834.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 834.9 from nsgui.h:34, #12 834.9 from dispextern.h:137, #12 834.9 from nsterm.h:22, #12 834.9 from nsfns.m:38: #12 834.9 /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 834.9 | ^ #12 834.9 In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 834.9 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 834.9 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 834.9 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 834.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 834.9 from nsgui.h:34, #12 834.9 from dispextern.h:137, #12 834.9 from nsterm.h:22, #12 834.9 from nsfns.m:38: #12 834.9 /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 834.9 | ^ #12 834.9 In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 834.9 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 834.9 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 834.9 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 834.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 834.9 from nsgui.h:34, #12 834.9 from dispextern.h:137, #12 834.9 from nsterm.h:22, #12 834.9 from nsfns.m:38: #12 834.9 /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 834.9 | ^ #12 834.9 In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 834.9 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 834.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 834.9 from nsgui.h:34, #12 834.9 from dispextern.h:137, #12 834.9 from nsterm.h:22, #12 834.9 from nsfns.m:38: #12 834.9 /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 834.9 | ^ #12 834.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 834.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 834.9 from nsgui.h:34, #12 834.9 from dispextern.h:137, #12 834.9 from nsterm.h:22, #12 834.9 from nsfns.m:38: #12 834.9 /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 46 | #if GS_EXPOSE(NSAffineTransform) #12 834.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 834.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 834.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 834.9 from nsgui.h:34, #12 834.9 from dispextern.h:137, #12 834.9 from nsterm.h:22, #12 834.9 from nsfns.m:38: #12 834.9 /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 834.9 | ^ #12 834.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 834.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 834.9 from nsgui.h:34, #12 834.9 from dispextern.h:137, #12 834.9 from nsterm.h:22, #12 834.9 from nsfns.m:38: #12 834.9 /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 834.9 | ^ #12 834.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 834.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 834.9 from nsgui.h:34, #12 834.9 from dispextern.h:137, #12 834.9 from nsterm.h:22, #12 834.9 from nsfns.m:38: #12 834.9 /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 834.9 | ^ #12 834.9 In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 834.9 from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 834.9 from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 834.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 834.9 from nsgui.h:34, #12 834.9 from dispextern.h:137, #12 834.9 from nsterm.h:22, #12 834.9 from nsfns.m:38: #12 834.9 /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 834.9 | ^ #12 834.9 In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 834.9 from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 834.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 834.9 from nsgui.h:34, #12 834.9 from dispextern.h:137, #12 834.9 from nsterm.h:22, #12 834.9 from nsfns.m:38: #12 834.9 /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 834.9 | ^ #12 834.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 834.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 834.9 from nsgui.h:34, #12 834.9 from dispextern.h:137, #12 834.9 from nsterm.h:22, #12 834.9 from nsfns.m:38: #12 834.9 /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 45 | #if GS_EXPOSE(NSArchiver) #12 834.9 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 834.9 /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 164 | #if GS_EXPOSE(NSUnarchiver) #12 834.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 834.9 /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 834.9 | ^ #12 834.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 834.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 834.9 from nsgui.h:34, #12 834.9 from dispextern.h:137, #12 834.9 from nsterm.h:22, #12 834.9 from nsfns.m:38: #12 834.9 /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 834.9 | ^ #12 834.9 In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 834.9 from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 834.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 834.9 from nsgui.h:34, #12 834.9 from dispextern.h:137, #12 834.9 from nsterm.h:22, #12 834.9 from nsfns.m:38: #12 834.9 /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 834.9 | ^ #12 834.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 834.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 834.9 from nsgui.h:34, #12 834.9 from dispextern.h:137, #12 834.9 from nsterm.h:22, #12 834.9 from nsfns.m:38: #12 834.9 /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 834.9 | ^ #12 834.9 In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 834.9 from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 834.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 834.9 from nsgui.h:34, #12 834.9 from dispextern.h:137, #12 834.9 from nsterm.h:22, #12 834.9 from nsfns.m:38: #12 834.9 /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 834.9 | ^ #12 834.9 In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 834.9 from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 834.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 834.9 from nsgui.h:34, #12 834.9 from dispextern.h:137, #12 834.9 from nsterm.h:22, #12 834.9 from nsfns.m:38: #12 834.9 /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 834.9 | ^ #12 834.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 834.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 834.9 from nsgui.h:34, #12 834.9 from dispextern.h:137, #12 834.9 from nsterm.h:22, #12 834.9 from nsfns.m:38: #12 834.9 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 834.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 834.9 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 834.9 | ^ #12 834.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 834.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 834.9 from nsgui.h:34, #12 834.9 from dispextern.h:137, #12 834.9 from nsterm.h:22, #12 834.9 from nsfns.m:38: #12 834.9 /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 834.9 | ^ #12 834.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 834.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 834.9 from nsgui.h:34, #12 834.9 from dispextern.h:137, #12 834.9 from nsterm.h:22, #12 834.9 from nsfns.m:38: #12 834.9 /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 114 | #if GS_EXPOSE(NSBundle) #12 834.9 | ^~~~~~~~~~~~~~~~~~~~~ #12 834.9 /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 834.9 | ^ #12 834.9 In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 834.9 from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 834.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 834.9 from nsgui.h:34, #12 834.9 from dispextern.h:137, #12 834.9 from nsterm.h:22, #12 834.9 from nsfns.m:38: #12 834.9 /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 834.9 | ^ #12 834.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 834.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 834.9 from nsgui.h:34, #12 834.9 from dispextern.h:137, #12 834.9 from nsterm.h:22, #12 834.9 from nsfns.m:38: #12 834.9 /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 43 | #if GS_EXPOSE(NSCache) #12 834.9 | ^~~~~~~~~~~~~~~~~~~~ #12 834.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 834.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 834.9 from nsgui.h:34, #12 834.9 from dispextern.h:137, #12 834.9 from nsterm.h:22, #12 834.9 from nsfns.m:38: #12 834.9 /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 834.9 | ^ #12 834.9 /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 834.9 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 834.9 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.0 | ^ #12 835.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 835.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.0 from nsgui.h:34, #12 835.0 from dispextern.h:137, #12 835.0 from nsterm.h:22, #12 835.0 from nsfns.m:38: #12 835.0 /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 37 | #if GS_EXPOSE(NSCalendarDate) #12 835.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.0 /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 835.0 | ^ #12 835.0 In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 835.0 from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 835.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.0 from nsgui.h:34, #12 835.0 from dispextern.h:137, #12 835.0 from nsterm.h:22, #12 835.0 from nsfns.m:38: #12 835.0 /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 835.0 | ^ #12 835.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 835.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.0 from nsgui.h:34, #12 835.0 from dispextern.h:137, #12 835.0 from nsterm.h:22, #12 835.0 from nsfns.m:38: #12 835.0 /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.0 | ^ #12 835.0 In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 835.0 from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 835.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.0 from nsgui.h:34, #12 835.0 from dispextern.h:137, #12 835.0 from nsterm.h:22, #12 835.0 from nsfns.m:38: #12 835.0 /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 113 | #if GS_EXPOSE(NSException) #12 835.0 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 835.0 /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 835.0 303 | NSGetUncaughtExceptionHandler(); #12 835.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 835.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.0 from nsgui.h:34, #12 835.0 from dispextern.h:137, #12 835.0 from nsterm.h:22, #12 835.0 from nsfns.m:38: #12 835.0 /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.0 | ^ #12 835.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 835.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.0 from nsgui.h:34, #12 835.0 from dispextern.h:137, #12 835.0 from nsterm.h:22, #12 835.0 from nsfns.m:38: #12 835.0 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.0 | ^ #12 835.0 In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 835.0 from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 835.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.0 from nsgui.h:34, #12 835.0 from dispextern.h:137, #12 835.0 from nsterm.h:22, #12 835.0 from nsfns.m:38: #12 835.0 /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 53 | #if GS_EXPOSE(NSExpression) #12 835.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.0 In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 835.0 from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 835.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.0 from nsgui.h:34, #12 835.0 from dispextern.h:137, #12 835.0 from nsterm.h:22, #12 835.0 from nsfns.m:38: #12 835.0 /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.0 | ^ #12 835.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 835.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.0 from nsgui.h:34, #12 835.0 from dispextern.h:137, #12 835.0 from nsterm.h:22, #12 835.0 from nsfns.m:38: #12 835.0 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 835.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 835.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.0 from nsgui.h:34, #12 835.0 from dispextern.h:137, #12 835.0 from nsterm.h:22, #12 835.0 from nsfns.m:38: #12 835.0 /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 835.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.0 In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 835.0 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 835.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.0 from nsgui.h:34, #12 835.0 from dispextern.h:137, #12 835.0 from nsterm.h:22, #12 835.0 from nsfns.m:38: #12 835.0 /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 47 | #if GS_EXPOSE(NSTimer) #12 835.0 | ^~~~~~~~~~~~~~~~~~~~ #12 835.0 /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 835.0 | ^ #12 835.0 In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 835.0 from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 835.0 from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 835.0 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 835.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.0 from nsgui.h:34, #12 835.0 from dispextern.h:137, #12 835.0 from nsterm.h:22, #12 835.0 from nsfns.m:38: #12 835.0 /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.0 | ^ #12 835.0 In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 835.0 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 835.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.0 from nsgui.h:34, #12 835.0 from dispextern.h:137, #12 835.0 from nsterm.h:22, #12 835.0 from nsfns.m:38: #12 835.0 /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 46 | #if GS_EXPOSE(NSRunLoop) #12 835.0 | ^~~~~~~~~~~~~~~~~~~~~~ #12 835.0 /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 835.0 | ^ #12 835.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 835.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.0 from nsgui.h:34, #12 835.0 from dispextern.h:137, #12 835.0 from nsterm.h:22, #12 835.0 from nsfns.m:38: #12 835.0 /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 835.0 | ^ #12 835.0 In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 835.0 from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 835.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.0 from nsgui.h:34, #12 835.0 from dispextern.h:137, #12 835.0 from nsterm.h:22, #12 835.0 from nsfns.m:38: #12 835.0 /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.0 | ^ #12 835.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 835.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.0 from nsgui.h:34, #12 835.0 from dispextern.h:137, #12 835.0 from nsterm.h:22, #12 835.0 from nsfns.m:38: #12 835.0 /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.0 | ^ #12 835.0 In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 835.0 from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 835.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.0 from nsgui.h:34, #12 835.0 from dispextern.h:137, #12 835.0 from nsterm.h:22, #12 835.0 from nsfns.m:38: #12 835.0 /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 835.0 | ^ #12 835.0 In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 835.0 from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 835.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.0 from nsgui.h:34, #12 835.0 from dispextern.h:137, #12 835.0 from nsterm.h:22, #12 835.0 from nsfns.m:38: #12 835.0 /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.0 | ^ #12 835.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 835.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.0 from nsgui.h:34, #12 835.0 from dispextern.h:137, #12 835.0 from nsterm.h:22, #12 835.0 from nsfns.m:38: #12 835.0 /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 835.0 | ^ #12 835.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 835.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.0 from nsgui.h:34, #12 835.0 from dispextern.h:137, #12 835.0 from nsterm.h:22, #12 835.0 from nsfns.m:38: #12 835.0 /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 127 | #if GS_EXPOSE(NSDateFormatter) #12 835.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.0 /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.0 | ^ #12 835.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 835.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.0 from nsgui.h:34, #12 835.0 from dispextern.h:137, #12 835.0 from nsterm.h:22, #12 835.0 from nsfns.m:38: #12 835.0 /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 835.0 | ^ #12 835.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 835.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.0 from nsgui.h:34, #12 835.0 from dispextern.h:137, #12 835.0 from nsterm.h:22, #12 835.0 from nsfns.m:38: #12 835.0 /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 835.0 | ^ #12 835.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 835.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.0 from nsgui.h:34, #12 835.0 from dispextern.h:137, #12 835.0 from nsterm.h:22, #12 835.0 from nsfns.m:38: #12 835.0 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.0 | ^ #12 835.0 In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 835.0 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 835.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.0 from nsgui.h:34, #12 835.0 from dispextern.h:137, #12 835.0 from nsterm.h:22, #12 835.0 from nsfns.m:38: #12 835.0 /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.0 | ^ #12 835.0 In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 835.0 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 835.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.0 from nsgui.h:34, #12 835.0 from dispextern.h:137, #12 835.0 from nsterm.h:22, #12 835.0 from nsfns.m:38: #12 835.0 /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.0 | ^ #12 835.0 In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 835.0 from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 835.0 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 835.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.0 from nsgui.h:34, #12 835.0 from dispextern.h:137, #12 835.0 from nsterm.h:22, #12 835.0 from nsfns.m:38: #12 835.0 /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 835.0 | ^ #12 835.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 835.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.0 from nsgui.h:34, #12 835.0 from dispextern.h:137, #12 835.0 from nsterm.h:22, #12 835.0 from nsfns.m:38: #12 835.0 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 835.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.0 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 192 | #if GS_EXPOSE(NSDecimalNumber) #12 835.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 835.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.0 from nsgui.h:34, #12 835.0 from dispextern.h:137, #12 835.0 from nsterm.h:22, #12 835.0 from nsfns.m:38: #12 835.0 /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 40 | #if GS_EXPOSE(NSDistantObject) #12 835.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 835.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.0 from nsgui.h:34, #12 835.0 from dispextern.h:137, #12 835.0 from nsterm.h:22, #12 835.0 from nsfns.m:38: #12 835.0 /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 41 | #if GS_EXPOSE(NSDistributedLock) #12 835.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 835.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.0 from nsgui.h:34, #12 835.0 from dispextern.h:137, #12 835.0 from nsterm.h:22, #12 835.0 from nsfns.m:38: #12 835.0 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.0 | ^ #12 835.0 In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 835.0 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 835.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.0 from nsgui.h:34, #12 835.0 from dispextern.h:137, #12 835.0 from nsterm.h:22, #12 835.0 from nsfns.m:38: #12 835.0 /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 74 | #if GS_EXPOSE(NSLock) #12 835.0 | ^~~~~~~~~~~~~~~~~~~ #12 835.0 /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 125 | #if GS_EXPOSE(NSCondition) #12 835.0 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 835.0 /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 175 | #if GS_EXPOSE(NSConditionLock) #12 835.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.0 /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 835.0 | ^ #12 835.0 /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 275 | #if GS_EXPOSE(NSRecursiveLock) #12 835.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.0 /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 835.0 | ^ #12 835.0 In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 835.0 from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 835.0 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 835.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.0 from nsgui.h:34, #12 835.0 from dispextern.h:137, #12 835.0 from nsterm.h:22, #12 835.0 from nsfns.m:38: #12 835.0 /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 835.0 | ^ #12 835.0 In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 835.0 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 835.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.0 from nsgui.h:34, #12 835.0 from dispextern.h:137, #12 835.0 from nsterm.h:22, #12 835.0 from nsfns.m:38: #12 835.0 /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.0 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.0 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 71 | #if GS_EXPOSE(NSNotificationCenter) #12 835.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.1 /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.1 | ^ #12 835.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 835.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.1 from nsgui.h:34, #12 835.1 from dispextern.h:137, #12 835.1 from nsterm.h:22, #12 835.1 from nsfns.m:38: #12 835.1 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 835.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 835.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.1 from nsgui.h:34, #12 835.1 from dispextern.h:137, #12 835.1 from nsterm.h:22, #12 835.1 from nsfns.m:38: #12 835.1 /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 835.1 | ^ #12 835.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 835.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.1 from nsgui.h:34, #12 835.1 from dispextern.h:137, #12 835.1 from nsterm.h:22, #12 835.1 from nsfns.m:38: #12 835.1 /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 134 | #if GS_EXPOSE(NSError) #12 835.1 | ^~~~~~~~~~~~~~~~~~~~ #12 835.1 /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 835.1 | ^ #12 835.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 835.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.1 from nsgui.h:34, #12 835.1 from dispextern.h:137, #12 835.1 from nsterm.h:22, #12 835.1 from nsfns.m:38: #12 835.1 /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 835.1 | ^ #12 835.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 835.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.1 from nsgui.h:34, #12 835.1 from dispextern.h:137, #12 835.1 from nsterm.h:22, #12 835.1 from nsfns.m:38: #12 835.1 /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 835.1 | ^ #12 835.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 835.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.1 from nsgui.h:34, #12 835.1 from dispextern.h:137, #12 835.1 from nsterm.h:22, #12 835.1 from nsfns.m:38: #12 835.1 /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 835.1 | ^ #12 835.1 In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 835.1 from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 835.1 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 835.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.1 from nsgui.h:34, #12 835.1 from dispextern.h:137, #12 835.1 from nsterm.h:22, #12 835.1 from nsfns.m:38: #12 835.1 /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 182 | #if GS_EXPOSE(NSURLHandle) #12 835.1 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 835.1 /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.1 | ^ #12 835.1 In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 835.1 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 835.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.1 from nsgui.h:34, #12 835.1 from dispextern.h:137, #12 835.1 from nsterm.h:22, #12 835.1 from nsfns.m:38: #12 835.1 /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 73 | #if GS_EXPOSE(NSURL) #12 835.1 | ^~~~~~~~~~~~~~~~~~ #12 835.1 /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 835.1 | ^ #12 835.1 In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 835.1 from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 835.1 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 835.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.1 from nsgui.h:34, #12 835.1 from dispextern.h:137, #12 835.1 from nsterm.h:22, #12 835.1 from nsfns.m:38: #12 835.1 /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 835.1 | ^ #12 835.1 In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 835.1 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 835.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.1 from nsgui.h:34, #12 835.1 from dispextern.h:137, #12 835.1 from nsterm.h:22, #12 835.1 from nsfns.m:38: #12 835.1 /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 599 | #if GS_EXPOSE(NSURLQueryItem) #12 835.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.1 /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 633 | #if GS_EXPOSE(NSURLComponents) #12 835.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.1 /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 835.1 | ^ #12 835.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 835.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.1 from nsgui.h:34, #12 835.1 from dispextern.h:137, #12 835.1 from nsterm.h:22, #12 835.1 from nsfns.m:38: #12 835.1 /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 835.1 | ^ #12 835.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 835.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.1 from nsgui.h:34, #12 835.1 from dispextern.h:137, #12 835.1 from nsterm.h:22, #12 835.1 from nsfns.m:38: #12 835.1 /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 160 | #if GS_EXPOSE(NSPipe) #12 835.1 | ^~~~~~~~~~~~~~~~~~~ #12 835.1 /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.1 | ^ #12 835.1 In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 835.1 from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 835.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.1 from nsgui.h:34, #12 835.1 from dispextern.h:137, #12 835.1 from nsterm.h:22, #12 835.1 from nsfns.m:38: #12 835.1 /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 835.1 | ^ #12 835.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 835.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.1 from nsgui.h:34, #12 835.1 from dispextern.h:137, #12 835.1 from nsterm.h:22, #12 835.1 from nsfns.m:38: #12 835.1 /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.1 | ^ #12 835.1 In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 835.1 from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 835.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.1 from nsgui.h:34, #12 835.1 from dispextern.h:137, #12 835.1 from nsterm.h:22, #12 835.1 from nsfns.m:38: #12 835.1 /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 835.1 | ^ #12 835.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 835.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.1 from nsgui.h:34, #12 835.1 from dispextern.h:137, #12 835.1 from nsterm.h:22, #12 835.1 from nsfns.m:38: #12 835.1 /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 215 | #if GS_EXPOSE(NSFileManager) #12 835.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.1 /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 835.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.1 /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 835.1 | ^ #12 835.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 835.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.1 from nsgui.h:34, #12 835.1 from dispextern.h:137, #12 835.1 from nsterm.h:22, #12 835.1 from nsfns.m:38: #12 835.1 /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 835.1 | ^ #12 835.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 835.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.1 from nsgui.h:34, #12 835.1 from dispextern.h:137, #12 835.1 from nsterm.h:22, #12 835.1 from nsfns.m:38: #12 835.1 /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 835.1 | ^ #12 835.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 835.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.1 from nsgui.h:34, #12 835.1 from dispextern.h:137, #12 835.1 from nsterm.h:22, #12 835.1 from nsfns.m:38: #12 835.1 /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.1 | ^ #12 835.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 835.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.1 from nsgui.h:34, #12 835.1 from dispextern.h:137, #12 835.1 from nsterm.h:22, #12 835.1 from nsfns.m:38: #12 835.1 /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.1 | ^ #12 835.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 835.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.1 from nsgui.h:34, #12 835.1 from dispextern.h:137, #12 835.1 from nsterm.h:22, #12 835.1 from nsfns.m:38: #12 835.1 /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 835.1 | ^ #12 835.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 835.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.1 from nsgui.h:34, #12 835.1 from dispextern.h:137, #12 835.1 from nsterm.h:22, #12 835.1 from nsfns.m:38: #12 835.1 /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 42 | #if GS_EXPOSE(NSHost) #12 835.1 | ^~~~~~~~~~~~~~~~~~~ #12 835.1 /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 835.1 | ^ #12 835.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 835.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.1 from nsgui.h:34, #12 835.1 from dispextern.h:137, #12 835.1 from nsterm.h:22, #12 835.1 from nsfns.m:38: #12 835.1 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 68 | #if GS_EXPOSE(NSHTTPCookie) #12 835.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.1 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 835.1 | ^ #12 835.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 835.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.1 from nsgui.h:34, #12 835.1 from dispextern.h:137, #12 835.1 from nsterm.h:22, #12 835.1 from nsfns.m:38: #12 835.1 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 835.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 835.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.1 from nsgui.h:34, #12 835.1 from dispextern.h:137, #12 835.1 from nsterm.h:22, #12 835.1 from nsfns.m:38: #12 835.1 /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 47 | #if GS_EXPOSE(NSIndexPath) #12 835.1 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 835.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 835.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.1 from nsgui.h:34, #12 835.1 from dispextern.h:137, #12 835.1 from nsterm.h:22, #12 835.1 from nsfns.m:38: #12 835.1 /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 49 | #if GS_EXPOSE(NSIndexSet) #12 835.1 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 835.1 /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 835.1 | ^ #12 835.1 In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 835.1 from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 835.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.1 from nsgui.h:34, #12 835.1 from dispextern.h:137, #12 835.1 from nsterm.h:22, #12 835.1 from nsfns.m:38: #12 835.1 /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 52 | #if GS_EXPOSE(NSMethodSignature) #12 835.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 835.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.1 from nsgui.h:34, #12 835.1 from dispextern.h:137, #12 835.1 from nsterm.h:22, #12 835.1 from nsfns.m:38: #12 835.1 /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 38 | #if GS_EXPOSE(NSInvocation) #12 835.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.1 /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 835.1 | ^ #12 835.1 In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 835.1 from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 835.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.1 from nsgui.h:34, #12 835.1 from dispextern.h:137, #12 835.1 from nsterm.h:22, #12 835.1 from nsfns.m:38: #12 835.1 /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.1 | ^ #12 835.1 /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.1 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.1 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.2 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.2 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.2 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.2 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.2 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.2 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.2 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.2 | ^ #12 835.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 835.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.2 from nsgui.h:34, #12 835.2 from dispextern.h:137, #12 835.2 from nsterm.h:22, #12 835.2 from nsfns.m:38: #12 835.2 /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.2 | ^ #12 835.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 835.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.2 from nsgui.h:34, #12 835.2 from dispextern.h:137, #12 835.2 from nsterm.h:22, #12 835.2 from nsfns.m:38: #12 835.2 /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 835.2 | ^ #12 835.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 835.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.2 from nsgui.h:34, #12 835.2 from dispextern.h:137, #12 835.2 from nsterm.h:22, #12 835.2 from nsfns.m:38: #12 835.2 /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 835.2 | ^ #12 835.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 835.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.2 from nsgui.h:34, #12 835.2 from dispextern.h:137, #12 835.2 from nsterm.h:22, #12 835.2 from nsfns.m:38: #12 835.2 /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 835.2 | ^ #12 835.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 835.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.2 from nsgui.h:34, #12 835.2 from dispextern.h:137, #12 835.2 from nsterm.h:22, #12 835.2 from nsfns.m:38: #12 835.2 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.2 | ^ #12 835.2 In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 835.2 from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 835.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.2 from nsgui.h:34, #12 835.2 from dispextern.h:137, #12 835.2 from nsterm.h:22, #12 835.2 from nsfns.m:38: #12 835.2 /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.2 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 835.2 | ^ #12 835.2 In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 835.2 from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 835.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.2 from nsgui.h:34, #12 835.2 from dispextern.h:137, #12 835.2 from nsterm.h:22, #12 835.2 from nsfns.m:38: #12 835.2 /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 835.2 | ^ #12 835.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 835.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.2 from nsgui.h:34, #12 835.2 from dispextern.h:137, #12 835.2 from nsterm.h:22, #12 835.2 from nsfns.m:38: #12 835.2 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 835.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.2 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 835.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 835.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.2 from nsgui.h:34, #12 835.2 from dispextern.h:137, #12 835.2 from nsterm.h:22, #12 835.2 from nsfns.m:38: #12 835.2 /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.2 | ^ #12 835.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 835.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.2 from nsgui.h:34, #12 835.2 from dispextern.h:137, #12 835.2 from nsterm.h:22, #12 835.2 from nsfns.m:38: #12 835.2 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 835.2 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 835.2 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 835.2 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 835.2 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 835.2 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 835.2 | ^ #12 835.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 835.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.2 from nsgui.h:34, #12 835.2 from dispextern.h:137, #12 835.2 from nsterm.h:22, #12 835.2 from nsfns.m:38: #12 835.2 /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 835.2 | ^ #12 835.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 835.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.2 from nsgui.h:34, #12 835.2 from dispextern.h:137, #12 835.2 from nsterm.h:22, #12 835.2 from nsfns.m:38: #12 835.2 /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 835.2 | ^ #12 835.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 835.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.2 from nsgui.h:34, #12 835.2 from dispextern.h:137, #12 835.2 from nsterm.h:22, #12 835.2 from nsfns.m:38: #12 835.2 /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.2 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.2 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.2 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 103 | #if GS_EXPOSE(NSLocale) #12 835.2 | ^~~~~~~~~~~~~~~~~~~~~ #12 835.2 /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.2 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.2 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.2 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.2 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.2 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.2 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 835.2 | ^ #12 835.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 835.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.2 from nsgui.h:34, #12 835.2 from dispextern.h:137, #12 835.2 from nsterm.h:22, #12 835.2 from nsfns.m:38: #12 835.2 /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 835.2 | ^ #12 835.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 835.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.2 from nsgui.h:34, #12 835.2 from dispextern.h:137, #12 835.2 from nsterm.h:22, #12 835.2 from nsfns.m:38: #12 835.2 /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 835.2 | ^ #12 835.2 In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 835.2 from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 835.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.2 from nsgui.h:34, #12 835.2 from dispextern.h:137, #12 835.2 from nsterm.h:22, #12 835.2 from nsfns.m:38: #12 835.2 /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 835.2 | ^ #12 835.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 835.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.2 from nsgui.h:34, #12 835.2 from dispextern.h:137, #12 835.2 from nsterm.h:22, #12 835.2 from nsfns.m:38: #12 835.2 /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 40 | #if GS_EXPOSE(NSMetadataItem) #12 835.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.2 /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 66 | #if GS_EXPOSE(NSMetadataQuery) #12 835.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.2 /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 835.2 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 835.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.2 /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 835.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 835.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.2 from nsgui.h:34, #12 835.2 from dispextern.h:137, #12 835.2 from nsterm.h:22, #12 835.2 from nsfns.m:38: #12 835.2 /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 112 | #if GS_EXPOSE(NSNotificationQueue) #12 835.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 835.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.2 from nsgui.h:34, #12 835.2 from dispextern.h:137, #12 835.2 from nsterm.h:22, #12 835.2 from nsfns.m:38: #12 835.2 /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 835.2 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 835.2 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 835.2 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 835.2 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 361 | #if GS_EXPOSE(NSNetService) #12 835.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.2 /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 835.2 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 835.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 835.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.2 from nsgui.h:34, #12 835.2 from dispextern.h:137, #12 835.2 from nsterm.h:22, #12 835.2 from nsfns.m:38: #12 835.2 /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.2 | ^ #12 835.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 835.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.2 from nsgui.h:34, #12 835.2 from dispextern.h:137, #12 835.2 from nsterm.h:22, #12 835.2 from nsfns.m:38: #12 835.2 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.2 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.2 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 123 | #if GS_EXPOSE(NSNumberFormatter) #12 835.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.2 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.2 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.2 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.2 | ^ #12 835.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 835.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.2 from nsgui.h:34, #12 835.2 from dispextern.h:137, #12 835.2 from nsterm.h:22, #12 835.2 from nsfns.m:38: #12 835.2 /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 835.2 | ^ #12 835.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 835.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.2 from nsgui.h:34, #12 835.2 from dispextern.h:137, #12 835.2 from nsterm.h:22, #12 835.2 from nsfns.m:38: #12 835.2 /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 835.2 | ^ #12 835.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 835.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.2 from nsgui.h:34, #12 835.2 from dispextern.h:137, #12 835.2 from nsterm.h:22, #12 835.2 from nsfns.m:38: #12 835.2 /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.2 | ^ #12 835.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 835.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.2 from nsgui.h:34, #12 835.2 from dispextern.h:137, #12 835.2 from nsterm.h:22, #12 835.2 from nsfns.m:38: #12 835.2 /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 835.2 | ^ #12 835.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 835.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.2 from nsgui.h:34, #12 835.2 from dispextern.h:137, #12 835.2 from nsterm.h:22, #12 835.2 from nsfns.m:38: #12 835.2 /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 835.2 | ^ #12 835.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 835.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.2 from nsgui.h:34, #12 835.2 from dispextern.h:137, #12 835.2 from nsterm.h:22, #12 835.2 from nsfns.m:38: #12 835.2 /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.2 | ^ #12 835.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 835.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.2 from nsgui.h:34, #12 835.2 from dispextern.h:137, #12 835.2 from nsterm.h:22, #12 835.2 from nsfns.m:38: #12 835.2 /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 53 | #if GS_EXPOSE(NSPortCoder) #12 835.2 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 835.2 In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 835.2 from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 835.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.2 from nsgui.h:34, #12 835.2 from dispextern.h:137, #12 835.2 from nsterm.h:22, #12 835.2 from nsfns.m:38: #12 835.2 /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 77 | #if GS_EXPOSE(NSPort) #12 835.2 | ^~~~~~~~~~~~~~~~~~~ #12 835.2 /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.2 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.2 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 202 | #if GS_EXPOSE(NSSocketPort) #12 835.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.2 /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 284 | #if GS_EXPOSE(NSMessagePort) #12 835.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 835.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.2 from nsgui.h:34, #12 835.2 from dispextern.h:137, #12 835.2 from nsterm.h:22, #12 835.2 from nsfns.m:38: #12 835.2 /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 47 | #if GS_EXPOSE(NSPortMessage) #12 835.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 835.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.2 from nsgui.h:34, #12 835.2 from dispextern.h:137, #12 835.2 from nsterm.h:22, #12 835.2 from nsfns.m:38: #12 835.2 /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 835.2 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 835.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 835.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.2 from nsgui.h:34, #12 835.2 from dispextern.h:137, #12 835.2 from nsterm.h:22, #12 835.2 from nsfns.m:38: #12 835.2 /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 835.2 | ^ #12 835.2 /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 53 | #if GS_EXPOSE(NSProgress) #12 835.2 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 835.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 835.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.2 from nsgui.h:34, #12 835.2 from dispextern.h:137, #12 835.2 from nsterm.h:22, #12 835.2 from nsfns.m:38: #12 835.2 /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 40 | #if GS_EXPOSE(NSProtocolChecker) #12 835.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 835.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.2 from nsgui.h:34, #12 835.2 from dispextern.h:137, #12 835.2 from nsterm.h:22, #12 835.2 from nsfns.m:38: #12 835.2 /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.2 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.2 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 91 | #if GS_EXPOSE(NSRegularExpression) #12 835.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 42 | #if GS_EXPOSE(NSScanner) #12 835.3 | ^~~~~~~~~~~~~~~~~~~~~~ #12 835.3 /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.3 | ^ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 835.3 | ^ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 835.3 | ^ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 835.3 | ^ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 835.3 | ^ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 835.3 | ^ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 835.3 | ^ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 835.3 | ^ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 835.3 | ^ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 835.3 | ^ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 48 | #if GS_EXPOSE(NSSortDescriptor) #12 835.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.3 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 835.3 | ^ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 58 | #if GS_EXPOSE(NSSpellServer) #12 835.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.3 /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 835.3 | ^ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 835.3 | ^ #12 835.3 In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 835.3 from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 835.3 | ^ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 51 | #if GS_EXPOSE(NSTask) #12 835.3 | ^~~~~~~~~~~~~~~~~~~ #12 835.3 /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.3 | ^ #12 835.3 In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 835.3 from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 835.3 | ^ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.3 | ^ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 59 | #if GS_EXPOSE(NSThread) #12 835.3 | ^~~~~~~~~~~~~~~~~~~~~ #12 835.3 /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.3 | ^ #12 835.3 In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 835.3 from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 835.3 | ^ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 835.3 | ^ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 835.3 | ^ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 87 | #if GS_EXPOSE(NSUndoManager) #12 835.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 835.3 | ^ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 835.3 | ^ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 835.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 835.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.3 /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 105 | #if GS_EXPOSE(NSURLCache) #12 835.3 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 48 | #if GS_EXPOSE(NSURLConnection) #12 835.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.3 /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 835.3 | ^ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 56 | #if GS_EXPOSE(NSURLCredential) #12 835.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 835.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 49 | #if GS_EXPOSE(NSURLDownload) #12 835.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.3 /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 835.3 | ^ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 835.3 | ^ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 835.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.3 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 835.3 | ^ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 121 | #if GS_EXPOSE(NSURLProtocol) #12 835.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 92 | #if GS_EXPOSE(NSURLRequest) #12 835.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.3 /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 835.3 | ^ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 49 | #if GS_EXPOSE(NSURLResponse) #12 835.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.3 /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 835.3 | ^ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 835.3 | ^ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 217 | #if GS_EXPOSE(NSUserDefaults) #12 835.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.3 /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.3 | ^ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 835.3 | ^ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 835.3 | ^ #12 835.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 835.3 | ^ #12 835.3 In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 835.3 from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 835.3 from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 835.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.3 from nsgui.h:34, #12 835.3 from dispextern.h:137, #12 835.3 from nsterm.h:22, #12 835.3 from nsfns.m:38: #12 835.3 /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 835.3 | ^ #12 835.3 /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.3 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 835.3 | ^ #12 835.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 835.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.4 from nsgui.h:34, #12 835.4 from dispextern.h:137, #12 835.4 from nsterm.h:22, #12 835.4 from nsfns.m:38: #12 835.4 /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 835.4 | ^ #12 835.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 835.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.4 from nsgui.h:34, #12 835.4 from dispextern.h:137, #12 835.4 from nsterm.h:22, #12 835.4 from nsfns.m:38: #12 835.4 /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.4 | ^ #12 835.4 /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 72 | #if GS_EXPOSE(NSXMLParser) #12 835.4 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 835.4 /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 835.4 | ^ #12 835.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 835.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 835.4 from nsgui.h:34, #12 835.4 from dispextern.h:137, #12 835.4 from nsterm.h:22, #12 835.4 from nsfns.m:38: #12 835.4 /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 835.4 | ^ #12 835.4 In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 835.4 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 835.4 from nsgui.h:34, #12 835.4 from dispextern.h:137, #12 835.4 from nsterm.h:22, #12 835.4 from nsfns.m:38: #12 835.4 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.4 | ^ #12 835.4 In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 835.4 from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 835.4 from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 835.4 from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 835.4 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 835.4 from nsgui.h:34, #12 835.4 from dispextern.h:137, #12 835.4 from nsterm.h:22, #12 835.4 from nsfns.m:38: #12 835.4 /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.4 | ^ #12 835.4 /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.4 | ^ #12 835.4 /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.4 | ^ #12 835.4 /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.4 | ^ #12 835.4 /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.4 | ^ #12 835.4 /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 835.4 | ^ #12 835.4 /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.4 | ^ #12 835.4 /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.4 | ^ #12 835.4 /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.4 | ^ #12 835.4 In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 835.4 from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 835.4 from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 835.4 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 835.4 from nsgui.h:34, #12 835.4 from dispextern.h:137, #12 835.4 from nsterm.h:22, #12 835.4 from nsfns.m:38: #12 835.4 /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.4 | ^ #12 835.4 /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.4 | ^ #12 835.4 /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.4 | ^ #12 835.4 /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.4 | ^ #12 835.4 /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.4 | ^ #12 835.4 /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.4 | ^ #12 835.4 /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.4 | ^ #12 835.4 /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.4 | ^ #12 835.4 /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.4 | ^ #12 835.4 /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.4 | ^ #12 835.4 /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 835.4 | ^ #12 835.4 In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 835.4 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 835.4 from nsgui.h:34, #12 835.4 from dispextern.h:137, #12 835.4 from nsterm.h:22, #12 835.4 from nsfns.m:38: #12 835.4 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.4 | ^ #12 835.4 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 835.4 | ^ #12 835.4 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.4 | ^ #12 835.4 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.4 | ^ #12 835.4 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.4 | ^ #12 835.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 835.4 from nsgui.h:34, #12 835.4 from dispextern.h:137, #12 835.4 from nsterm.h:22, #12 835.4 from nsfns.m:38: #12 835.4 /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.4 | ^ #12 835.4 /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.4 | ^ #12 835.4 /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.4 | ^ #12 835.4 /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 835.4 | ^ #12 835.4 In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 835.4 from /usr/include/GNUstep/AppKit/NSView.h:38, #12 835.4 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 835.4 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 835.4 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 835.4 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 835.4 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 835.4 from nsgui.h:34, #12 835.4 from dispextern.h:137, #12 835.4 from nsterm.h:22, #12 835.4 from nsfns.m:38: #12 835.4 /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.4 | ^ #12 835.4 In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 835.4 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 835.4 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 835.4 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 835.4 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 835.4 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 835.4 from nsgui.h:34, #12 835.4 from dispextern.h:137, #12 835.4 from nsterm.h:22, #12 835.4 from nsfns.m:38: #12 835.4 /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.4 | ^ #12 835.4 /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.4 | ^ #12 835.4 /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.4 | ^ #12 835.4 /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.4 | ^ #12 835.4 /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.4 | ^ #12 835.4 /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.4 | ^ #12 835.4 /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.4 | ^ #12 835.4 /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.4 | ^ #12 835.4 In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 835.4 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 835.4 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 835.4 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 835.4 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 835.4 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 835.4 from nsgui.h:34, #12 835.4 from dispextern.h:137, #12 835.4 from nsterm.h:22, #12 835.4 from nsfns.m:38: #12 835.4 /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.4 | ^ #12 835.4 /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 835.4 | ^ #12 835.4 In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 835.4 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 835.4 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 835.4 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 835.4 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 835.4 from nsgui.h:34, #12 835.4 from dispextern.h:137, #12 835.4 from nsterm.h:22, #12 835.4 from nsfns.m:38: #12 835.4 /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.4 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.4 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.5 | ^ #12 835.5 In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 835.5 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 835.5 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 835.5 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 835.5 from nsgui.h:34, #12 835.5 from dispextern.h:137, #12 835.5 from nsterm.h:22, #12 835.5 from nsfns.m:38: #12 835.5 /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 835.5 | ^ #12 835.5 In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 835.5 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 835.5 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 835.5 from nsgui.h:34, #12 835.5 from dispextern.h:137, #12 835.5 from nsterm.h:22, #12 835.5 from nsfns.m:38: #12 835.5 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.5 | ^ #12 835.5 In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 835.5 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 835.5 from nsgui.h:34, #12 835.5 from dispextern.h:137, #12 835.5 from nsterm.h:22, #12 835.5 from nsfns.m:38: #12 835.5 /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.5 | ^ #12 835.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 835.5 from nsgui.h:34, #12 835.5 from dispextern.h:137, #12 835.5 from nsterm.h:22, #12 835.5 from nsfns.m:38: #12 835.5 /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 835.5 | ^ #12 835.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 835.5 from nsgui.h:34, #12 835.5 from dispextern.h:137, #12 835.5 from nsterm.h:22, #12 835.5 from nsfns.m:38: #12 835.5 /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.5 | ^ #12 835.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 835.5 from nsgui.h:34, #12 835.5 from dispextern.h:137, #12 835.5 from nsterm.h:22, #12 835.5 from nsfns.m:38: #12 835.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 835.5 from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 835.5 from nsgui.h:34, #12 835.5 from dispextern.h:137, #12 835.5 from nsterm.h:22, #12 835.5 from nsfns.m:38: #12 835.5 /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.5 | ^ #12 835.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 835.5 from nsgui.h:34, #12 835.5 from dispextern.h:137, #12 835.5 from nsterm.h:22, #12 835.5 from nsfns.m:38: #12 835.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 835.5 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 835.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 835.5 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 835.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 835.5 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 835.5 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 835.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 835.5 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 835.5 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 835.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 835.5 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 835.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 835.5 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 835.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 835.5 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 835.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 835.5 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 835.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 835.5 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 835.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 835.5 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 835.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 835.5 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 835.5 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 835.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 835.5 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 835.5 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 835.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 835.5 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 835.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 835.5 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 835.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 835.5 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 835.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 835.5 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 835.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 835.5 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 835.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 835.5 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 835.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.5 | ^ #12 835.5 In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 835.5 from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 835.5 from nsgui.h:34, #12 835.5 from dispextern.h:137, #12 835.5 from nsterm.h:22, #12 835.5 from nsfns.m:38: #12 835.5 /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.5 | ^ #12 835.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 835.5 from nsgui.h:34, #12 835.5 from dispextern.h:137, #12 835.5 from nsterm.h:22, #12 835.5 from nsfns.m:38: #12 835.5 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.5 | ^ #12 835.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 835.5 from nsgui.h:34, #12 835.5 from dispextern.h:137, #12 835.5 from nsterm.h:22, #12 835.5 from nsfns.m:38: #12 835.5 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 835.5 from nsgui.h:34, #12 835.5 from dispextern.h:137, #12 835.5 from nsterm.h:22, #12 835.5 from nsfns.m:38: #12 835.5 /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.5 | ^ #12 835.5 In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 835.5 from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 835.5 from nsgui.h:34, #12 835.5 from dispextern.h:137, #12 835.5 from nsterm.h:22, #12 835.5 from nsfns.m:38: #12 835.5 /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 835.5 from nsgui.h:34, #12 835.5 from dispextern.h:137, #12 835.5 from nsterm.h:22, #12 835.5 from nsfns.m:38: #12 835.5 /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.5 | ^ #12 835.5 In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 835.5 from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 835.5 from nsgui.h:34, #12 835.5 from dispextern.h:137, #12 835.5 from nsterm.h:22, #12 835.5 from nsfns.m:38: #12 835.5 /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 835.5 from nsgui.h:34, #12 835.5 from dispextern.h:137, #12 835.5 from nsterm.h:22, #12 835.5 from nsfns.m:38: #12 835.5 /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 835.5 from nsgui.h:34, #12 835.5 from dispextern.h:137, #12 835.5 from nsterm.h:22, #12 835.5 from nsfns.m:38: #12 835.5 /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 835.5 | ^ #12 835.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 835.5 from nsgui.h:34, #12 835.5 from dispextern.h:137, #12 835.5 from nsterm.h:22, #12 835.5 from nsfns.m:38: #12 835.5 /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 835.5 from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 835.5 from nsgui.h:34, #12 835.5 from dispextern.h:137, #12 835.5 from nsterm.h:22, #12 835.5 from nsfns.m:38: #12 835.5 /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 835.5 | ^ #12 835.5 /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.5 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.5 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.6 | ^ #12 835.6 In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 835.6 from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 835.6 from nsgui.h:34, #12 835.6 from dispextern.h:137, #12 835.6 from nsterm.h:22, #12 835.6 from nsfns.m:38: #12 835.6 /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.6 | ^ #12 835.6 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 835.6 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 835.6 from nsgui.h:34, #12 835.6 from dispextern.h:137, #12 835.6 from nsterm.h:22, #12 835.6 from nsfns.m:38: #12 835.6 /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.6 | ^ #12 835.6 In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 835.6 from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 835.6 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 835.6 from nsgui.h:34, #12 835.6 from dispextern.h:137, #12 835.6 from nsterm.h:22, #12 835.6 from nsfns.m:38: #12 835.6 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.6 | ^ #12 835.6 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 835.6 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 835.6 from nsgui.h:34, #12 835.6 from dispextern.h:137, #12 835.6 from nsterm.h:22, #12 835.6 from nsfns.m:38: #12 835.6 /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.6 | ^ #12 835.6 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 835.6 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 835.6 from nsgui.h:34, #12 835.6 from dispextern.h:137, #12 835.6 from nsterm.h:22, #12 835.6 from nsfns.m:38: #12 835.6 /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.6 | ^ #12 835.6 In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 835.6 from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 835.6 from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 835.6 from nsgui.h:34, #12 835.6 from dispextern.h:137, #12 835.6 from nsterm.h:22, #12 835.6 from nsfns.m:38: #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.6 | ^ #12 835.6 In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 835.6 from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 835.6 from nsgui.h:34, #12 835.6 from dispextern.h:137, #12 835.6 from nsterm.h:22, #12 835.6 from nsfns.m:38: #12 835.6 /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.6 | ^ #12 835.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 835.6 from nsgui.h:34, #12 835.6 from dispextern.h:137, #12 835.6 from nsterm.h:22, #12 835.6 from nsfns.m:38: #12 835.6 /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.6 | ^ #12 835.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 835.6 from nsgui.h:34, #12 835.6 from dispextern.h:137, #12 835.6 from nsterm.h:22, #12 835.6 from nsfns.m:38: #12 835.6 /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 835.6 | ^ #12 835.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 835.6 from nsgui.h:34, #12 835.6 from dispextern.h:137, #12 835.6 from nsterm.h:22, #12 835.6 from nsfns.m:38: #12 835.6 /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.6 | ^ #12 835.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 835.6 from nsgui.h:34, #12 835.6 from dispextern.h:137, #12 835.6 from nsterm.h:22, #12 835.6 from nsfns.m:38: #12 835.6 /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.6 | ^ #12 835.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 835.6 from nsgui.h:34, #12 835.6 from dispextern.h:137, #12 835.6 from nsterm.h:22, #12 835.6 from nsfns.m:38: #12 835.6 /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.6 | ^ #12 835.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 835.6 from nsgui.h:34, #12 835.6 from dispextern.h:137, #12 835.6 from nsterm.h:22, #12 835.6 from nsfns.m:38: #12 835.6 /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 835.6 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 835.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 835.6 from nsgui.h:34, #12 835.6 from dispextern.h:137, #12 835.6 from nsterm.h:22, #12 835.6 from nsfns.m:38: #12 835.6 /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 835.6 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 835.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 835.6 from nsgui.h:34, #12 835.6 from dispextern.h:137, #12 835.6 from nsterm.h:22, #12 835.6 from nsfns.m:38: #12 835.6 /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 835.6 | ^ #12 835.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 835.6 from nsgui.h:34, #12 835.6 from dispextern.h:137, #12 835.6 from nsterm.h:22, #12 835.6 from nsfns.m:38: #12 835.6 /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.6 | ^ #12 835.6 /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.6 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.6 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 835.7 from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 835.7 from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 835.7 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 835.7 | ^~~~~~~~~~~~~~~~~~~~ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 835.7 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 835.7 | ^~~~~~~~~~~~~~~~~~~~ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 835.7 from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 835.7 from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 835.7 from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 835.7 from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 835.7 from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 835.7 from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 835.7 from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 835.7 from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 835.7 from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 835.7 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 835.7 from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 835.7 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 835.7 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 835.7 from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.7 /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.7 | ^ #12 835.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 835.7 from nsgui.h:34, #12 835.7 from dispextern.h:137, #12 835.7 from nsterm.h:22, #12 835.7 from nsfns.m:38: #12 835.7 /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.7 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.7 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.8 | ^ #12 835.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.8 | ^ #12 835.8 In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 835.8 from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.8 | ^ #12 835.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.8 | ^ #12 835.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 835.8 | ^ #12 835.8 In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 835.8 from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.8 | ^ #12 835.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.8 | ^ #12 835.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.8 | ^ #12 835.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.8 | ^ #12 835.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 835.8 | ^ #12 835.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 835.8 | ^ #12 835.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 835.8 | ^ #12 835.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.8 | ^ #12 835.8 In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 835.8 from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.8 | ^ #12 835.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.8 | ^ #12 835.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.8 | ^ #12 835.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 835.8 | ^ #12 835.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 835.8 | ^ #12 835.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.8 | ^ #12 835.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 835.8 | ^ #12 835.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.8 | ^ #12 835.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 835.8 | ^ #12 835.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 835.8 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 835.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.8 In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 835.8 from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 835.8 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 835.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 835.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.8 | ^ #12 835.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.8 | ^ #12 835.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.8 | ^ #12 835.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 835.8 | ^ #12 835.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.8 | ^ #12 835.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.8 | ^ #12 835.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 835.8 | ^ #12 835.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.8 | ^ #12 835.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 835.8 | ^ #12 835.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 835.8 | ^ #12 835.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.8 | ^ #12 835.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.8 | ^ #12 835.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.8 | ^ #12 835.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 835.8 from nsgui.h:34, #12 835.8 from dispextern.h:137, #12 835.8 from nsterm.h:22, #12 835.8 from nsfns.m:38: #12 835.8 /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.8 | ^ #12 835.8 /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.8 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.8 | ^ #12 835.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 835.9 from nsgui.h:34, #12 835.9 from dispextern.h:137, #12 835.9 from nsterm.h:22, #12 835.9 from nsfns.m:38: #12 835.9 /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.9 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 835.9 | ^ #12 835.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 835.9 from nsgui.h:34, #12 835.9 from dispextern.h:137, #12 835.9 from nsterm.h:22, #12 835.9 from nsfns.m:38: #12 835.9 /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 835.9 | ^ #12 835.9 /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.9 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 835.9 | ^ #12 835.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 835.9 from nsgui.h:34, #12 835.9 from dispextern.h:137, #12 835.9 from nsterm.h:22, #12 835.9 from nsfns.m:38: #12 835.9 /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.9 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 835.9 | ^ #12 835.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 835.9 from nsgui.h:34, #12 835.9 from dispextern.h:137, #12 835.9 from nsterm.h:22, #12 835.9 from nsfns.m:38: #12 835.9 /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.9 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 835.9 | ^ #12 835.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 835.9 from nsgui.h:34, #12 835.9 from dispextern.h:137, #12 835.9 from nsterm.h:22, #12 835.9 from nsfns.m:38: #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 835.9 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 835.9 | ^ #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 835.9 125 | __attribute__((unused)); #12 835.9 | ^~~~~~~~~~~~~ #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 835.9 129 | __attribute__((unused)); #12 835.9 | ^~~~~~~~~~~~~ #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 835.9 133 | __attribute__((unused)); #12 835.9 | ^~~~~~~~~~~~~ #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 835.9 214 | __attribute__((unused)); #12 835.9 | ^~~~~~~~~~~~~ #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 835.9 247 | __attribute__((unused)); #12 835.9 | ^~~~~~~~~~~~~ #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 835.9 251 | __attribute__((unused)); #12 835.9 | ^~~~~~~~~~~~~ #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 835.9 259 | __attribute__((unused)); #12 835.9 | ^~~~~~~~~~~~~ #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 835.9 263 | __attribute__((unused)); #12 835.9 | ^~~~~~~~~~~~~ #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 835.9 267 | __attribute__((unused)); #12 835.9 | ^~~~~~~~~~~~~ #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 835.9 271 | __attribute__((unused)); #12 835.9 | ^~~~~~~~~~~~~ #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 835.9 275 | __attribute__((unused)); #12 835.9 | ^~~~~~~~~~~~~ #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 835.9 287 | __attribute__((unused)); #12 835.9 | ^~~~~~~~~~~~~ #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 835.9 311 | __attribute__((unused)); #12 835.9 | ^~~~~~~~~~~~~ #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 835.9 323 | __attribute__((unused)); #12 835.9 | ^~~~~~~~~~~~~ #12 835.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 835.9 from nsgui.h:34, #12 835.9 from dispextern.h:137, #12 835.9 from nsterm.h:22, #12 835.9 from nsfns.m:38: #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 835.9 493 | PSgsave() #12 835.9 | ^~~~~~~ #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 835.9 499 | PSgrestore() #12 835.9 | ^~~~~~~~~~ #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 835.9 505 | PSinitgraphics() #12 835.9 | ^~~~~~~~~~~~~~ #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 835.9 622 | PSinitmatrix() #12 835.9 | ^~~~~~~~~~~~ #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 835.9 669 | PSclip() #12 835.9 | ^~~~~~ #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 835.9 675 | PSclosepath() #12 835.9 | ^~~~~~~~~~~ #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 835.9 687 | PSeoclip() #12 835.9 | ^~~~~~~~ #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 835.9 693 | PSeofill() #12 835.9 | ^~~~~~~~ #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 835.9 699 | PSfill() #12 835.9 | ^~~~~~ #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 835.9 705 | PSflattenpath() #12 835.9 | ^~~~~~~~~~~~~ #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 835.9 711 | PSinitclip() #12 835.9 | ^~~~~~~~~~ #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 835.9 729 | PSnewpath() #12 835.9 | ^~~~~~~~~ #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 835.9 765 | PSreversepath() #12 835.9 | ^~~~~~~~~~~~~ #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 835.9 783 | PSstroke() #12 835.9 | ^~~~~~~~ #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 835.9 835 | PSWait() #12 835.9 | ^~~~~~ #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 835.9 /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 836.0 nsfns.m: At top level: #12 836.0 nsfns.m:689:1: warning: no previous prototype for 'ns_make_frame_key_window' [-Wmissing-prototypes] #12 836.0 689 | ns_make_frame_key_window (struct frame *f) #12 836.0 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 843.2 CC nsmenu.o #12 843.3 cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 843.3 cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 843.8 In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 843.8 from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 843.8 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 843.8 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 843.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.8 from nsgui.h:34, #12 843.8 from dispextern.h:137, #12 843.8 from window.h:23, #12 843.8 from nsmenu.m:29: #12 843.8 /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 843.8 | ^ #12 843.8 In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 843.8 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 843.8 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 843.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.8 from nsgui.h:34, #12 843.8 from dispextern.h:137, #12 843.8 from window.h:23, #12 843.8 from nsmenu.m:29: #12 843.8 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 843.8 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 843.8 | ^~~~~~~~~~~~~~~~~~~~ #12 843.8 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 843.8 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 843.8 | ^~~~~~~~~~~~~~~~~~~~ #12 843.8 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 843.8 | ^ #12 843.8 In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 843.8 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 843.8 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 843.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.8 from nsgui.h:34, #12 843.8 from dispextern.h:137, #12 843.8 from window.h:23, #12 843.8 from nsmenu.m:29: #12 843.8 /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 843.8 | ^ #12 843.8 In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 843.8 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 843.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.8 from nsgui.h:34, #12 843.8 from dispextern.h:137, #12 843.8 from window.h:23, #12 843.8 from nsmenu.m:29: #12 843.8 /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 843.8 | ^ #12 843.8 In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 843.8 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 843.8 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 843.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.8 from nsgui.h:34, #12 843.8 from dispextern.h:137, #12 843.8 from window.h:23, #12 843.8 from nsmenu.m:29: #12 843.8 /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.8 | ^ #12 843.8 In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 843.8 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 843.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.8 from nsgui.h:34, #12 843.8 from dispextern.h:137, #12 843.8 from window.h:23, #12 843.8 from nsmenu.m:29: #12 843.8 /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 843.8 | ^ #12 843.8 In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 843.8 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 843.8 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 843.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.8 from nsgui.h:34, #12 843.8 from dispextern.h:137, #12 843.8 from window.h:23, #12 843.8 from nsmenu.m:29: #12 843.8 /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 843.8 | ^ #12 843.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 843.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.8 from nsgui.h:34, #12 843.8 from dispextern.h:137, #12 843.8 from window.h:23, #12 843.8 from nsmenu.m:29: #12 843.8 /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 843.8 | ^ #12 843.8 In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 843.8 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 843.8 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 843.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.8 from nsgui.h:34, #12 843.8 from dispextern.h:137, #12 843.8 from window.h:23, #12 843.8 from nsmenu.m:29: #12 843.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 88 | #if GS_API_VERSION(0,011500) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 843.8 | ^ #12 843.8 In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 843.8 from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 843.8 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 843.8 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 843.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.8 from nsgui.h:34, #12 843.8 from dispextern.h:137, #12 843.8 from window.h:23, #12 843.8 from nsmenu.m:29: #12 843.8 /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 843.8 | ^ #12 843.8 In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 843.8 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 843.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.8 from nsgui.h:34, #12 843.8 from dispextern.h:137, #12 843.8 from window.h:23, #12 843.8 from nsmenu.m:29: #12 843.8 /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 843.8 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 843.8 | ^~~~~~~~~~ #12 843.8 In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 843.8 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 843.8 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 843.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.8 from nsgui.h:34, #12 843.8 from dispextern.h:137, #12 843.8 from window.h:23, #12 843.8 from nsmenu.m:29: #12 843.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 843.8 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 843.8 | ^~~~~~~~~~ #12 843.8 In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 843.8 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 843.8 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 843.8 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 843.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.8 from nsgui.h:34, #12 843.8 from dispextern.h:137, #12 843.8 from window.h:23, #12 843.8 from nsmenu.m:29: #12 843.8 /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.8 | ^ #12 843.8 In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 843.8 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 843.8 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 843.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.8 from nsgui.h:34, #12 843.8 from dispextern.h:137, #12 843.8 from window.h:23, #12 843.8 from nsmenu.m:29: #12 843.8 /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 843.8 | ^ #12 843.8 In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 843.8 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 843.8 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 843.8 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 843.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.8 from nsgui.h:34, #12 843.8 from dispextern.h:137, #12 843.8 from window.h:23, #12 843.8 from nsmenu.m:29: #12 843.8 /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 843.8 | ^ #12 843.8 In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 843.8 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 843.8 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 843.8 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 843.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.8 from nsgui.h:34, #12 843.8 from dispextern.h:137, #12 843.8 from window.h:23, #12 843.8 from nsmenu.m:29: #12 843.8 /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 843.8 | ^ #12 843.8 In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 843.8 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 843.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.8 from nsgui.h:34, #12 843.8 from dispextern.h:137, #12 843.8 from window.h:23, #12 843.8 from nsmenu.m:29: #12 843.8 /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.8 | ^ #12 843.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 843.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.8 from nsgui.h:34, #12 843.8 from dispextern.h:137, #12 843.8 from window.h:23, #12 843.8 from nsmenu.m:29: #12 843.8 /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 46 | #if GS_EXPOSE(NSAffineTransform) #12 843.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 843.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 843.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.8 from nsgui.h:34, #12 843.8 from dispextern.h:137, #12 843.8 from window.h:23, #12 843.8 from nsmenu.m:29: #12 843.8 /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 843.8 | ^ #12 843.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 843.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.8 from nsgui.h:34, #12 843.8 from dispextern.h:137, #12 843.8 from window.h:23, #12 843.8 from nsmenu.m:29: #12 843.8 /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 843.8 | ^ #12 843.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 843.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.8 from nsgui.h:34, #12 843.8 from dispextern.h:137, #12 843.8 from window.h:23, #12 843.8 from nsmenu.m:29: #12 843.8 /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 843.8 | ^ #12 843.8 In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 843.8 from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 843.8 from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 843.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.8 from nsgui.h:34, #12 843.8 from dispextern.h:137, #12 843.8 from window.h:23, #12 843.8 from nsmenu.m:29: #12 843.8 /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 843.8 | ^ #12 843.8 In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 843.8 from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 843.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.8 from nsgui.h:34, #12 843.8 from dispextern.h:137, #12 843.8 from window.h:23, #12 843.8 from nsmenu.m:29: #12 843.8 /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.8 | ^ #12 843.8 /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.8 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 843.8 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 843.9 | ^ #12 843.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 843.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.9 from nsgui.h:34, #12 843.9 from dispextern.h:137, #12 843.9 from window.h:23, #12 843.9 from nsmenu.m:29: #12 843.9 /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 45 | #if GS_EXPOSE(NSArchiver) #12 843.9 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 843.9 /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 164 | #if GS_EXPOSE(NSUnarchiver) #12 843.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 843.9 /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 843.9 | ^ #12 843.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 843.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.9 from nsgui.h:34, #12 843.9 from dispextern.h:137, #12 843.9 from window.h:23, #12 843.9 from nsmenu.m:29: #12 843.9 /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 843.9 | ^ #12 843.9 In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 843.9 from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 843.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.9 from nsgui.h:34, #12 843.9 from dispextern.h:137, #12 843.9 from window.h:23, #12 843.9 from nsmenu.m:29: #12 843.9 /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 843.9 | ^ #12 843.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 843.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.9 from nsgui.h:34, #12 843.9 from dispextern.h:137, #12 843.9 from window.h:23, #12 843.9 from nsmenu.m:29: #12 843.9 /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.9 | ^ #12 843.9 In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 843.9 from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 843.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.9 from nsgui.h:34, #12 843.9 from dispextern.h:137, #12 843.9 from window.h:23, #12 843.9 from nsmenu.m:29: #12 843.9 /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.9 | ^ #12 843.9 In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 843.9 from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 843.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.9 from nsgui.h:34, #12 843.9 from dispextern.h:137, #12 843.9 from window.h:23, #12 843.9 from nsmenu.m:29: #12 843.9 /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 843.9 | ^ #12 843.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 843.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.9 from nsgui.h:34, #12 843.9 from dispextern.h:137, #12 843.9 from window.h:23, #12 843.9 from nsmenu.m:29: #12 843.9 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 843.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 843.9 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 843.9 | ^ #12 843.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 843.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.9 from nsgui.h:34, #12 843.9 from dispextern.h:137, #12 843.9 from window.h:23, #12 843.9 from nsmenu.m:29: #12 843.9 /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 843.9 | ^ #12 843.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 843.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.9 from nsgui.h:34, #12 843.9 from dispextern.h:137, #12 843.9 from window.h:23, #12 843.9 from nsmenu.m:29: #12 843.9 /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 114 | #if GS_EXPOSE(NSBundle) #12 843.9 | ^~~~~~~~~~~~~~~~~~~~~ #12 843.9 /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 843.9 | ^ #12 843.9 In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 843.9 from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 843.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.9 from nsgui.h:34, #12 843.9 from dispextern.h:137, #12 843.9 from window.h:23, #12 843.9 from nsmenu.m:29: #12 843.9 /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 843.9 | ^ #12 843.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 843.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.9 from nsgui.h:34, #12 843.9 from dispextern.h:137, #12 843.9 from window.h:23, #12 843.9 from nsmenu.m:29: #12 843.9 /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 43 | #if GS_EXPOSE(NSCache) #12 843.9 | ^~~~~~~~~~~~~~~~~~~~ #12 843.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 843.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.9 from nsgui.h:34, #12 843.9 from dispextern.h:137, #12 843.9 from window.h:23, #12 843.9 from nsmenu.m:29: #12 843.9 /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 843.9 | ^ #12 843.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 843.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.9 from nsgui.h:34, #12 843.9 from dispextern.h:137, #12 843.9 from window.h:23, #12 843.9 from nsmenu.m:29: #12 843.9 /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 37 | #if GS_EXPOSE(NSCalendarDate) #12 843.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 843.9 /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 843.9 | ^ #12 843.9 In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 843.9 from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 843.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.9 from nsgui.h:34, #12 843.9 from dispextern.h:137, #12 843.9 from window.h:23, #12 843.9 from nsmenu.m:29: #12 843.9 /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 843.9 | ^ #12 843.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 843.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.9 from nsgui.h:34, #12 843.9 from dispextern.h:137, #12 843.9 from window.h:23, #12 843.9 from nsmenu.m:29: #12 843.9 /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.9 | ^ #12 843.9 In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 843.9 from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 843.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.9 from nsgui.h:34, #12 843.9 from dispextern.h:137, #12 843.9 from window.h:23, #12 843.9 from nsmenu.m:29: #12 843.9 /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 113 | #if GS_EXPOSE(NSException) #12 843.9 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 843.9 /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 843.9 303 | NSGetUncaughtExceptionHandler(); #12 843.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 843.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 843.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.9 from nsgui.h:34, #12 843.9 from dispextern.h:137, #12 843.9 from window.h:23, #12 843.9 from nsmenu.m:29: #12 843.9 /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.9 | ^ #12 843.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 843.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.9 from nsgui.h:34, #12 843.9 from dispextern.h:137, #12 843.9 from window.h:23, #12 843.9 from nsmenu.m:29: #12 843.9 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 843.9 | ^ #12 843.9 In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 843.9 from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 843.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.9 from nsgui.h:34, #12 843.9 from dispextern.h:137, #12 843.9 from window.h:23, #12 843.9 from nsmenu.m:29: #12 843.9 /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 53 | #if GS_EXPOSE(NSExpression) #12 843.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 843.9 In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 843.9 from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 843.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.9 from nsgui.h:34, #12 843.9 from dispextern.h:137, #12 843.9 from window.h:23, #12 843.9 from nsmenu.m:29: #12 843.9 /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 843.9 | ^ #12 843.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 843.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.9 from nsgui.h:34, #12 843.9 from dispextern.h:137, #12 843.9 from window.h:23, #12 843.9 from nsmenu.m:29: #12 843.9 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 843.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 843.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 843.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.9 from nsgui.h:34, #12 843.9 from dispextern.h:137, #12 843.9 from window.h:23, #12 843.9 from nsmenu.m:29: #12 843.9 /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 843.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 843.9 In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 843.9 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 843.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 843.9 from nsgui.h:34, #12 843.9 from dispextern.h:137, #12 843.9 from window.h:23, #12 843.9 from nsmenu.m:29: #12 843.9 /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 47 | #if GS_EXPOSE(NSTimer) #12 843.9 | ^~~~~~~~~~~~~~~~~~~~ #12 843.9 /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 843.9 | ^ #12 843.9 /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 843.9 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 843.9 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 844.0 | ^ #12 844.0 In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 844.0 from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 844.0 from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 844.0 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 844.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.0 from nsgui.h:34, #12 844.0 from dispextern.h:137, #12 844.0 from window.h:23, #12 844.0 from nsmenu.m:29: #12 844.0 /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.0 | ^ #12 844.0 In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 844.0 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 844.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.0 from nsgui.h:34, #12 844.0 from dispextern.h:137, #12 844.0 from window.h:23, #12 844.0 from nsmenu.m:29: #12 844.0 /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 46 | #if GS_EXPOSE(NSRunLoop) #12 844.0 | ^~~~~~~~~~~~~~~~~~~~~~ #12 844.0 /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 844.0 | ^ #12 844.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 844.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.0 from nsgui.h:34, #12 844.0 from dispextern.h:137, #12 844.0 from window.h:23, #12 844.0 from nsmenu.m:29: #12 844.0 /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 844.0 | ^ #12 844.0 In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 844.0 from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 844.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.0 from nsgui.h:34, #12 844.0 from dispextern.h:137, #12 844.0 from window.h:23, #12 844.0 from nsmenu.m:29: #12 844.0 /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.0 | ^ #12 844.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 844.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.0 from nsgui.h:34, #12 844.0 from dispextern.h:137, #12 844.0 from window.h:23, #12 844.0 from nsmenu.m:29: #12 844.0 /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.0 | ^ #12 844.0 In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 844.0 from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 844.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.0 from nsgui.h:34, #12 844.0 from dispextern.h:137, #12 844.0 from window.h:23, #12 844.0 from nsmenu.m:29: #12 844.0 /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 844.0 | ^ #12 844.0 In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 844.0 from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 844.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.0 from nsgui.h:34, #12 844.0 from dispextern.h:137, #12 844.0 from window.h:23, #12 844.0 from nsmenu.m:29: #12 844.0 /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.0 | ^ #12 844.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 844.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.0 from nsgui.h:34, #12 844.0 from dispextern.h:137, #12 844.0 from window.h:23, #12 844.0 from nsmenu.m:29: #12 844.0 /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 844.0 | ^ #12 844.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 844.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.0 from nsgui.h:34, #12 844.0 from dispextern.h:137, #12 844.0 from window.h:23, #12 844.0 from nsmenu.m:29: #12 844.0 /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 127 | #if GS_EXPOSE(NSDateFormatter) #12 844.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.0 /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.0 | ^ #12 844.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 844.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.0 from nsgui.h:34, #12 844.0 from dispextern.h:137, #12 844.0 from window.h:23, #12 844.0 from nsmenu.m:29: #12 844.0 /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 844.0 | ^ #12 844.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 844.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.0 from nsgui.h:34, #12 844.0 from dispextern.h:137, #12 844.0 from window.h:23, #12 844.0 from nsmenu.m:29: #12 844.0 /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 844.0 | ^ #12 844.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 844.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.0 from nsgui.h:34, #12 844.0 from dispextern.h:137, #12 844.0 from window.h:23, #12 844.0 from nsmenu.m:29: #12 844.0 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.0 | ^ #12 844.0 In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 844.0 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 844.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.0 from nsgui.h:34, #12 844.0 from dispextern.h:137, #12 844.0 from window.h:23, #12 844.0 from nsmenu.m:29: #12 844.0 /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.0 | ^ #12 844.0 In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 844.0 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 844.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.0 from nsgui.h:34, #12 844.0 from dispextern.h:137, #12 844.0 from window.h:23, #12 844.0 from nsmenu.m:29: #12 844.0 /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.0 | ^ #12 844.0 In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 844.0 from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 844.0 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 844.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.0 from nsgui.h:34, #12 844.0 from dispextern.h:137, #12 844.0 from window.h:23, #12 844.0 from nsmenu.m:29: #12 844.0 /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 844.0 | ^ #12 844.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 844.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.0 from nsgui.h:34, #12 844.0 from dispextern.h:137, #12 844.0 from window.h:23, #12 844.0 from nsmenu.m:29: #12 844.0 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 844.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.0 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 192 | #if GS_EXPOSE(NSDecimalNumber) #12 844.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 844.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.0 from nsgui.h:34, #12 844.0 from dispextern.h:137, #12 844.0 from window.h:23, #12 844.0 from nsmenu.m:29: #12 844.0 /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 40 | #if GS_EXPOSE(NSDistantObject) #12 844.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 844.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.0 from nsgui.h:34, #12 844.0 from dispextern.h:137, #12 844.0 from window.h:23, #12 844.0 from nsmenu.m:29: #12 844.0 /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 41 | #if GS_EXPOSE(NSDistributedLock) #12 844.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 844.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.0 from nsgui.h:34, #12 844.0 from dispextern.h:137, #12 844.0 from window.h:23, #12 844.0 from nsmenu.m:29: #12 844.0 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.0 | ^ #12 844.0 In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 844.0 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 844.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.0 from nsgui.h:34, #12 844.0 from dispextern.h:137, #12 844.0 from window.h:23, #12 844.0 from nsmenu.m:29: #12 844.0 /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 74 | #if GS_EXPOSE(NSLock) #12 844.0 | ^~~~~~~~~~~~~~~~~~~ #12 844.0 /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 125 | #if GS_EXPOSE(NSCondition) #12 844.0 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 844.0 /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 175 | #if GS_EXPOSE(NSConditionLock) #12 844.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.0 /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 275 | #if GS_EXPOSE(NSRecursiveLock) #12 844.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.0 /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 844.0 | ^ #12 844.0 In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 844.0 from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 844.0 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 844.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.0 from nsgui.h:34, #12 844.0 from dispextern.h:137, #12 844.0 from window.h:23, #12 844.0 from nsmenu.m:29: #12 844.0 /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 844.0 | ^ #12 844.0 In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 844.0 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 844.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.0 from nsgui.h:34, #12 844.0 from dispextern.h:137, #12 844.0 from window.h:23, #12 844.0 from nsmenu.m:29: #12 844.0 /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 71 | #if GS_EXPOSE(NSNotificationCenter) #12 844.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.0 /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.0 | ^ #12 844.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 844.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.0 from nsgui.h:34, #12 844.0 from dispextern.h:137, #12 844.0 from window.h:23, #12 844.0 from nsmenu.m:29: #12 844.0 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 844.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 844.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.0 from nsgui.h:34, #12 844.0 from dispextern.h:137, #12 844.0 from window.h:23, #12 844.0 from nsmenu.m:29: #12 844.0 /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 844.0 | ^ #12 844.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 844.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.0 from nsgui.h:34, #12 844.0 from dispextern.h:137, #12 844.0 from window.h:23, #12 844.0 from nsmenu.m:29: #12 844.0 /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 134 | #if GS_EXPOSE(NSError) #12 844.0 | ^~~~~~~~~~~~~~~~~~~~ #12 844.0 /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 844.0 | ^ #12 844.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 844.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.0 from nsgui.h:34, #12 844.0 from dispextern.h:137, #12 844.0 from window.h:23, #12 844.0 from nsmenu.m:29: #12 844.0 /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 844.0 | ^ #12 844.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 844.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.0 from nsgui.h:34, #12 844.0 from dispextern.h:137, #12 844.0 from window.h:23, #12 844.0 from nsmenu.m:29: #12 844.0 /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 844.0 | ^ #12 844.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 844.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.0 from nsgui.h:34, #12 844.0 from dispextern.h:137, #12 844.0 from window.h:23, #12 844.0 from nsmenu.m:29: #12 844.0 /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 844.0 | ^ #12 844.0 In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 844.0 from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 844.0 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 844.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.0 from nsgui.h:34, #12 844.0 from dispextern.h:137, #12 844.0 from window.h:23, #12 844.0 from nsmenu.m:29: #12 844.0 /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 182 | #if GS_EXPOSE(NSURLHandle) #12 844.0 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 844.0 /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.0 | ^ #12 844.0 In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 844.0 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 844.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.0 from nsgui.h:34, #12 844.0 from dispextern.h:137, #12 844.0 from window.h:23, #12 844.0 from nsmenu.m:29: #12 844.0 /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 73 | #if GS_EXPOSE(NSURL) #12 844.0 | ^~~~~~~~~~~~~~~~~~ #12 844.0 /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.0 | ^ #12 844.0 /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.0 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 844.0 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 844.1 | ^ #12 844.1 In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 844.1 from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 844.1 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 844.1 | ^ #12 844.1 In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 844.1 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 599 | #if GS_EXPOSE(NSURLQueryItem) #12 844.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.1 /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 633 | #if GS_EXPOSE(NSURLComponents) #12 844.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.1 /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 844.1 | ^ #12 844.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 844.1 | ^ #12 844.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 160 | #if GS_EXPOSE(NSPipe) #12 844.1 | ^~~~~~~~~~~~~~~~~~~ #12 844.1 /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.1 | ^ #12 844.1 In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 844.1 from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 844.1 | ^ #12 844.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.1 | ^ #12 844.1 In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 844.1 from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 844.1 | ^ #12 844.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 215 | #if GS_EXPOSE(NSFileManager) #12 844.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.1 /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 844.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.1 /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 844.1 | ^ #12 844.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 844.1 | ^ #12 844.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 844.1 | ^ #12 844.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.1 | ^ #12 844.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.1 | ^ #12 844.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 844.1 | ^ #12 844.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 42 | #if GS_EXPOSE(NSHost) #12 844.1 | ^~~~~~~~~~~~~~~~~~~ #12 844.1 /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 844.1 | ^ #12 844.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 68 | #if GS_EXPOSE(NSHTTPCookie) #12 844.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.1 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 844.1 | ^ #12 844.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 844.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 47 | #if GS_EXPOSE(NSIndexPath) #12 844.1 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 844.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 49 | #if GS_EXPOSE(NSIndexSet) #12 844.1 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 844.1 /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 844.1 | ^ #12 844.1 In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 844.1 from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 52 | #if GS_EXPOSE(NSMethodSignature) #12 844.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 38 | #if GS_EXPOSE(NSInvocation) #12 844.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.1 /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 844.1 | ^ #12 844.1 In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 844.1 from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.1 | ^ #12 844.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.1 | ^ #12 844.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 844.1 | ^ #12 844.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 844.1 | ^ #12 844.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 844.1 | ^ #12 844.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.1 | ^ #12 844.1 In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 844.1 from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 844.1 | ^ #12 844.1 In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 844.1 from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 844.1 | ^ #12 844.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 844.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.1 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 844.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.1 | ^ #12 844.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 844.1 | ^ #12 844.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 844.1 | ^ #12 844.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 844.1 | ^ #12 844.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 103 | #if GS_EXPOSE(NSLocale) #12 844.1 | ^~~~~~~~~~~~~~~~~~~~~ #12 844.1 /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 844.1 | ^ #12 844.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 844.1 | ^ #12 844.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 844.1 | ^ #12 844.1 In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 844.1 from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 844.1 | ^ #12 844.1 In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 844.1 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.1 from nsgui.h:34, #12 844.1 from dispextern.h:137, #12 844.1 from window.h:23, #12 844.1 from nsmenu.m:29: #12 844.1 /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 40 | #if GS_EXPOSE(NSMetadataItem) #12 844.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.1 /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 66 | #if GS_EXPOSE(NSMetadataQuery) #12 844.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.1 /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 844.1 | ^ #12 844.1 /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.1 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 844.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.2 /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 844.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 112 | #if GS_EXPOSE(NSNotificationQueue) #12 844.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 361 | #if GS_EXPOSE(NSNetService) #12 844.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.2 /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 844.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.2 | ^ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 123 | #if GS_EXPOSE(NSNumberFormatter) #12 844.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.2 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.2 | ^ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 844.2 | ^ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 844.2 | ^ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.2 | ^ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 844.2 | ^ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 844.2 | ^ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.2 | ^ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 53 | #if GS_EXPOSE(NSPortCoder) #12 844.2 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 844.2 In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 844.2 from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 77 | #if GS_EXPOSE(NSPort) #12 844.2 | ^~~~~~~~~~~~~~~~~~~ #12 844.2 /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 202 | #if GS_EXPOSE(NSSocketPort) #12 844.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.2 /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 284 | #if GS_EXPOSE(NSMessagePort) #12 844.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 47 | #if GS_EXPOSE(NSPortMessage) #12 844.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 844.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 53 | #if GS_EXPOSE(NSProgress) #12 844.2 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 40 | #if GS_EXPOSE(NSProtocolChecker) #12 844.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 91 | #if GS_EXPOSE(NSRegularExpression) #12 844.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 42 | #if GS_EXPOSE(NSScanner) #12 844.2 | ^~~~~~~~~~~~~~~~~~~~~~ #12 844.2 /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.2 | ^ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 844.2 | ^ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 844.2 | ^ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 844.2 | ^ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 844.2 | ^ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 844.2 | ^ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 844.2 | ^ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 844.2 | ^ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 844.2 | ^ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 844.2 | ^ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 48 | #if GS_EXPOSE(NSSortDescriptor) #12 844.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.2 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 844.2 | ^ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 58 | #if GS_EXPOSE(NSSpellServer) #12 844.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.2 /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 844.2 | ^ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 844.2 | ^ #12 844.2 In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 844.2 from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 844.2 | ^ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 51 | #if GS_EXPOSE(NSTask) #12 844.2 | ^~~~~~~~~~~~~~~~~~~ #12 844.2 /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.2 | ^ #12 844.2 In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 844.2 from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 844.2 | ^ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.2 | ^ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 59 | #if GS_EXPOSE(NSThread) #12 844.2 | ^~~~~~~~~~~~~~~~~~~~~ #12 844.2 /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.2 | ^ #12 844.2 In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 844.2 from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 844.2 | ^ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 844.2 | ^ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 844.2 | ^ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 87 | #if GS_EXPOSE(NSUndoManager) #12 844.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 844.2 | ^ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 844.2 | ^ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 844.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 844.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.2 /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 105 | #if GS_EXPOSE(NSURLCache) #12 844.2 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 48 | #if GS_EXPOSE(NSURLConnection) #12 844.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.2 /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 844.2 | ^ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 56 | #if GS_EXPOSE(NSURLCredential) #12 844.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 844.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 49 | #if GS_EXPOSE(NSURLDownload) #12 844.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.2 /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 844.2 | ^ #12 844.2 In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 844.2 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.2 from nsgui.h:34, #12 844.2 from dispextern.h:137, #12 844.2 from window.h:23, #12 844.2 from nsmenu.m:29: #12 844.2 /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 844.2 | ^ #12 844.2 /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.2 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 844.2 | ^ #12 844.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 844.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.3 from nsgui.h:34, #12 844.3 from dispextern.h:137, #12 844.3 from window.h:23, #12 844.3 from nsmenu.m:29: #12 844.3 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 844.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.3 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 844.3 | ^ #12 844.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 844.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.3 from nsgui.h:34, #12 844.3 from dispextern.h:137, #12 844.3 from window.h:23, #12 844.3 from nsmenu.m:29: #12 844.3 /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 121 | #if GS_EXPOSE(NSURLProtocol) #12 844.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 844.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.3 from nsgui.h:34, #12 844.3 from dispextern.h:137, #12 844.3 from window.h:23, #12 844.3 from nsmenu.m:29: #12 844.3 /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 92 | #if GS_EXPOSE(NSURLRequest) #12 844.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.3 /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 844.3 | ^ #12 844.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 844.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.3 from nsgui.h:34, #12 844.3 from dispextern.h:137, #12 844.3 from window.h:23, #12 844.3 from nsmenu.m:29: #12 844.3 /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 49 | #if GS_EXPOSE(NSURLResponse) #12 844.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.3 /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 844.3 | ^ #12 844.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 844.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.3 from nsgui.h:34, #12 844.3 from dispextern.h:137, #12 844.3 from window.h:23, #12 844.3 from nsmenu.m:29: #12 844.3 /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 844.3 | ^ #12 844.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 844.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.3 from nsgui.h:34, #12 844.3 from dispextern.h:137, #12 844.3 from window.h:23, #12 844.3 from nsmenu.m:29: #12 844.3 /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 217 | #if GS_EXPOSE(NSUserDefaults) #12 844.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.3 /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.3 | ^ #12 844.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 844.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.3 from nsgui.h:34, #12 844.3 from dispextern.h:137, #12 844.3 from window.h:23, #12 844.3 from nsmenu.m:29: #12 844.3 /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 844.3 | ^ #12 844.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 844.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.3 from nsgui.h:34, #12 844.3 from dispextern.h:137, #12 844.3 from window.h:23, #12 844.3 from nsmenu.m:29: #12 844.3 /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 844.3 | ^ #12 844.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 844.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.3 from nsgui.h:34, #12 844.3 from dispextern.h:137, #12 844.3 from window.h:23, #12 844.3 from nsmenu.m:29: #12 844.3 /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 844.3 | ^ #12 844.3 In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 844.3 from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 844.3 from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 844.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.3 from nsgui.h:34, #12 844.3 from dispextern.h:137, #12 844.3 from window.h:23, #12 844.3 from nsmenu.m:29: #12 844.3 /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 844.3 | ^ #12 844.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 844.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.3 from nsgui.h:34, #12 844.3 from dispextern.h:137, #12 844.3 from window.h:23, #12 844.3 from nsmenu.m:29: #12 844.3 /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 844.3 | ^ #12 844.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 844.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.3 from nsgui.h:34, #12 844.3 from dispextern.h:137, #12 844.3 from window.h:23, #12 844.3 from nsmenu.m:29: #12 844.3 /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 72 | #if GS_EXPOSE(NSXMLParser) #12 844.3 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 844.3 /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 844.3 | ^ #12 844.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 844.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 844.3 from nsgui.h:34, #12 844.3 from dispextern.h:137, #12 844.3 from window.h:23, #12 844.3 from nsmenu.m:29: #12 844.3 /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 844.3 | ^ #12 844.3 In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 844.3 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 844.3 from nsgui.h:34, #12 844.3 from dispextern.h:137, #12 844.3 from window.h:23, #12 844.3 from nsmenu.m:29: #12 844.3 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.3 | ^ #12 844.3 In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 844.3 from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 844.3 from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 844.3 from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 844.3 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 844.3 from nsgui.h:34, #12 844.3 from dispextern.h:137, #12 844.3 from window.h:23, #12 844.3 from nsmenu.m:29: #12 844.3 /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.3 | ^ #12 844.3 In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 844.3 from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 844.3 from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 844.3 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 844.3 from nsgui.h:34, #12 844.3 from dispextern.h:137, #12 844.3 from window.h:23, #12 844.3 from nsmenu.m:29: #12 844.3 /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 844.3 | ^ #12 844.3 In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 844.3 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 844.3 from nsgui.h:34, #12 844.3 from dispextern.h:137, #12 844.3 from window.h:23, #12 844.3 from nsmenu.m:29: #12 844.3 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.3 | ^ #12 844.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 844.3 from nsgui.h:34, #12 844.3 from dispextern.h:137, #12 844.3 from window.h:23, #12 844.3 from nsmenu.m:29: #12 844.3 /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 844.3 | ^ #12 844.3 In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 844.3 from /usr/include/GNUstep/AppKit/NSView.h:38, #12 844.3 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 844.3 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 844.3 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 844.3 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 844.3 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 844.3 from nsgui.h:34, #12 844.3 from dispextern.h:137, #12 844.3 from window.h:23, #12 844.3 from nsmenu.m:29: #12 844.3 /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.3 | ^ #12 844.3 In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 844.3 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 844.3 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 844.3 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 844.3 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 844.3 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 844.3 from nsgui.h:34, #12 844.3 from dispextern.h:137, #12 844.3 from window.h:23, #12 844.3 from nsmenu.m:29: #12 844.3 /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.3 | ^ #12 844.3 In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 844.3 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 844.3 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 844.3 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 844.3 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 844.3 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 844.3 from nsgui.h:34, #12 844.3 from dispextern.h:137, #12 844.3 from window.h:23, #12 844.3 from nsmenu.m:29: #12 844.3 /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 844.3 | ^ #12 844.3 In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 844.3 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 844.3 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 844.3 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 844.3 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 844.3 from nsgui.h:34, #12 844.3 from dispextern.h:137, #12 844.3 from window.h:23, #12 844.3 from nsmenu.m:29: #12 844.3 /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.3 | ^ #12 844.3 /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.3 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.3 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.4 | ^ #12 844.4 In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 844.4 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 844.4 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 844.4 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 844.4 from nsgui.h:34, #12 844.4 from dispextern.h:137, #12 844.4 from window.h:23, #12 844.4 from nsmenu.m:29: #12 844.4 /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 844.4 | ^ #12 844.4 In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 844.4 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 844.4 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 844.4 from nsgui.h:34, #12 844.4 from dispextern.h:137, #12 844.4 from window.h:23, #12 844.4 from nsmenu.m:29: #12 844.4 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.4 | ^ #12 844.4 In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 844.4 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 844.4 from nsgui.h:34, #12 844.4 from dispextern.h:137, #12 844.4 from window.h:23, #12 844.4 from nsmenu.m:29: #12 844.4 /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.4 | ^ #12 844.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 844.4 from nsgui.h:34, #12 844.4 from dispextern.h:137, #12 844.4 from window.h:23, #12 844.4 from nsmenu.m:29: #12 844.4 /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 844.4 | ^ #12 844.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 844.4 from nsgui.h:34, #12 844.4 from dispextern.h:137, #12 844.4 from window.h:23, #12 844.4 from nsmenu.m:29: #12 844.4 /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.4 | ^ #12 844.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 844.4 from nsgui.h:34, #12 844.4 from dispextern.h:137, #12 844.4 from window.h:23, #12 844.4 from nsmenu.m:29: #12 844.4 /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.4 | ^ #12 844.4 In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 844.4 from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 844.4 from nsgui.h:34, #12 844.4 from dispextern.h:137, #12 844.4 from window.h:23, #12 844.4 from nsmenu.m:29: #12 844.4 /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.4 | ^ #12 844.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 844.4 from nsgui.h:34, #12 844.4 from dispextern.h:137, #12 844.4 from window.h:23, #12 844.4 from nsmenu.m:29: #12 844.4 /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 844.4 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 844.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.4 /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 844.4 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 844.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.4 /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 844.4 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 844.4 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 844.4 /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 844.4 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 844.4 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 844.4 /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 844.4 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 844.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.4 /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 844.4 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 844.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.4 /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 844.4 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 844.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.4 /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 844.4 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 844.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.4 /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 844.4 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 844.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.4 /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 844.4 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 844.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.4 /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 844.4 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 844.4 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 844.4 /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 844.4 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 844.4 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 844.4 /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 844.4 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 844.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.4 /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 844.4 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 844.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.4 /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 844.4 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 844.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.4 /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 844.4 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 844.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.4 /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 844.4 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 844.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.4 /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 844.4 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 844.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.4 /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.4 | ^ #12 844.4 /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.4 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.4 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.5 | ^ #12 844.5 In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 844.5 from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 844.5 from nsgui.h:34, #12 844.5 from dispextern.h:137, #12 844.5 from window.h:23, #12 844.5 from nsmenu.m:29: #12 844.5 /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.5 | ^ #12 844.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 844.5 from nsgui.h:34, #12 844.5 from dispextern.h:137, #12 844.5 from window.h:23, #12 844.5 from nsmenu.m:29: #12 844.5 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.5 | ^ #12 844.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 844.5 from nsgui.h:34, #12 844.5 from dispextern.h:137, #12 844.5 from window.h:23, #12 844.5 from nsmenu.m:29: #12 844.5 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.5 | ^ #12 844.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 844.5 from nsgui.h:34, #12 844.5 from dispextern.h:137, #12 844.5 from window.h:23, #12 844.5 from nsmenu.m:29: #12 844.5 /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.5 | ^ #12 844.5 In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 844.5 from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 844.5 from nsgui.h:34, #12 844.5 from dispextern.h:137, #12 844.5 from window.h:23, #12 844.5 from nsmenu.m:29: #12 844.5 /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.5 | ^ #12 844.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 844.5 from nsgui.h:34, #12 844.5 from dispextern.h:137, #12 844.5 from window.h:23, #12 844.5 from nsmenu.m:29: #12 844.5 /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.5 | ^ #12 844.5 In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 844.5 from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 844.5 from nsgui.h:34, #12 844.5 from dispextern.h:137, #12 844.5 from window.h:23, #12 844.5 from nsmenu.m:29: #12 844.5 /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.5 | ^ #12 844.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 844.5 from nsgui.h:34, #12 844.5 from dispextern.h:137, #12 844.5 from window.h:23, #12 844.5 from nsmenu.m:29: #12 844.5 /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.5 | ^ #12 844.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 844.5 from nsgui.h:34, #12 844.5 from dispextern.h:137, #12 844.5 from window.h:23, #12 844.5 from nsmenu.m:29: #12 844.5 /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 844.5 | ^ #12 844.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 844.5 from nsgui.h:34, #12 844.5 from dispextern.h:137, #12 844.5 from window.h:23, #12 844.5 from nsmenu.m:29: #12 844.5 /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.5 | ^ #12 844.5 In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 844.5 from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 844.5 from nsgui.h:34, #12 844.5 from dispextern.h:137, #12 844.5 from window.h:23, #12 844.5 from nsmenu.m:29: #12 844.5 /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 844.5 | ^ #12 844.5 In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 844.5 from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 844.5 from nsgui.h:34, #12 844.5 from dispextern.h:137, #12 844.5 from window.h:23, #12 844.5 from nsmenu.m:29: #12 844.5 /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.5 | ^ #12 844.5 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 844.5 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 844.5 from nsgui.h:34, #12 844.5 from dispextern.h:137, #12 844.5 from window.h:23, #12 844.5 from nsmenu.m:29: #12 844.5 /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.5 | ^ #12 844.5 In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 844.5 from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 844.5 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 844.5 from nsgui.h:34, #12 844.5 from dispextern.h:137, #12 844.5 from window.h:23, #12 844.5 from nsmenu.m:29: #12 844.5 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.5 | ^ #12 844.5 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 844.5 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 844.5 from nsgui.h:34, #12 844.5 from dispextern.h:137, #12 844.5 from window.h:23, #12 844.5 from nsmenu.m:29: #12 844.5 /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 844.5 | ^ #12 844.5 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 844.5 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 844.5 from nsgui.h:34, #12 844.5 from dispextern.h:137, #12 844.5 from window.h:23, #12 844.5 from nsmenu.m:29: #12 844.5 /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.5 | ^ #12 844.5 In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 844.5 from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 844.5 from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 844.5 from nsgui.h:34, #12 844.5 from dispextern.h:137, #12 844.5 from window.h:23, #12 844.5 from nsmenu.m:29: #12 844.5 /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 844.5 | ^ #12 844.5 /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.5 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.5 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.6 | ^ #12 844.6 In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 844.6 from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 844.6 from nsgui.h:34, #12 844.6 from dispextern.h:137, #12 844.6 from window.h:23, #12 844.6 from nsmenu.m:29: #12 844.6 /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.6 | ^ #12 844.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 844.6 from nsgui.h:34, #12 844.6 from dispextern.h:137, #12 844.6 from window.h:23, #12 844.6 from nsmenu.m:29: #12 844.6 /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.6 | ^ #12 844.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 844.6 from nsgui.h:34, #12 844.6 from dispextern.h:137, #12 844.6 from window.h:23, #12 844.6 from nsmenu.m:29: #12 844.6 /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 844.6 | ^ #12 844.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 844.6 from nsgui.h:34, #12 844.6 from dispextern.h:137, #12 844.6 from window.h:23, #12 844.6 from nsmenu.m:29: #12 844.6 /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.6 | ^ #12 844.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 844.6 from nsgui.h:34, #12 844.6 from dispextern.h:137, #12 844.6 from window.h:23, #12 844.6 from nsmenu.m:29: #12 844.6 /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.6 | ^ #12 844.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 844.6 from nsgui.h:34, #12 844.6 from dispextern.h:137, #12 844.6 from window.h:23, #12 844.6 from nsmenu.m:29: #12 844.6 /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.6 | ^ #12 844.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 844.6 from nsgui.h:34, #12 844.6 from dispextern.h:137, #12 844.6 from window.h:23, #12 844.6 from nsmenu.m:29: #12 844.6 /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 844.6 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 844.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 844.6 from nsgui.h:34, #12 844.6 from dispextern.h:137, #12 844.6 from window.h:23, #12 844.6 from nsmenu.m:29: #12 844.6 /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 844.6 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 844.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 844.6 from nsgui.h:34, #12 844.6 from dispextern.h:137, #12 844.6 from window.h:23, #12 844.6 from nsmenu.m:29: #12 844.6 /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 844.6 | ^ #12 844.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 844.6 from nsgui.h:34, #12 844.6 from dispextern.h:137, #12 844.6 from window.h:23, #12 844.6 from nsmenu.m:29: #12 844.6 /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.6 | ^ #12 844.6 In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 844.6 from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 844.6 from nsgui.h:34, #12 844.6 from dispextern.h:137, #12 844.6 from window.h:23, #12 844.6 from nsmenu.m:29: #12 844.6 /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.6 | ^ #12 844.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 844.6 from nsgui.h:34, #12 844.6 from dispextern.h:137, #12 844.6 from window.h:23, #12 844.6 from nsmenu.m:29: #12 844.6 /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.6 | ^ #12 844.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 844.6 from nsgui.h:34, #12 844.6 from dispextern.h:137, #12 844.6 from window.h:23, #12 844.6 from nsmenu.m:29: #12 844.6 /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.6 | ^ #12 844.6 In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 844.6 from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 844.6 from nsgui.h:34, #12 844.6 from dispextern.h:137, #12 844.6 from window.h:23, #12 844.6 from nsmenu.m:29: #12 844.6 /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.6 | ^ #12 844.6 /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.6 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.6 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.7 | ^ #12 844.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 844.7 from nsgui.h:34, #12 844.7 from dispextern.h:137, #12 844.7 from window.h:23, #12 844.7 from nsmenu.m:29: #12 844.7 /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 844.7 | ^ #12 844.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 844.7 from nsgui.h:34, #12 844.7 from dispextern.h:137, #12 844.7 from window.h:23, #12 844.7 from nsmenu.m:29: #12 844.7 /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.7 | ^ #12 844.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 844.7 from nsgui.h:34, #12 844.7 from dispextern.h:137, #12 844.7 from window.h:23, #12 844.7 from nsmenu.m:29: #12 844.7 /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 844.7 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 844.7 | ^~~~~~~~~~~~~~~~~~~~ #12 844.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 844.7 from nsgui.h:34, #12 844.7 from dispextern.h:137, #12 844.7 from window.h:23, #12 844.7 from nsmenu.m:29: #12 844.7 /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 844.7 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 844.7 | ^~~~~~~~~~~~~~~~~~~~ #12 844.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 844.7 from nsgui.h:34, #12 844.7 from dispextern.h:137, #12 844.7 from window.h:23, #12 844.7 from nsmenu.m:29: #12 844.7 /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.7 | ^ #12 844.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 844.7 from nsgui.h:34, #12 844.7 from dispextern.h:137, #12 844.7 from window.h:23, #12 844.7 from nsmenu.m:29: #12 844.7 /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.7 | ^ #12 844.7 In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 844.7 from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 844.7 from nsgui.h:34, #12 844.7 from dispextern.h:137, #12 844.7 from window.h:23, #12 844.7 from nsmenu.m:29: #12 844.7 /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.7 | ^ #12 844.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 844.7 from nsgui.h:34, #12 844.7 from dispextern.h:137, #12 844.7 from window.h:23, #12 844.7 from nsmenu.m:29: #12 844.7 /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 844.7 | ^ #12 844.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 844.7 from nsgui.h:34, #12 844.7 from dispextern.h:137, #12 844.7 from window.h:23, #12 844.7 from nsmenu.m:29: #12 844.7 /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 844.7 | ^ #12 844.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 844.7 from nsgui.h:34, #12 844.7 from dispextern.h:137, #12 844.7 from window.h:23, #12 844.7 from nsmenu.m:29: #12 844.7 /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 844.7 | ^ #12 844.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 844.7 from nsgui.h:34, #12 844.7 from dispextern.h:137, #12 844.7 from window.h:23, #12 844.7 from nsmenu.m:29: #12 844.7 /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 844.7 | ^ #12 844.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 844.7 from nsgui.h:34, #12 844.7 from dispextern.h:137, #12 844.7 from window.h:23, #12 844.7 from nsmenu.m:29: #12 844.7 /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 844.7 | ^ #12 844.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 844.7 from nsgui.h:34, #12 844.7 from dispextern.h:137, #12 844.7 from window.h:23, #12 844.7 from nsmenu.m:29: #12 844.7 /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.7 | ^ #12 844.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 844.7 from nsgui.h:34, #12 844.7 from dispextern.h:137, #12 844.7 from window.h:23, #12 844.7 from nsmenu.m:29: #12 844.7 /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 844.7 | ^ #12 844.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 844.7 from nsgui.h:34, #12 844.7 from dispextern.h:137, #12 844.7 from window.h:23, #12 844.7 from nsmenu.m:29: #12 844.7 /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 844.7 | ^ #12 844.7 In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 844.7 from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 844.7 from nsgui.h:34, #12 844.7 from dispextern.h:137, #12 844.7 from window.h:23, #12 844.7 from nsmenu.m:29: #12 844.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.7 | ^ #12 844.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 844.7 from nsgui.h:34, #12 844.7 from dispextern.h:137, #12 844.7 from window.h:23, #12 844.7 from nsmenu.m:29: #12 844.7 /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 844.7 | ^ #12 844.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 844.7 from nsgui.h:34, #12 844.7 from dispextern.h:137, #12 844.7 from window.h:23, #12 844.7 from nsmenu.m:29: #12 844.7 /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 844.7 | ^ #12 844.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 844.7 from nsgui.h:34, #12 844.7 from dispextern.h:137, #12 844.7 from window.h:23, #12 844.7 from nsmenu.m:29: #12 844.7 /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.7 | ^ #12 844.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 844.7 from nsgui.h:34, #12 844.7 from dispextern.h:137, #12 844.7 from window.h:23, #12 844.7 from nsmenu.m:29: #12 844.7 /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 844.7 | ^ #12 844.7 In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 844.7 from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 844.7 from nsgui.h:34, #12 844.7 from dispextern.h:137, #12 844.7 from window.h:23, #12 844.7 from nsmenu.m:29: #12 844.7 /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.7 | ^ #12 844.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 844.7 from nsgui.h:34, #12 844.7 from dispextern.h:137, #12 844.7 from window.h:23, #12 844.7 from nsmenu.m:29: #12 844.7 /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.7 | ^ #12 844.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 844.7 from nsgui.h:34, #12 844.7 from dispextern.h:137, #12 844.7 from window.h:23, #12 844.7 from nsmenu.m:29: #12 844.7 /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 844.7 | ^ #12 844.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 844.7 from nsgui.h:34, #12 844.7 from dispextern.h:137, #12 844.7 from window.h:23, #12 844.7 from nsmenu.m:29: #12 844.7 /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.7 | ^ #12 844.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 844.7 from nsgui.h:34, #12 844.7 from dispextern.h:137, #12 844.7 from window.h:23, #12 844.7 from nsmenu.m:29: #12 844.7 /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.7 | ^ #12 844.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 844.7 from nsgui.h:34, #12 844.7 from dispextern.h:137, #12 844.7 from window.h:23, #12 844.7 from nsmenu.m:29: #12 844.7 /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.7 | ^ #12 844.7 In file included from nsgui.h:34, #12 844.7 from dispextern.h:137, #12 844.7 from window.h:23, #12 844.7 from nsmenu.m:29: #12 844.7 /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.7 | ^ #12 844.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 844.7 from nsgui.h:34, #12 844.7 from dispextern.h:137, #12 844.7 from window.h:23, #12 844.7 from nsmenu.m:29: #12 844.7 /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 844.7 | ^ #12 844.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 844.7 from nsgui.h:34, #12 844.7 from dispextern.h:137, #12 844.7 from window.h:23, #12 844.7 from nsmenu.m:29: #12 844.7 /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.7 | ^ #12 844.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 844.7 from nsgui.h:34, #12 844.7 from dispextern.h:137, #12 844.7 from window.h:23, #12 844.7 from nsmenu.m:29: #12 844.7 /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 844.7 | ^ #12 844.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 844.7 from nsgui.h:34, #12 844.7 from dispextern.h:137, #12 844.7 from window.h:23, #12 844.7 from nsmenu.m:29: #12 844.7 /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 844.7 | ^ #12 844.7 In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 844.7 from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 844.7 from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 844.7 from nsgui.h:34, #12 844.7 from dispextern.h:137, #12 844.7 from window.h:23, #12 844.7 from nsmenu.m:29: #12 844.7 /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.7 | ^ #12 844.7 In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 844.7 from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 844.7 from nsgui.h:34, #12 844.7 from dispextern.h:137, #12 844.7 from window.h:23, #12 844.7 from nsmenu.m:29: #12 844.7 /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 844.7 | ^ #12 844.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 844.7 from nsgui.h:34, #12 844.7 from dispextern.h:137, #12 844.7 from window.h:23, #12 844.7 from nsmenu.m:29: #12 844.7 /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 844.7 | ^ #12 844.7 /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.7 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.7 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.8 | ^ #12 844.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 844.8 from nsgui.h:34, #12 844.8 from dispextern.h:137, #12 844.8 from window.h:23, #12 844.8 from nsmenu.m:29: #12 844.8 /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.8 | ^ #12 844.8 In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 844.8 from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 844.8 from nsgui.h:34, #12 844.8 from dispextern.h:137, #12 844.8 from window.h:23, #12 844.8 from nsmenu.m:29: #12 844.8 /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 844.8 | ^ #12 844.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 844.8 from nsgui.h:34, #12 844.8 from dispextern.h:137, #12 844.8 from window.h:23, #12 844.8 from nsmenu.m:29: #12 844.8 /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 844.8 | ^ #12 844.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 844.8 from nsgui.h:34, #12 844.8 from dispextern.h:137, #12 844.8 from window.h:23, #12 844.8 from nsmenu.m:29: #12 844.8 /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 844.8 | ^ #12 844.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 844.8 from nsgui.h:34, #12 844.8 from dispextern.h:137, #12 844.8 from window.h:23, #12 844.8 from nsmenu.m:29: #12 844.8 /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.8 | ^ #12 844.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 844.8 from nsgui.h:34, #12 844.8 from dispextern.h:137, #12 844.8 from window.h:23, #12 844.8 from nsmenu.m:29: #12 844.8 /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.8 | ^ #12 844.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 844.8 from nsgui.h:34, #12 844.8 from dispextern.h:137, #12 844.8 from window.h:23, #12 844.8 from nsmenu.m:29: #12 844.8 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.8 | ^ #12 844.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 844.8 from nsgui.h:34, #12 844.8 from dispextern.h:137, #12 844.8 from window.h:23, #12 844.8 from nsmenu.m:29: #12 844.8 /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 844.8 | ^ #12 844.8 In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 844.8 from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 844.8 from nsgui.h:34, #12 844.8 from dispextern.h:137, #12 844.8 from window.h:23, #12 844.8 from nsmenu.m:29: #12 844.8 /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 844.8 | ^ #12 844.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 844.8 from nsgui.h:34, #12 844.8 from dispextern.h:137, #12 844.8 from window.h:23, #12 844.8 from nsmenu.m:29: #12 844.8 /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 844.8 | ^ #12 844.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 844.8 from nsgui.h:34, #12 844.8 from dispextern.h:137, #12 844.8 from window.h:23, #12 844.8 from nsmenu.m:29: #12 844.8 /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 844.8 | ^ #12 844.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 844.8 from nsgui.h:34, #12 844.8 from dispextern.h:137, #12 844.8 from window.h:23, #12 844.8 from nsmenu.m:29: #12 844.8 /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 844.8 | ^ #12 844.8 In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 844.8 from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 844.8 from nsgui.h:34, #12 844.8 from dispextern.h:137, #12 844.8 from window.h:23, #12 844.8 from nsmenu.m:29: #12 844.8 /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.8 | ^ #12 844.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 844.8 from nsgui.h:34, #12 844.8 from dispextern.h:137, #12 844.8 from window.h:23, #12 844.8 from nsmenu.m:29: #12 844.8 /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.8 | ^ #12 844.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 844.8 from nsgui.h:34, #12 844.8 from dispextern.h:137, #12 844.8 from window.h:23, #12 844.8 from nsmenu.m:29: #12 844.8 /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.8 | ^ #12 844.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 844.8 from nsgui.h:34, #12 844.8 from dispextern.h:137, #12 844.8 from window.h:23, #12 844.8 from nsmenu.m:29: #12 844.8 /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.8 | ^ #12 844.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 844.8 from nsgui.h:34, #12 844.8 from dispextern.h:137, #12 844.8 from window.h:23, #12 844.8 from nsmenu.m:29: #12 844.8 /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.8 | ^ #12 844.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 844.8 from nsgui.h:34, #12 844.8 from dispextern.h:137, #12 844.8 from window.h:23, #12 844.8 from nsmenu.m:29: #12 844.8 /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 844.8 | ^ #12 844.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 844.8 from nsgui.h:34, #12 844.8 from dispextern.h:137, #12 844.8 from window.h:23, #12 844.8 from nsmenu.m:29: #12 844.8 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.8 | ^ #12 844.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 844.8 from nsgui.h:34, #12 844.8 from dispextern.h:137, #12 844.8 from window.h:23, #12 844.8 from nsmenu.m:29: #12 844.8 /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.8 | ^ #12 844.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 844.8 from nsgui.h:34, #12 844.8 from dispextern.h:137, #12 844.8 from window.h:23, #12 844.8 from nsmenu.m:29: #12 844.8 /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.8 | ^ #12 844.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 844.8 from nsgui.h:34, #12 844.8 from dispextern.h:137, #12 844.8 from window.h:23, #12 844.8 from nsmenu.m:29: #12 844.8 /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 844.8 | ^ #12 844.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 844.8 from nsgui.h:34, #12 844.8 from dispextern.h:137, #12 844.8 from window.h:23, #12 844.8 from nsmenu.m:29: #12 844.8 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.8 | ^ #12 844.8 In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 844.8 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 844.8 from nsgui.h:34, #12 844.8 from dispextern.h:137, #12 844.8 from window.h:23, #12 844.8 from nsmenu.m:29: #12 844.8 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.8 | ^ #12 844.8 In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 844.8 from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 844.8 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 844.8 from nsgui.h:34, #12 844.8 from dispextern.h:137, #12 844.8 from window.h:23, #12 844.8 from nsmenu.m:29: #12 844.8 /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.8 | ^ #12 844.8 In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 844.8 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 844.8 from nsgui.h:34, #12 844.8 from dispextern.h:137, #12 844.8 from window.h:23, #12 844.8 from nsmenu.m:29: #12 844.8 /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.8 | ^ #12 844.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 844.8 from nsgui.h:34, #12 844.8 from dispextern.h:137, #12 844.8 from window.h:23, #12 844.8 from nsmenu.m:29: #12 844.8 /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.8 | ^ #12 844.8 In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 844.8 from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 844.8 from nsgui.h:34, #12 844.8 from dispextern.h:137, #12 844.8 from window.h:23, #12 844.8 from nsmenu.m:29: #12 844.8 /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.8 | ^ #12 844.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 844.8 from nsgui.h:34, #12 844.8 from dispextern.h:137, #12 844.8 from window.h:23, #12 844.8 from nsmenu.m:29: #12 844.8 /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.8 | ^ #12 844.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 844.8 from nsgui.h:34, #12 844.8 from dispextern.h:137, #12 844.8 from window.h:23, #12 844.8 from nsmenu.m:29: #12 844.8 /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 844.8 | ^ #12 844.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 844.8 from nsgui.h:34, #12 844.8 from dispextern.h:137, #12 844.8 from window.h:23, #12 844.8 from nsmenu.m:29: #12 844.8 /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 844.8 | ^ #12 844.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 844.8 from nsgui.h:34, #12 844.8 from dispextern.h:137, #12 844.8 from window.h:23, #12 844.8 from nsmenu.m:29: #12 844.8 /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.8 | ^ #12 844.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 844.8 from nsgui.h:34, #12 844.8 from dispextern.h:137, #12 844.8 from window.h:23, #12 844.8 from nsmenu.m:29: #12 844.8 /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.8 | ^ #12 844.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 844.8 from nsgui.h:34, #12 844.8 from dispextern.h:137, #12 844.8 from window.h:23, #12 844.8 from nsmenu.m:29: #12 844.8 /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.8 | ^ #12 844.8 In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 844.8 from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 844.8 from nsgui.h:34, #12 844.8 from dispextern.h:137, #12 844.8 from window.h:23, #12 844.8 from nsmenu.m:29: #12 844.8 /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.8 | ^ #12 844.8 /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.8 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.8 | ^ #12 844.9 /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.9 | ^ #12 844.9 /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.9 | ^ #12 844.9 /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.9 | ^ #12 844.9 /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.9 | ^ #12 844.9 /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.9 | ^ #12 844.9 /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 844.9 | ^ #12 844.9 /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 844.9 | ^ #12 844.9 /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.9 | ^ #12 844.9 /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.9 | ^ #12 844.9 /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 844.9 | ^ #12 844.9 /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.9 | ^ #12 844.9 /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.9 | ^ #12 844.9 /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.9 | ^ #12 844.9 /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.9 | ^ #12 844.9 /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.9 | ^ #12 844.9 /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.9 | ^ #12 844.9 /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.9 | ^ #12 844.9 /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 844.9 from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.9 | ^ #12 844.9 /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 844.9 | ^ #12 844.9 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 844.9 | ^ #12 844.9 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.9 | ^ #12 844.9 /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 844.9 from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.9 | ^ #12 844.9 /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.9 | ^ #12 844.9 /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.9 | ^ #12 844.9 /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.9 | ^ #12 844.9 /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.9 | ^ #12 844.9 /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 844.9 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 844.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.9 In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 844.9 from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 844.9 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 844.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.9 | ^ #12 844.9 /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 844.9 | ^ #12 844.9 /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 844.9 | ^ #12 844.9 /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 844.9 | ^ #12 844.9 /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.9 | ^ #12 844.9 /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.9 | ^ #12 844.9 /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.9 | ^ #12 844.9 /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 844.9 | ^ #12 844.9 /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 844.9 | ^ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 844.9 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 844.9 | ^ #12 844.9 /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 844.9 125 | __attribute__((unused)); #12 844.9 | ^~~~~~~~~~~~~ #12 844.9 /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 844.9 129 | __attribute__((unused)); #12 844.9 | ^~~~~~~~~~~~~ #12 844.9 /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 844.9 133 | __attribute__((unused)); #12 844.9 | ^~~~~~~~~~~~~ #12 844.9 /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 844.9 214 | __attribute__((unused)); #12 844.9 | ^~~~~~~~~~~~~ #12 844.9 /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 844.9 247 | __attribute__((unused)); #12 844.9 | ^~~~~~~~~~~~~ #12 844.9 /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 844.9 251 | __attribute__((unused)); #12 844.9 | ^~~~~~~~~~~~~ #12 844.9 /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 844.9 259 | __attribute__((unused)); #12 844.9 | ^~~~~~~~~~~~~ #12 844.9 /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 844.9 263 | __attribute__((unused)); #12 844.9 | ^~~~~~~~~~~~~ #12 844.9 /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 844.9 267 | __attribute__((unused)); #12 844.9 | ^~~~~~~~~~~~~ #12 844.9 /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 844.9 271 | __attribute__((unused)); #12 844.9 | ^~~~~~~~~~~~~ #12 844.9 /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 844.9 275 | __attribute__((unused)); #12 844.9 | ^~~~~~~~~~~~~ #12 844.9 /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 844.9 287 | __attribute__((unused)); #12 844.9 | ^~~~~~~~~~~~~ #12 844.9 /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 844.9 311 | __attribute__((unused)); #12 844.9 | ^~~~~~~~~~~~~ #12 844.9 /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 844.9 323 | __attribute__((unused)); #12 844.9 | ^~~~~~~~~~~~~ #12 844.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 844.9 from nsgui.h:34, #12 844.9 from dispextern.h:137, #12 844.9 from window.h:23, #12 844.9 from nsmenu.m:29: #12 844.9 /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 844.9 493 | PSgsave() #12 844.9 | ^~~~~~~ #12 844.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 844.9 /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 844.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 844.9 /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 844.9 499 | PSgrestore() #12 844.9 | ^~~~~~~~~~ #12 844.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 844.9 /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 844.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 844.9 /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 844.9 505 | PSinitgraphics() #12 844.9 | ^~~~~~~~~~~~~~ #12 844.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 844.9 /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 844.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 844.9 /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 844.9 622 | PSinitmatrix() #12 844.9 | ^~~~~~~~~~~~ #12 844.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 844.9 /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 844.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 845.0 669 | PSclip() #12 845.0 | ^~~~~~ #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 845.0 675 | PSclosepath() #12 845.0 | ^~~~~~~~~~~ #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 845.0 687 | PSeoclip() #12 845.0 | ^~~~~~~~ #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 845.0 693 | PSeofill() #12 845.0 | ^~~~~~~~ #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 845.0 699 | PSfill() #12 845.0 | ^~~~~~ #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 845.0 705 | PSflattenpath() #12 845.0 | ^~~~~~~~~~~~~ #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 845.0 711 | PSinitclip() #12 845.0 | ^~~~~~~~~~ #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 845.0 729 | PSnewpath() #12 845.0 | ^~~~~~~~~ #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 845.0 765 | PSreversepath() #12 845.0 | ^~~~~~~~~~~~~ #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 845.0 783 | PSstroke() #12 845.0 | ^~~~~~~~ #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 845.0 835 | PSWait() #12 845.0 | ^~~~~~ #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 845.0 /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 847.7 CC nsselect.o #12 847.7 cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 847.7 cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 848.3 In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 848.3 from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 848.3 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 848.3 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 848.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.3 from nsgui.h:34, #12 848.3 from dispextern.h:137, #12 848.3 from nsterm.h:22, #12 848.3 from nsselect.m:31: #12 848.3 /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 848.3 | ^ #12 848.3 In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 848.3 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 848.3 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 848.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.3 from nsgui.h:34, #12 848.3 from dispextern.h:137, #12 848.3 from nsterm.h:22, #12 848.3 from nsselect.m:31: #12 848.3 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 848.3 | ^ #12 848.3 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 848.3 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 848.3 | ^~~~~~~~~~~~~~~~~~~~ #12 848.3 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 848.3 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 848.3 | ^~~~~~~~~~~~~~~~~~~~ #12 848.3 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 848.3 | ^ #12 848.3 In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 848.3 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 848.3 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 848.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.3 from nsgui.h:34, #12 848.3 from dispextern.h:137, #12 848.3 from nsterm.h:22, #12 848.3 from nsselect.m:31: #12 848.3 /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 848.3 | ^ #12 848.3 /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 848.3 | ^ #12 848.3 In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 848.3 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 848.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.3 from nsgui.h:34, #12 848.3 from dispextern.h:137, #12 848.3 from nsterm.h:22, #12 848.3 from nsselect.m:31: #12 848.3 /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 848.3 | ^ #12 848.3 /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.3 | ^ #12 848.3 /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 848.3 | ^ #12 848.3 /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.3 | ^ #12 848.3 /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 848.3 | ^ #12 848.3 /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 848.3 | ^ #12 848.3 In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 848.3 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 848.3 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 848.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.3 from nsgui.h:34, #12 848.3 from dispextern.h:137, #12 848.3 from nsterm.h:22, #12 848.3 from nsselect.m:31: #12 848.3 /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.3 | ^ #12 848.3 /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 848.3 | ^ #12 848.3 /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 848.3 | ^ #12 848.3 /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.3 | ^ #12 848.3 In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 848.3 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 848.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.3 from nsgui.h:34, #12 848.3 from dispextern.h:137, #12 848.3 from nsterm.h:22, #12 848.3 from nsselect.m:31: #12 848.3 /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.3 | ^ #12 848.3 In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 848.3 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 848.3 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 848.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.3 from nsgui.h:34, #12 848.3 from dispextern.h:137, #12 848.3 from nsterm.h:22, #12 848.3 from nsselect.m:31: #12 848.3 /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 848.3 | ^ #12 848.3 In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 848.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.3 from nsgui.h:34, #12 848.3 from dispextern.h:137, #12 848.3 from nsterm.h:22, #12 848.3 from nsselect.m:31: #12 848.3 /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 848.3 | ^ #12 848.3 /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 848.3 | ^ #12 848.3 In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 848.3 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 848.3 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 848.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.3 from nsgui.h:34, #12 848.3 from dispextern.h:137, #12 848.3 from nsterm.h:22, #12 848.3 from nsselect.m:31: #12 848.3 /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 848.3 | ^ #12 848.3 /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 848.3 | ^ #12 848.3 /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 848.3 | ^ #12 848.3 /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 88 | #if GS_API_VERSION(0,011500) #12 848.3 | ^ #12 848.3 /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 848.3 | ^ #12 848.3 /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 848.3 | ^ #12 848.3 /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 848.3 | ^ #12 848.3 /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 848.3 | ^ #12 848.3 /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 848.3 | ^ #12 848.3 /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 848.3 | ^ #12 848.3 /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 848.3 | ^ #12 848.3 In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 848.3 from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 848.3 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 848.3 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 848.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.3 from nsgui.h:34, #12 848.3 from dispextern.h:137, #12 848.3 from nsterm.h:22, #12 848.3 from nsselect.m:31: #12 848.3 /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 848.3 | ^ #12 848.3 In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 848.3 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 848.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.3 from nsgui.h:34, #12 848.3 from dispextern.h:137, #12 848.3 from nsterm.h:22, #12 848.3 from nsselect.m:31: #12 848.3 /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 848.3 | ^ #12 848.3 /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 848.3 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 848.3 | ^~~~~~~~~~ #12 848.3 In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 848.3 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 848.3 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 848.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.3 from nsgui.h:34, #12 848.3 from dispextern.h:137, #12 848.3 from nsterm.h:22, #12 848.3 from nsselect.m:31: #12 848.3 /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 848.3 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 848.3 | ^~~~~~~~~~ #12 848.3 In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 848.3 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 848.3 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 848.3 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 848.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.3 from nsgui.h:34, #12 848.3 from dispextern.h:137, #12 848.3 from nsterm.h:22, #12 848.3 from nsselect.m:31: #12 848.3 /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.3 | ^ #12 848.3 In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 848.3 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 848.3 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 848.3 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.3 from nsgui.h:34, #12 848.3 from dispextern.h:137, #12 848.3 from nsterm.h:22, #12 848.3 from nsselect.m:31: #12 848.3 /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 848.3 | ^ #12 848.3 /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.3 | ^ #12 848.3 /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 848.3 | ^ #12 848.3 /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 848.3 | ^ #12 848.3 /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 848.3 | ^ #12 848.3 /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 848.3 | ^ #12 848.3 /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 848.3 | ^ #12 848.3 /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 848.3 | ^ #12 848.3 /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 848.3 | ^ #12 848.3 /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 848.3 | ^ #12 848.3 /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 848.3 | ^ #12 848.3 /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.3 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 848.3 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 848.4 | ^ #12 848.4 In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 848.4 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 848.4 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 848.4 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 848.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.4 from nsgui.h:34, #12 848.4 from dispextern.h:137, #12 848.4 from nsterm.h:22, #12 848.4 from nsselect.m:31: #12 848.4 /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 848.4 | ^ #12 848.4 In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 848.4 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 848.4 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 848.4 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 848.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.4 from nsgui.h:34, #12 848.4 from dispextern.h:137, #12 848.4 from nsterm.h:22, #12 848.4 from nsselect.m:31: #12 848.4 /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 848.4 | ^ #12 848.4 In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 848.4 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 848.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.4 from nsgui.h:34, #12 848.4 from dispextern.h:137, #12 848.4 from nsterm.h:22, #12 848.4 from nsselect.m:31: #12 848.4 /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.4 | ^ #12 848.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 848.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.4 from nsgui.h:34, #12 848.4 from dispextern.h:137, #12 848.4 from nsterm.h:22, #12 848.4 from nsselect.m:31: #12 848.4 /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 46 | #if GS_EXPOSE(NSAffineTransform) #12 848.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 848.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.4 from nsgui.h:34, #12 848.4 from dispextern.h:137, #12 848.4 from nsterm.h:22, #12 848.4 from nsselect.m:31: #12 848.4 /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 848.4 | ^ #12 848.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 848.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.4 from nsgui.h:34, #12 848.4 from dispextern.h:137, #12 848.4 from nsterm.h:22, #12 848.4 from nsselect.m:31: #12 848.4 /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 848.4 | ^ #12 848.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 848.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.4 from nsgui.h:34, #12 848.4 from dispextern.h:137, #12 848.4 from nsterm.h:22, #12 848.4 from nsselect.m:31: #12 848.4 /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 848.4 | ^ #12 848.4 In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 848.4 from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 848.4 from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 848.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.4 from nsgui.h:34, #12 848.4 from dispextern.h:137, #12 848.4 from nsterm.h:22, #12 848.4 from nsselect.m:31: #12 848.4 /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 848.4 | ^ #12 848.4 In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 848.4 from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 848.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.4 from nsgui.h:34, #12 848.4 from dispextern.h:137, #12 848.4 from nsterm.h:22, #12 848.4 from nsselect.m:31: #12 848.4 /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 848.4 | ^ #12 848.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 848.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.4 from nsgui.h:34, #12 848.4 from dispextern.h:137, #12 848.4 from nsterm.h:22, #12 848.4 from nsselect.m:31: #12 848.4 /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 45 | #if GS_EXPOSE(NSArchiver) #12 848.4 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 848.4 /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 164 | #if GS_EXPOSE(NSUnarchiver) #12 848.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.4 /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 848.4 | ^ #12 848.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 848.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.4 from nsgui.h:34, #12 848.4 from dispextern.h:137, #12 848.4 from nsterm.h:22, #12 848.4 from nsselect.m:31: #12 848.4 /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 848.4 | ^ #12 848.4 In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 848.4 from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 848.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.4 from nsgui.h:34, #12 848.4 from dispextern.h:137, #12 848.4 from nsterm.h:22, #12 848.4 from nsselect.m:31: #12 848.4 /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 848.4 | ^ #12 848.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 848.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.4 from nsgui.h:34, #12 848.4 from dispextern.h:137, #12 848.4 from nsterm.h:22, #12 848.4 from nsselect.m:31: #12 848.4 /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.4 | ^ #12 848.4 In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 848.4 from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 848.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.4 from nsgui.h:34, #12 848.4 from dispextern.h:137, #12 848.4 from nsterm.h:22, #12 848.4 from nsselect.m:31: #12 848.4 /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.4 | ^ #12 848.4 In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 848.4 from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 848.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.4 from nsgui.h:34, #12 848.4 from dispextern.h:137, #12 848.4 from nsterm.h:22, #12 848.4 from nsselect.m:31: #12 848.4 /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 848.4 | ^ #12 848.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 848.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.4 from nsgui.h:34, #12 848.4 from dispextern.h:137, #12 848.4 from nsterm.h:22, #12 848.4 from nsselect.m:31: #12 848.4 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 848.4 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.4 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 848.4 | ^ #12 848.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 848.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.4 from nsgui.h:34, #12 848.4 from dispextern.h:137, #12 848.4 from nsterm.h:22, #12 848.4 from nsselect.m:31: #12 848.4 /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 848.4 | ^ #12 848.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 848.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.4 from nsgui.h:34, #12 848.4 from dispextern.h:137, #12 848.4 from nsterm.h:22, #12 848.4 from nsselect.m:31: #12 848.4 /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 114 | #if GS_EXPOSE(NSBundle) #12 848.4 | ^~~~~~~~~~~~~~~~~~~~~ #12 848.4 /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 848.4 | ^ #12 848.4 /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 848.4 | ^ #12 848.4 In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 848.4 from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 848.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.4 from nsgui.h:34, #12 848.4 from dispextern.h:137, #12 848.4 from nsterm.h:22, #12 848.4 from nsselect.m:31: #12 848.4 /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.4 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 848.4 | ^ #12 848.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 848.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.5 from nsgui.h:34, #12 848.5 from dispextern.h:137, #12 848.5 from nsterm.h:22, #12 848.5 from nsselect.m:31: #12 848.5 /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 43 | #if GS_EXPOSE(NSCache) #12 848.5 | ^~~~~~~~~~~~~~~~~~~~ #12 848.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 848.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.5 from nsgui.h:34, #12 848.5 from dispextern.h:137, #12 848.5 from nsterm.h:22, #12 848.5 from nsselect.m:31: #12 848.5 /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 848.5 | ^ #12 848.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 848.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.5 from nsgui.h:34, #12 848.5 from dispextern.h:137, #12 848.5 from nsterm.h:22, #12 848.5 from nsselect.m:31: #12 848.5 /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 37 | #if GS_EXPOSE(NSCalendarDate) #12 848.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.5 /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 848.5 | ^ #12 848.5 In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 848.5 from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 848.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.5 from nsgui.h:34, #12 848.5 from dispextern.h:137, #12 848.5 from nsterm.h:22, #12 848.5 from nsselect.m:31: #12 848.5 /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 848.5 | ^ #12 848.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 848.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.5 from nsgui.h:34, #12 848.5 from dispextern.h:137, #12 848.5 from nsterm.h:22, #12 848.5 from nsselect.m:31: #12 848.5 /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.5 | ^ #12 848.5 In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 848.5 from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 848.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.5 from nsgui.h:34, #12 848.5 from dispextern.h:137, #12 848.5 from nsterm.h:22, #12 848.5 from nsselect.m:31: #12 848.5 /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 113 | #if GS_EXPOSE(NSException) #12 848.5 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 848.5 /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 848.5 303 | NSGetUncaughtExceptionHandler(); #12 848.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 848.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.5 from nsgui.h:34, #12 848.5 from dispextern.h:137, #12 848.5 from nsterm.h:22, #12 848.5 from nsselect.m:31: #12 848.5 /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.5 | ^ #12 848.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 848.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.5 from nsgui.h:34, #12 848.5 from dispextern.h:137, #12 848.5 from nsterm.h:22, #12 848.5 from nsselect.m:31: #12 848.5 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 848.5 | ^ #12 848.5 In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 848.5 from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 848.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.5 from nsgui.h:34, #12 848.5 from dispextern.h:137, #12 848.5 from nsterm.h:22, #12 848.5 from nsselect.m:31: #12 848.5 /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 53 | #if GS_EXPOSE(NSExpression) #12 848.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.5 In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 848.5 from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 848.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.5 from nsgui.h:34, #12 848.5 from dispextern.h:137, #12 848.5 from nsterm.h:22, #12 848.5 from nsselect.m:31: #12 848.5 /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 848.5 | ^ #12 848.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 848.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.5 from nsgui.h:34, #12 848.5 from dispextern.h:137, #12 848.5 from nsterm.h:22, #12 848.5 from nsselect.m:31: #12 848.5 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 848.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 848.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.5 from nsgui.h:34, #12 848.5 from dispextern.h:137, #12 848.5 from nsterm.h:22, #12 848.5 from nsselect.m:31: #12 848.5 /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 848.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.5 In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 848.5 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 848.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.5 from nsgui.h:34, #12 848.5 from dispextern.h:137, #12 848.5 from nsterm.h:22, #12 848.5 from nsselect.m:31: #12 848.5 /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 47 | #if GS_EXPOSE(NSTimer) #12 848.5 | ^~~~~~~~~~~~~~~~~~~~ #12 848.5 /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 848.5 | ^ #12 848.5 In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 848.5 from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 848.5 from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 848.5 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 848.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.5 from nsgui.h:34, #12 848.5 from dispextern.h:137, #12 848.5 from nsterm.h:22, #12 848.5 from nsselect.m:31: #12 848.5 /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 848.5 | ^ #12 848.5 In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 848.5 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 848.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.5 from nsgui.h:34, #12 848.5 from dispextern.h:137, #12 848.5 from nsterm.h:22, #12 848.5 from nsselect.m:31: #12 848.5 /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 46 | #if GS_EXPOSE(NSRunLoop) #12 848.5 | ^~~~~~~~~~~~~~~~~~~~~~ #12 848.5 /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 848.5 | ^ #12 848.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 848.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.5 from nsgui.h:34, #12 848.5 from dispextern.h:137, #12 848.5 from nsterm.h:22, #12 848.5 from nsselect.m:31: #12 848.5 /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 848.5 | ^ #12 848.5 In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 848.5 from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 848.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.5 from nsgui.h:34, #12 848.5 from dispextern.h:137, #12 848.5 from nsterm.h:22, #12 848.5 from nsselect.m:31: #12 848.5 /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 848.5 | ^ #12 848.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 848.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.5 from nsgui.h:34, #12 848.5 from dispextern.h:137, #12 848.5 from nsterm.h:22, #12 848.5 from nsselect.m:31: #12 848.5 /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 848.5 | ^ #12 848.5 In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 848.5 from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 848.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.5 from nsgui.h:34, #12 848.5 from dispextern.h:137, #12 848.5 from nsterm.h:22, #12 848.5 from nsselect.m:31: #12 848.5 /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 848.5 | ^ #12 848.5 In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 848.5 from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 848.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.5 from nsgui.h:34, #12 848.5 from dispextern.h:137, #12 848.5 from nsterm.h:22, #12 848.5 from nsselect.m:31: #12 848.5 /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.5 | ^ #12 848.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 848.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.5 from nsgui.h:34, #12 848.5 from dispextern.h:137, #12 848.5 from nsterm.h:22, #12 848.5 from nsselect.m:31: #12 848.5 /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 848.5 | ^ #12 848.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 848.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.5 from nsgui.h:34, #12 848.5 from dispextern.h:137, #12 848.5 from nsterm.h:22, #12 848.5 from nsselect.m:31: #12 848.5 /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 127 | #if GS_EXPOSE(NSDateFormatter) #12 848.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.5 /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.5 | ^ #12 848.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 848.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.5 from nsgui.h:34, #12 848.5 from dispextern.h:137, #12 848.5 from nsterm.h:22, #12 848.5 from nsselect.m:31: #12 848.5 /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 848.5 | ^ #12 848.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 848.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.5 from nsgui.h:34, #12 848.5 from dispextern.h:137, #12 848.5 from nsterm.h:22, #12 848.5 from nsselect.m:31: #12 848.5 /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 848.5 | ^ #12 848.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 848.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.5 from nsgui.h:34, #12 848.5 from dispextern.h:137, #12 848.5 from nsterm.h:22, #12 848.5 from nsselect.m:31: #12 848.5 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.5 | ^ #12 848.5 In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 848.5 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 848.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.5 from nsgui.h:34, #12 848.5 from dispextern.h:137, #12 848.5 from nsterm.h:22, #12 848.5 from nsselect.m:31: #12 848.5 /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.5 | ^ #12 848.5 In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 848.5 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 848.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.5 from nsgui.h:34, #12 848.5 from dispextern.h:137, #12 848.5 from nsterm.h:22, #12 848.5 from nsselect.m:31: #12 848.5 /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 848.5 | ^ #12 848.5 In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 848.5 from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 848.5 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 848.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.5 from nsgui.h:34, #12 848.5 from dispextern.h:137, #12 848.5 from nsterm.h:22, #12 848.5 from nsselect.m:31: #12 848.5 /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 848.5 | ^ #12 848.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 848.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.5 from nsgui.h:34, #12 848.5 from dispextern.h:137, #12 848.5 from nsterm.h:22, #12 848.5 from nsselect.m:31: #12 848.5 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 848.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.5 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 192 | #if GS_EXPOSE(NSDecimalNumber) #12 848.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 848.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.5 from nsgui.h:34, #12 848.5 from dispextern.h:137, #12 848.5 from nsterm.h:22, #12 848.5 from nsselect.m:31: #12 848.5 /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 40 | #if GS_EXPOSE(NSDistantObject) #12 848.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 848.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.5 from nsgui.h:34, #12 848.5 from dispextern.h:137, #12 848.5 from nsterm.h:22, #12 848.5 from nsselect.m:31: #12 848.5 /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 41 | #if GS_EXPOSE(NSDistributedLock) #12 848.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 848.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.5 from nsgui.h:34, #12 848.5 from dispextern.h:137, #12 848.5 from nsterm.h:22, #12 848.5 from nsselect.m:31: #12 848.5 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.5 | ^ #12 848.5 In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 848.5 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 848.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.5 from nsgui.h:34, #12 848.5 from dispextern.h:137, #12 848.5 from nsterm.h:22, #12 848.5 from nsselect.m:31: #12 848.5 /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 74 | #if GS_EXPOSE(NSLock) #12 848.5 | ^~~~~~~~~~~~~~~~~~~ #12 848.5 /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 125 | #if GS_EXPOSE(NSCondition) #12 848.5 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 848.5 /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 175 | #if GS_EXPOSE(NSConditionLock) #12 848.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.5 /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 848.5 | ^ #12 848.5 /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 275 | #if GS_EXPOSE(NSRecursiveLock) #12 848.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.5 /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 848.5 | ^ #12 848.5 In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 848.5 from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 848.5 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 848.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.5 from nsgui.h:34, #12 848.5 from dispextern.h:137, #12 848.5 from nsterm.h:22, #12 848.5 from nsselect.m:31: #12 848.5 /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.5 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 848.5 | ^ #12 848.6 In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 848.6 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 848.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.6 from nsgui.h:34, #12 848.6 from dispextern.h:137, #12 848.6 from nsterm.h:22, #12 848.6 from nsselect.m:31: #12 848.6 /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 71 | #if GS_EXPOSE(NSNotificationCenter) #12 848.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.6 /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.6 | ^ #12 848.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 848.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.6 from nsgui.h:34, #12 848.6 from dispextern.h:137, #12 848.6 from nsterm.h:22, #12 848.6 from nsselect.m:31: #12 848.6 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 848.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 848.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.6 from nsgui.h:34, #12 848.6 from dispextern.h:137, #12 848.6 from nsterm.h:22, #12 848.6 from nsselect.m:31: #12 848.6 /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 848.6 | ^ #12 848.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 848.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.6 from nsgui.h:34, #12 848.6 from dispextern.h:137, #12 848.6 from nsterm.h:22, #12 848.6 from nsselect.m:31: #12 848.6 /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 134 | #if GS_EXPOSE(NSError) #12 848.6 | ^~~~~~~~~~~~~~~~~~~~ #12 848.6 /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 848.6 | ^ #12 848.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 848.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.6 from nsgui.h:34, #12 848.6 from dispextern.h:137, #12 848.6 from nsterm.h:22, #12 848.6 from nsselect.m:31: #12 848.6 /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 848.6 | ^ #12 848.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 848.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.6 from nsgui.h:34, #12 848.6 from dispextern.h:137, #12 848.6 from nsterm.h:22, #12 848.6 from nsselect.m:31: #12 848.6 /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 848.6 | ^ #12 848.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 848.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.6 from nsgui.h:34, #12 848.6 from dispextern.h:137, #12 848.6 from nsterm.h:22, #12 848.6 from nsselect.m:31: #12 848.6 /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 848.6 | ^ #12 848.6 In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 848.6 from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 848.6 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 848.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.6 from nsgui.h:34, #12 848.6 from dispextern.h:137, #12 848.6 from nsterm.h:22, #12 848.6 from nsselect.m:31: #12 848.6 /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 182 | #if GS_EXPOSE(NSURLHandle) #12 848.6 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 848.6 /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 848.6 | ^ #12 848.6 In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 848.6 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 848.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.6 from nsgui.h:34, #12 848.6 from dispextern.h:137, #12 848.6 from nsterm.h:22, #12 848.6 from nsselect.m:31: #12 848.6 /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 73 | #if GS_EXPOSE(NSURL) #12 848.6 | ^~~~~~~~~~~~~~~~~~ #12 848.6 /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 848.6 | ^ #12 848.6 In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 848.6 from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 848.6 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 848.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.6 from nsgui.h:34, #12 848.6 from dispextern.h:137, #12 848.6 from nsterm.h:22, #12 848.6 from nsselect.m:31: #12 848.6 /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 848.6 | ^ #12 848.6 In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 848.6 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 848.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.6 from nsgui.h:34, #12 848.6 from dispextern.h:137, #12 848.6 from nsterm.h:22, #12 848.6 from nsselect.m:31: #12 848.6 /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 599 | #if GS_EXPOSE(NSURLQueryItem) #12 848.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.6 /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 633 | #if GS_EXPOSE(NSURLComponents) #12 848.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.6 /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 848.6 | ^ #12 848.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 848.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.6 from nsgui.h:34, #12 848.6 from dispextern.h:137, #12 848.6 from nsterm.h:22, #12 848.6 from nsselect.m:31: #12 848.6 /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 848.6 | ^ #12 848.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 848.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.6 from nsgui.h:34, #12 848.6 from dispextern.h:137, #12 848.6 from nsterm.h:22, #12 848.6 from nsselect.m:31: #12 848.6 /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 160 | #if GS_EXPOSE(NSPipe) #12 848.6 | ^~~~~~~~~~~~~~~~~~~ #12 848.6 /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 848.6 | ^ #12 848.6 In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 848.6 from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 848.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.6 from nsgui.h:34, #12 848.6 from dispextern.h:137, #12 848.6 from nsterm.h:22, #12 848.6 from nsselect.m:31: #12 848.6 /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 848.6 | ^ #12 848.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 848.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.6 from nsgui.h:34, #12 848.6 from dispextern.h:137, #12 848.6 from nsterm.h:22, #12 848.6 from nsselect.m:31: #12 848.6 /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.6 | ^ #12 848.6 In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 848.6 from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 848.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.6 from nsgui.h:34, #12 848.6 from dispextern.h:137, #12 848.6 from nsterm.h:22, #12 848.6 from nsselect.m:31: #12 848.6 /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 848.6 | ^ #12 848.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 848.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.6 from nsgui.h:34, #12 848.6 from dispextern.h:137, #12 848.6 from nsterm.h:22, #12 848.6 from nsselect.m:31: #12 848.6 /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 215 | #if GS_EXPOSE(NSFileManager) #12 848.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.6 /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 848.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.6 /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 848.6 | ^ #12 848.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 848.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.6 from nsgui.h:34, #12 848.6 from dispextern.h:137, #12 848.6 from nsterm.h:22, #12 848.6 from nsselect.m:31: #12 848.6 /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 848.6 | ^ #12 848.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 848.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.6 from nsgui.h:34, #12 848.6 from dispextern.h:137, #12 848.6 from nsterm.h:22, #12 848.6 from nsselect.m:31: #12 848.6 /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 848.6 | ^ #12 848.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 848.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.6 from nsgui.h:34, #12 848.6 from dispextern.h:137, #12 848.6 from nsterm.h:22, #12 848.6 from nsselect.m:31: #12 848.6 /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.6 | ^ #12 848.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 848.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.6 from nsgui.h:34, #12 848.6 from dispextern.h:137, #12 848.6 from nsterm.h:22, #12 848.6 from nsselect.m:31: #12 848.6 /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 848.6 | ^ #12 848.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 848.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.6 from nsgui.h:34, #12 848.6 from dispextern.h:137, #12 848.6 from nsterm.h:22, #12 848.6 from nsselect.m:31: #12 848.6 /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 848.6 | ^ #12 848.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 848.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.6 from nsgui.h:34, #12 848.6 from dispextern.h:137, #12 848.6 from nsterm.h:22, #12 848.6 from nsselect.m:31: #12 848.6 /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 42 | #if GS_EXPOSE(NSHost) #12 848.6 | ^~~~~~~~~~~~~~~~~~~ #12 848.6 /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 848.6 | ^ #12 848.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 848.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.6 from nsgui.h:34, #12 848.6 from dispextern.h:137, #12 848.6 from nsterm.h:22, #12 848.6 from nsselect.m:31: #12 848.6 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 68 | #if GS_EXPOSE(NSHTTPCookie) #12 848.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.6 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 848.6 | ^ #12 848.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 848.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.6 from nsgui.h:34, #12 848.6 from dispextern.h:137, #12 848.6 from nsterm.h:22, #12 848.6 from nsselect.m:31: #12 848.6 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 848.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 848.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.6 from nsgui.h:34, #12 848.6 from dispextern.h:137, #12 848.6 from nsterm.h:22, #12 848.6 from nsselect.m:31: #12 848.6 /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 47 | #if GS_EXPOSE(NSIndexPath) #12 848.6 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 848.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 848.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.6 from nsgui.h:34, #12 848.6 from dispextern.h:137, #12 848.6 from nsterm.h:22, #12 848.6 from nsselect.m:31: #12 848.6 /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 49 | #if GS_EXPOSE(NSIndexSet) #12 848.6 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 848.6 /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 848.6 | ^ #12 848.6 In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 848.6 from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 848.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.6 from nsgui.h:34, #12 848.6 from dispextern.h:137, #12 848.6 from nsterm.h:22, #12 848.6 from nsselect.m:31: #12 848.6 /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 52 | #if GS_EXPOSE(NSMethodSignature) #12 848.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 848.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.6 from nsgui.h:34, #12 848.6 from dispextern.h:137, #12 848.6 from nsterm.h:22, #12 848.6 from nsselect.m:31: #12 848.6 /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 38 | #if GS_EXPOSE(NSInvocation) #12 848.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.6 /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 848.6 | ^ #12 848.6 In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 848.6 from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 848.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.6 from nsgui.h:34, #12 848.6 from dispextern.h:137, #12 848.6 from nsterm.h:22, #12 848.6 from nsselect.m:31: #12 848.6 /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.6 | ^ #12 848.6 /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.6 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.6 | ^ #12 848.7 /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.7 | ^ #12 848.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 848.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.7 from nsgui.h:34, #12 848.7 from dispextern.h:137, #12 848.7 from nsterm.h:22, #12 848.7 from nsselect.m:31: #12 848.7 /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 848.7 | ^ #12 848.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 848.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.7 from nsgui.h:34, #12 848.7 from dispextern.h:137, #12 848.7 from nsterm.h:22, #12 848.7 from nsselect.m:31: #12 848.7 /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 848.7 | ^ #12 848.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 848.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.7 from nsgui.h:34, #12 848.7 from dispextern.h:137, #12 848.7 from nsterm.h:22, #12 848.7 from nsselect.m:31: #12 848.7 /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 848.7 | ^ #12 848.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 848.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.7 from nsgui.h:34, #12 848.7 from dispextern.h:137, #12 848.7 from nsterm.h:22, #12 848.7 from nsselect.m:31: #12 848.7 /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 848.7 | ^ #12 848.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 848.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.7 from nsgui.h:34, #12 848.7 from dispextern.h:137, #12 848.7 from nsterm.h:22, #12 848.7 from nsselect.m:31: #12 848.7 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.7 | ^ #12 848.7 In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 848.7 from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 848.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.7 from nsgui.h:34, #12 848.7 from dispextern.h:137, #12 848.7 from nsterm.h:22, #12 848.7 from nsselect.m:31: #12 848.7 /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.7 | ^ #12 848.7 /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 848.7 | ^ #12 848.7 In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 848.7 from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 848.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.7 from nsgui.h:34, #12 848.7 from dispextern.h:137, #12 848.7 from nsterm.h:22, #12 848.7 from nsselect.m:31: #12 848.7 /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 848.7 | ^ #12 848.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 848.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.7 from nsgui.h:34, #12 848.7 from dispextern.h:137, #12 848.7 from nsterm.h:22, #12 848.7 from nsselect.m:31: #12 848.7 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 848.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.7 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 848.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 848.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.7 from nsgui.h:34, #12 848.7 from dispextern.h:137, #12 848.7 from nsterm.h:22, #12 848.7 from nsselect.m:31: #12 848.7 /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.7 | ^ #12 848.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 848.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.7 from nsgui.h:34, #12 848.7 from dispextern.h:137, #12 848.7 from nsterm.h:22, #12 848.7 from nsselect.m:31: #12 848.7 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 848.7 | ^ #12 848.7 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 848.7 | ^ #12 848.7 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 848.7 | ^ #12 848.7 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 848.7 | ^ #12 848.7 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 848.7 | ^ #12 848.7 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 848.7 | ^ #12 848.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 848.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.7 from nsgui.h:34, #12 848.7 from dispextern.h:137, #12 848.7 from nsterm.h:22, #12 848.7 from nsselect.m:31: #12 848.7 /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 848.7 | ^ #12 848.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 848.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.7 from nsgui.h:34, #12 848.7 from dispextern.h:137, #12 848.7 from nsterm.h:22, #12 848.7 from nsselect.m:31: #12 848.7 /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 848.7 | ^ #12 848.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 848.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.7 from nsgui.h:34, #12 848.7 from dispextern.h:137, #12 848.7 from nsterm.h:22, #12 848.7 from nsselect.m:31: #12 848.7 /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 848.7 | ^ #12 848.7 /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.7 | ^ #12 848.7 /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.7 | ^ #12 848.7 /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 103 | #if GS_EXPOSE(NSLocale) #12 848.7 | ^~~~~~~~~~~~~~~~~~~~~ #12 848.7 /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 848.7 | ^ #12 848.7 /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 848.7 | ^ #12 848.7 /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.7 | ^ #12 848.7 /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.7 | ^ #12 848.7 /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 848.7 | ^ #12 848.7 /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.7 | ^ #12 848.7 /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 848.7 | ^ #12 848.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 848.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.7 from nsgui.h:34, #12 848.7 from dispextern.h:137, #12 848.7 from nsterm.h:22, #12 848.7 from nsselect.m:31: #12 848.7 /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 848.7 | ^ #12 848.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 848.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.7 from nsgui.h:34, #12 848.7 from dispextern.h:137, #12 848.7 from nsterm.h:22, #12 848.7 from nsselect.m:31: #12 848.7 /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 848.7 | ^ #12 848.7 In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 848.7 from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 848.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.7 from nsgui.h:34, #12 848.7 from dispextern.h:137, #12 848.7 from nsterm.h:22, #12 848.7 from nsselect.m:31: #12 848.7 /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 848.7 | ^ #12 848.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 848.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.7 from nsgui.h:34, #12 848.7 from dispextern.h:137, #12 848.7 from nsterm.h:22, #12 848.7 from nsselect.m:31: #12 848.7 /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 40 | #if GS_EXPOSE(NSMetadataItem) #12 848.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.7 /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 66 | #if GS_EXPOSE(NSMetadataQuery) #12 848.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.7 /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 848.7 | ^ #12 848.7 /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 848.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.7 /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 848.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 848.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.7 from nsgui.h:34, #12 848.7 from dispextern.h:137, #12 848.7 from nsterm.h:22, #12 848.7 from nsselect.m:31: #12 848.7 /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 112 | #if GS_EXPOSE(NSNotificationQueue) #12 848.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 848.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.7 from nsgui.h:34, #12 848.7 from dispextern.h:137, #12 848.7 from nsterm.h:22, #12 848.7 from nsselect.m:31: #12 848.7 /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 848.7 | ^ #12 848.7 /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 848.7 | ^ #12 848.7 /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 848.7 | ^ #12 848.7 /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 848.7 | ^ #12 848.7 /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 361 | #if GS_EXPOSE(NSNetService) #12 848.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.7 /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 848.7 | ^ #12 848.7 /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 848.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 848.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.7 from nsgui.h:34, #12 848.7 from dispextern.h:137, #12 848.7 from nsterm.h:22, #12 848.7 from nsselect.m:31: #12 848.7 /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.7 | ^ #12 848.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 848.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.7 from nsgui.h:34, #12 848.7 from dispextern.h:137, #12 848.7 from nsterm.h:22, #12 848.7 from nsselect.m:31: #12 848.7 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.7 | ^ #12 848.7 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 848.7 | ^ #12 848.7 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 123 | #if GS_EXPOSE(NSNumberFormatter) #12 848.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.7 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 848.7 | ^ #12 848.7 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 848.7 | ^ #12 848.7 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.7 | ^ #12 848.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 848.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.7 from nsgui.h:34, #12 848.7 from dispextern.h:137, #12 848.7 from nsterm.h:22, #12 848.7 from nsselect.m:31: #12 848.7 /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 848.7 | ^ #12 848.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 848.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.7 from nsgui.h:34, #12 848.7 from dispextern.h:137, #12 848.7 from nsterm.h:22, #12 848.7 from nsselect.m:31: #12 848.7 /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 848.7 | ^ #12 848.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 848.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.7 from nsgui.h:34, #12 848.7 from dispextern.h:137, #12 848.7 from nsterm.h:22, #12 848.7 from nsselect.m:31: #12 848.7 /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.7 | ^ #12 848.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 848.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.7 from nsgui.h:34, #12 848.7 from dispextern.h:137, #12 848.7 from nsterm.h:22, #12 848.7 from nsselect.m:31: #12 848.7 /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 848.7 | ^ #12 848.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 848.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.7 from nsgui.h:34, #12 848.7 from dispextern.h:137, #12 848.7 from nsterm.h:22, #12 848.7 from nsselect.m:31: #12 848.7 /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 848.7 | ^ #12 848.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 848.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.7 from nsgui.h:34, #12 848.7 from dispextern.h:137, #12 848.7 from nsterm.h:22, #12 848.7 from nsselect.m:31: #12 848.7 /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 848.7 | ^ #12 848.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 848.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.7 from nsgui.h:34, #12 848.7 from dispextern.h:137, #12 848.7 from nsterm.h:22, #12 848.7 from nsselect.m:31: #12 848.7 /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 53 | #if GS_EXPOSE(NSPortCoder) #12 848.7 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 848.7 In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 848.7 from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 848.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.7 from nsgui.h:34, #12 848.7 from dispextern.h:137, #12 848.7 from nsterm.h:22, #12 848.7 from nsselect.m:31: #12 848.7 /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 77 | #if GS_EXPOSE(NSPort) #12 848.7 | ^~~~~~~~~~~~~~~~~~~ #12 848.7 /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.7 | ^ #12 848.7 /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.7 | ^ #12 848.7 /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 202 | #if GS_EXPOSE(NSSocketPort) #12 848.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.7 /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 284 | #if GS_EXPOSE(NSMessagePort) #12 848.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 848.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.7 from nsgui.h:34, #12 848.7 from dispextern.h:137, #12 848.7 from nsterm.h:22, #12 848.7 from nsselect.m:31: #12 848.7 /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 47 | #if GS_EXPOSE(NSPortMessage) #12 848.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 848.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.7 from nsgui.h:34, #12 848.7 from dispextern.h:137, #12 848.7 from nsterm.h:22, #12 848.7 from nsselect.m:31: #12 848.7 /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 848.7 | ^ #12 848.7 /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 848.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 848.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.7 from nsgui.h:34, #12 848.7 from dispextern.h:137, #12 848.7 from nsterm.h:22, #12 848.7 from nsselect.m:31: #12 848.7 /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 848.7 | ^ #12 848.7 /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.7 53 | #if GS_EXPOSE(NSProgress) #12 848.7 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 40 | #if GS_EXPOSE(NSProtocolChecker) #12 848.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 91 | #if GS_EXPOSE(NSRegularExpression) #12 848.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 42 | #if GS_EXPOSE(NSScanner) #12 848.8 | ^~~~~~~~~~~~~~~~~~~~~~ #12 848.8 /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 848.8 | ^ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 848.8 | ^ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 848.8 | ^ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 848.8 | ^ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 848.8 | ^ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 848.8 | ^ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 848.8 | ^ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 848.8 | ^ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 848.8 | ^ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 848.8 | ^ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 48 | #if GS_EXPOSE(NSSortDescriptor) #12 848.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.8 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 848.8 | ^ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 58 | #if GS_EXPOSE(NSSpellServer) #12 848.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.8 /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 848.8 | ^ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 848.8 | ^ #12 848.8 In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 848.8 from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 848.8 | ^ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 51 | #if GS_EXPOSE(NSTask) #12 848.8 | ^~~~~~~~~~~~~~~~~~~ #12 848.8 /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 848.8 | ^ #12 848.8 In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 848.8 from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 848.8 | ^ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.8 | ^ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 59 | #if GS_EXPOSE(NSThread) #12 848.8 | ^~~~~~~~~~~~~~~~~~~~~ #12 848.8 /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 848.8 | ^ #12 848.8 In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 848.8 from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 848.8 | ^ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 848.8 | ^ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 848.8 | ^ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 87 | #if GS_EXPOSE(NSUndoManager) #12 848.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 848.8 | ^ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 848.8 | ^ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 848.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 848.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.8 /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 105 | #if GS_EXPOSE(NSURLCache) #12 848.8 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 48 | #if GS_EXPOSE(NSURLConnection) #12 848.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.8 /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 848.8 | ^ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 56 | #if GS_EXPOSE(NSURLCredential) #12 848.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 848.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 49 | #if GS_EXPOSE(NSURLDownload) #12 848.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.8 /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 848.8 | ^ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 848.8 | ^ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 848.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.8 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 848.8 | ^ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 121 | #if GS_EXPOSE(NSURLProtocol) #12 848.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 92 | #if GS_EXPOSE(NSURLRequest) #12 848.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.8 /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 848.8 | ^ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 49 | #if GS_EXPOSE(NSURLResponse) #12 848.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.8 /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 848.8 | ^ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 848.8 | ^ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 217 | #if GS_EXPOSE(NSUserDefaults) #12 848.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 848.8 /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 848.8 | ^ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 848.8 | ^ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 848.8 | ^ #12 848.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 848.8 | ^ #12 848.8 In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 848.8 from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 848.8 from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 848.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.8 from nsgui.h:34, #12 848.8 from dispextern.h:137, #12 848.8 from nsterm.h:22, #12 848.8 from nsselect.m:31: #12 848.8 /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 848.8 | ^ #12 848.8 /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.8 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 848.8 | ^ #12 848.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 848.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.9 from nsgui.h:34, #12 848.9 from dispextern.h:137, #12 848.9 from nsterm.h:22, #12 848.9 from nsselect.m:31: #12 848.9 /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 848.9 | ^ #12 848.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 848.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.9 from nsgui.h:34, #12 848.9 from dispextern.h:137, #12 848.9 from nsterm.h:22, #12 848.9 from nsselect.m:31: #12 848.9 /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 848.9 | ^ #12 848.9 /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 72 | #if GS_EXPOSE(NSXMLParser) #12 848.9 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 848.9 /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 848.9 | ^ #12 848.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 848.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 848.9 from nsgui.h:34, #12 848.9 from dispextern.h:137, #12 848.9 from nsterm.h:22, #12 848.9 from nsselect.m:31: #12 848.9 /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 848.9 | ^ #12 848.9 In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 848.9 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 848.9 from nsgui.h:34, #12 848.9 from dispextern.h:137, #12 848.9 from nsterm.h:22, #12 848.9 from nsselect.m:31: #12 848.9 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 848.9 | ^ #12 848.9 In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 848.9 from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 848.9 from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 848.9 from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 848.9 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 848.9 from nsgui.h:34, #12 848.9 from dispextern.h:137, #12 848.9 from nsterm.h:22, #12 848.9 from nsselect.m:31: #12 848.9 /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 848.9 | ^ #12 848.9 /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 848.9 | ^ #12 848.9 /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.9 | ^ #12 848.9 /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 848.9 | ^ #12 848.9 /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 848.9 | ^ #12 848.9 /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 848.9 | ^ #12 848.9 /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 848.9 | ^ #12 848.9 /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 848.9 | ^ #12 848.9 /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 848.9 | ^ #12 848.9 In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 848.9 from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 848.9 from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 848.9 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 848.9 from nsgui.h:34, #12 848.9 from dispextern.h:137, #12 848.9 from nsterm.h:22, #12 848.9 from nsselect.m:31: #12 848.9 /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 848.9 | ^ #12 848.9 /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.9 | ^ #12 848.9 /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 848.9 | ^ #12 848.9 /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.9 | ^ #12 848.9 /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 848.9 | ^ #12 848.9 /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 848.9 | ^ #12 848.9 /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.9 | ^ #12 848.9 /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 848.9 | ^ #12 848.9 /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 848.9 | ^ #12 848.9 /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.9 | ^ #12 848.9 /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 848.9 | ^ #12 848.9 In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 848.9 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 848.9 from nsgui.h:34, #12 848.9 from dispextern.h:137, #12 848.9 from nsterm.h:22, #12 848.9 from nsselect.m:31: #12 848.9 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 848.9 | ^ #12 848.9 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 848.9 | ^ #12 848.9 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 848.9 | ^ #12 848.9 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 848.9 | ^ #12 848.9 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 848.9 | ^ #12 848.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 848.9 from nsgui.h:34, #12 848.9 from dispextern.h:137, #12 848.9 from nsterm.h:22, #12 848.9 from nsselect.m:31: #12 848.9 /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.9 | ^ #12 848.9 /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 848.9 | ^ #12 848.9 /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.9 | ^ #12 848.9 /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 848.9 | ^ #12 848.9 In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 848.9 from /usr/include/GNUstep/AppKit/NSView.h:38, #12 848.9 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 848.9 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 848.9 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 848.9 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 848.9 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 848.9 from nsgui.h:34, #12 848.9 from dispextern.h:137, #12 848.9 from nsterm.h:22, #12 848.9 from nsselect.m:31: #12 848.9 /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.9 | ^ #12 848.9 In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 848.9 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 848.9 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 848.9 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 848.9 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 848.9 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 848.9 from nsgui.h:34, #12 848.9 from dispextern.h:137, #12 848.9 from nsterm.h:22, #12 848.9 from nsselect.m:31: #12 848.9 /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.9 | ^ #12 848.9 /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.9 | ^ #12 848.9 /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.9 | ^ #12 848.9 /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.9 | ^ #12 848.9 /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 848.9 | ^ #12 848.9 /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 848.9 | ^ #12 848.9 /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 848.9 | ^ #12 848.9 /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 848.9 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 848.9 | ^ #12 849.0 In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 849.0 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 849.0 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 849.0 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 849.0 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 849.0 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 849.0 from nsgui.h:34, #12 849.0 from dispextern.h:137, #12 849.0 from nsterm.h:22, #12 849.0 from nsselect.m:31: #12 849.0 /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 849.0 | ^ #12 849.0 In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 849.0 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 849.0 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 849.0 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 849.0 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 849.0 from nsgui.h:34, #12 849.0 from dispextern.h:137, #12 849.0 from nsterm.h:22, #12 849.0 from nsselect.m:31: #12 849.0 /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 849.0 | ^ #12 849.0 In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 849.0 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 849.0 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 849.0 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 849.0 from nsgui.h:34, #12 849.0 from dispextern.h:137, #12 849.0 from nsterm.h:22, #12 849.0 from nsselect.m:31: #12 849.0 /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 849.0 | ^ #12 849.0 In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 849.0 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 849.0 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 849.0 from nsgui.h:34, #12 849.0 from dispextern.h:137, #12 849.0 from nsterm.h:22, #12 849.0 from nsselect.m:31: #12 849.0 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.0 | ^ #12 849.0 In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 849.0 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 849.0 from nsgui.h:34, #12 849.0 from dispextern.h:137, #12 849.0 from nsterm.h:22, #12 849.0 from nsselect.m:31: #12 849.0 /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.0 | ^ #12 849.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 849.0 from nsgui.h:34, #12 849.0 from dispextern.h:137, #12 849.0 from nsterm.h:22, #12 849.0 from nsselect.m:31: #12 849.0 /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 849.0 | ^ #12 849.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 849.0 from nsgui.h:34, #12 849.0 from dispextern.h:137, #12 849.0 from nsterm.h:22, #12 849.0 from nsselect.m:31: #12 849.0 /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.0 | ^ #12 849.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 849.0 from nsgui.h:34, #12 849.0 from dispextern.h:137, #12 849.0 from nsterm.h:22, #12 849.0 from nsselect.m:31: #12 849.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.0 | ^ #12 849.0 In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 849.0 from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 849.0 from nsgui.h:34, #12 849.0 from dispextern.h:137, #12 849.0 from nsterm.h:22, #12 849.0 from nsselect.m:31: #12 849.0 /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.0 | ^ #12 849.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 849.0 from nsgui.h:34, #12 849.0 from dispextern.h:137, #12 849.0 from nsterm.h:22, #12 849.0 from nsselect.m:31: #12 849.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 849.0 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 849.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 849.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 849.0 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 849.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 849.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 849.0 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 849.0 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 849.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 849.0 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 849.0 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 849.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 849.0 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 849.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 849.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 849.0 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 849.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 849.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 849.0 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 849.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 849.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 849.0 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 849.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 849.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 849.0 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 849.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 849.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 849.0 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 849.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 849.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 849.0 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 849.0 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 849.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 849.0 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 849.0 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 849.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 849.0 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 849.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 849.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 849.0 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 849.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 849.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 849.0 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 849.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 849.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 849.0 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 849.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 849.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 849.0 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 849.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 849.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 849.0 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 849.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 849.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.0 | ^ #12 849.0 In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 849.0 from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 849.0 from nsgui.h:34, #12 849.0 from dispextern.h:137, #12 849.0 from nsterm.h:22, #12 849.0 from nsselect.m:31: #12 849.0 /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.0 | ^ #12 849.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 849.0 from nsgui.h:34, #12 849.0 from dispextern.h:137, #12 849.0 from nsterm.h:22, #12 849.0 from nsselect.m:31: #12 849.0 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.0 | ^ #12 849.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 849.0 from nsgui.h:34, #12 849.0 from dispextern.h:137, #12 849.0 from nsterm.h:22, #12 849.0 from nsselect.m:31: #12 849.0 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.0 | ^ #12 849.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 849.0 from nsgui.h:34, #12 849.0 from dispextern.h:137, #12 849.0 from nsterm.h:22, #12 849.0 from nsselect.m:31: #12 849.0 /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.0 | ^ #12 849.0 /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.0 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.0 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.1 | ^ #12 849.1 In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 849.1 from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 849.1 from nsgui.h:34, #12 849.1 from dispextern.h:137, #12 849.1 from nsterm.h:22, #12 849.1 from nsselect.m:31: #12 849.1 /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.1 | ^ #12 849.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 849.1 from nsgui.h:34, #12 849.1 from dispextern.h:137, #12 849.1 from nsterm.h:22, #12 849.1 from nsselect.m:31: #12 849.1 /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.1 | ^ #12 849.1 In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 849.1 from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 849.1 from nsgui.h:34, #12 849.1 from dispextern.h:137, #12 849.1 from nsterm.h:22, #12 849.1 from nsselect.m:31: #12 849.1 /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.1 | ^ #12 849.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 849.1 from nsgui.h:34, #12 849.1 from dispextern.h:137, #12 849.1 from nsterm.h:22, #12 849.1 from nsselect.m:31: #12 849.1 /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.1 | ^ #12 849.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 849.1 from nsgui.h:34, #12 849.1 from dispextern.h:137, #12 849.1 from nsterm.h:22, #12 849.1 from nsselect.m:31: #12 849.1 /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 849.1 | ^ #12 849.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 849.1 from nsgui.h:34, #12 849.1 from dispextern.h:137, #12 849.1 from nsterm.h:22, #12 849.1 from nsselect.m:31: #12 849.1 /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.1 | ^ #12 849.1 In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 849.1 from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 849.1 from nsgui.h:34, #12 849.1 from dispextern.h:137, #12 849.1 from nsterm.h:22, #12 849.1 from nsselect.m:31: #12 849.1 /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 849.1 | ^ #12 849.1 In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 849.1 from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 849.1 from nsgui.h:34, #12 849.1 from dispextern.h:137, #12 849.1 from nsterm.h:22, #12 849.1 from nsselect.m:31: #12 849.1 /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.1 | ^ #12 849.1 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 849.1 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 849.1 from nsgui.h:34, #12 849.1 from dispextern.h:137, #12 849.1 from nsterm.h:22, #12 849.1 from nsselect.m:31: #12 849.1 /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 849.1 | ^ #12 849.1 In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 849.1 from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 849.1 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 849.1 from nsgui.h:34, #12 849.1 from dispextern.h:137, #12 849.1 from nsterm.h:22, #12 849.1 from nsselect.m:31: #12 849.1 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.1 | ^ #12 849.1 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 849.1 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 849.1 from nsgui.h:34, #12 849.1 from dispextern.h:137, #12 849.1 from nsterm.h:22, #12 849.1 from nsselect.m:31: #12 849.1 /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.1 | ^ #12 849.1 /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 849.1 | ^ #12 849.1 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 849.1 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 849.1 from nsgui.h:34, #12 849.1 from dispextern.h:137, #12 849.1 from nsterm.h:22, #12 849.1 from nsselect.m:31: #12 849.1 /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.1 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.1 | ^ #12 849.2 In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 849.2 from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 849.2 from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 849.2 from nsgui.h:34, #12 849.2 from dispextern.h:137, #12 849.2 from nsterm.h:22, #12 849.2 from nsselect.m:31: #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.2 | ^ #12 849.2 In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 849.2 from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 849.2 from nsgui.h:34, #12 849.2 from dispextern.h:137, #12 849.2 from nsterm.h:22, #12 849.2 from nsselect.m:31: #12 849.2 /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.2 | ^ #12 849.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 849.2 from nsgui.h:34, #12 849.2 from dispextern.h:137, #12 849.2 from nsterm.h:22, #12 849.2 from nsselect.m:31: #12 849.2 /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.2 | ^ #12 849.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 849.2 from nsgui.h:34, #12 849.2 from dispextern.h:137, #12 849.2 from nsterm.h:22, #12 849.2 from nsselect.m:31: #12 849.2 /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 849.2 | ^ #12 849.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 849.2 from nsgui.h:34, #12 849.2 from dispextern.h:137, #12 849.2 from nsterm.h:22, #12 849.2 from nsselect.m:31: #12 849.2 /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 849.2 | ^ #12 849.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 849.2 from nsgui.h:34, #12 849.2 from dispextern.h:137, #12 849.2 from nsterm.h:22, #12 849.2 from nsselect.m:31: #12 849.2 /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.2 | ^ #12 849.2 /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.2 | ^ #12 849.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 849.2 from nsgui.h:34, #12 849.2 from dispextern.h:137, #12 849.2 from nsterm.h:22, #12 849.2 from nsselect.m:31: #12 849.2 /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.2 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.2 | ^ #12 849.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 849.3 from nsgui.h:34, #12 849.3 from dispextern.h:137, #12 849.3 from nsterm.h:22, #12 849.3 from nsselect.m:31: #12 849.3 /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 849.3 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 849.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 849.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 849.3 from nsgui.h:34, #12 849.3 from dispextern.h:137, #12 849.3 from nsterm.h:22, #12 849.3 from nsselect.m:31: #12 849.3 /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 849.3 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 849.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 849.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 849.3 from nsgui.h:34, #12 849.3 from dispextern.h:137, #12 849.3 from nsterm.h:22, #12 849.3 from nsselect.m:31: #12 849.3 /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 849.3 | ^ #12 849.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 849.3 from nsgui.h:34, #12 849.3 from dispextern.h:137, #12 849.3 from nsterm.h:22, #12 849.3 from nsselect.m:31: #12 849.3 /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 849.3 | ^ #12 849.3 In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 849.3 from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 849.3 from nsgui.h:34, #12 849.3 from dispextern.h:137, #12 849.3 from nsterm.h:22, #12 849.3 from nsselect.m:31: #12 849.3 /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 849.3 | ^ #12 849.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 849.3 from nsgui.h:34, #12 849.3 from dispextern.h:137, #12 849.3 from nsterm.h:22, #12 849.3 from nsselect.m:31: #12 849.3 /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 849.3 | ^ #12 849.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 849.3 from nsgui.h:34, #12 849.3 from dispextern.h:137, #12 849.3 from nsterm.h:22, #12 849.3 from nsselect.m:31: #12 849.3 /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 849.3 | ^ #12 849.3 In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 849.3 from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 849.3 from nsgui.h:34, #12 849.3 from dispextern.h:137, #12 849.3 from nsterm.h:22, #12 849.3 from nsselect.m:31: #12 849.3 /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.3 | ^ #12 849.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 849.3 from nsgui.h:34, #12 849.3 from dispextern.h:137, #12 849.3 from nsterm.h:22, #12 849.3 from nsselect.m:31: #12 849.3 /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 849.3 | ^ #12 849.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 849.3 from nsgui.h:34, #12 849.3 from dispextern.h:137, #12 849.3 from nsterm.h:22, #12 849.3 from nsselect.m:31: #12 849.3 /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.3 | ^ #12 849.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 849.3 from nsgui.h:34, #12 849.3 from dispextern.h:137, #12 849.3 from nsterm.h:22, #12 849.3 from nsselect.m:31: #12 849.3 /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 849.3 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 849.3 | ^~~~~~~~~~~~~~~~~~~~ #12 849.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 849.3 from nsgui.h:34, #12 849.3 from dispextern.h:137, #12 849.3 from nsterm.h:22, #12 849.3 from nsselect.m:31: #12 849.3 /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 849.3 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 849.3 | ^~~~~~~~~~~~~~~~~~~~ #12 849.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 849.3 from nsgui.h:34, #12 849.3 from dispextern.h:137, #12 849.3 from nsterm.h:22, #12 849.3 from nsselect.m:31: #12 849.3 /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.3 | ^ #12 849.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 849.3 from nsgui.h:34, #12 849.3 from dispextern.h:137, #12 849.3 from nsterm.h:22, #12 849.3 from nsselect.m:31: #12 849.3 /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.3 | ^ #12 849.3 In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 849.3 from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 849.3 from nsgui.h:34, #12 849.3 from dispextern.h:137, #12 849.3 from nsterm.h:22, #12 849.3 from nsselect.m:31: #12 849.3 /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.3 | ^ #12 849.3 /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.3 | ^ #12 849.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 849.3 from nsgui.h:34, #12 849.3 from dispextern.h:137, #12 849.3 from nsterm.h:22, #12 849.3 from nsselect.m:31: #12 849.3 /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 849.3 | ^ #12 849.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 849.3 from nsgui.h:34, #12 849.3 from dispextern.h:137, #12 849.3 from nsterm.h:22, #12 849.3 from nsselect.m:31: #12 849.3 /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 849.3 | ^ #12 849.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 849.3 from nsgui.h:34, #12 849.3 from dispextern.h:137, #12 849.3 from nsterm.h:22, #12 849.3 from nsselect.m:31: #12 849.3 /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 849.3 | ^ #12 849.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 849.3 from nsgui.h:34, #12 849.3 from dispextern.h:137, #12 849.3 from nsterm.h:22, #12 849.3 from nsselect.m:31: #12 849.3 /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 849.3 | ^ #12 849.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 849.3 from nsgui.h:34, #12 849.3 from dispextern.h:137, #12 849.3 from nsterm.h:22, #12 849.3 from nsselect.m:31: #12 849.3 /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 849.3 | ^ #12 849.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 849.3 from nsgui.h:34, #12 849.3 from dispextern.h:137, #12 849.3 from nsterm.h:22, #12 849.3 from nsselect.m:31: #12 849.3 /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.3 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.3 | ^ #12 849.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 849.4 from nsgui.h:34, #12 849.4 from dispextern.h:137, #12 849.4 from nsterm.h:22, #12 849.4 from nsselect.m:31: #12 849.4 /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 849.4 | ^ #12 849.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 849.4 from nsgui.h:34, #12 849.4 from dispextern.h:137, #12 849.4 from nsterm.h:22, #12 849.4 from nsselect.m:31: #12 849.4 /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 849.4 | ^ #12 849.4 In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 849.4 from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 849.4 from nsgui.h:34, #12 849.4 from dispextern.h:137, #12 849.4 from nsterm.h:22, #12 849.4 from nsselect.m:31: #12 849.4 /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.4 | ^ #12 849.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 849.4 from nsgui.h:34, #12 849.4 from dispextern.h:137, #12 849.4 from nsterm.h:22, #12 849.4 from nsselect.m:31: #12 849.4 /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 849.4 | ^ #12 849.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 849.4 from nsgui.h:34, #12 849.4 from dispextern.h:137, #12 849.4 from nsterm.h:22, #12 849.4 from nsselect.m:31: #12 849.4 /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 849.4 | ^ #12 849.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 849.4 from nsgui.h:34, #12 849.4 from dispextern.h:137, #12 849.4 from nsterm.h:22, #12 849.4 from nsselect.m:31: #12 849.4 /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.4 | ^ #12 849.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 849.4 from nsgui.h:34, #12 849.4 from dispextern.h:137, #12 849.4 from nsterm.h:22, #12 849.4 from nsselect.m:31: #12 849.4 /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 849.4 | ^ #12 849.4 In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 849.4 from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 849.4 from nsgui.h:34, #12 849.4 from dispextern.h:137, #12 849.4 from nsterm.h:22, #12 849.4 from nsselect.m:31: #12 849.4 /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.4 | ^ #12 849.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 849.4 from nsgui.h:34, #12 849.4 from dispextern.h:137, #12 849.4 from nsterm.h:22, #12 849.4 from nsselect.m:31: #12 849.4 /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.4 | ^ #12 849.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 849.4 from nsgui.h:34, #12 849.4 from dispextern.h:137, #12 849.4 from nsterm.h:22, #12 849.4 from nsselect.m:31: #12 849.4 /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 849.4 | ^ #12 849.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 849.4 from nsgui.h:34, #12 849.4 from dispextern.h:137, #12 849.4 from nsterm.h:22, #12 849.4 from nsselect.m:31: #12 849.4 /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.4 | ^ #12 849.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 849.4 from nsgui.h:34, #12 849.4 from dispextern.h:137, #12 849.4 from nsterm.h:22, #12 849.4 from nsselect.m:31: #12 849.4 /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.4 | ^ #12 849.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 849.4 from nsgui.h:34, #12 849.4 from dispextern.h:137, #12 849.4 from nsterm.h:22, #12 849.4 from nsselect.m:31: #12 849.4 /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.4 | ^ #12 849.4 In file included from nsgui.h:34, #12 849.4 from dispextern.h:137, #12 849.4 from nsterm.h:22, #12 849.4 from nsselect.m:31: #12 849.4 /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.4 | ^ #12 849.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 849.4 from nsgui.h:34, #12 849.4 from dispextern.h:137, #12 849.4 from nsterm.h:22, #12 849.4 from nsselect.m:31: #12 849.4 /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 849.4 | ^ #12 849.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 849.4 from nsgui.h:34, #12 849.4 from dispextern.h:137, #12 849.4 from nsterm.h:22, #12 849.4 from nsselect.m:31: #12 849.4 /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.4 | ^ #12 849.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 849.4 from nsgui.h:34, #12 849.4 from dispextern.h:137, #12 849.4 from nsterm.h:22, #12 849.4 from nsselect.m:31: #12 849.4 /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 849.4 | ^ #12 849.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 849.4 from nsgui.h:34, #12 849.4 from dispextern.h:137, #12 849.4 from nsterm.h:22, #12 849.4 from nsselect.m:31: #12 849.4 /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 849.4 | ^ #12 849.4 In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 849.4 from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 849.4 from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 849.4 from nsgui.h:34, #12 849.4 from dispextern.h:137, #12 849.4 from nsterm.h:22, #12 849.4 from nsselect.m:31: #12 849.4 /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.4 | ^ #12 849.4 In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 849.4 from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 849.4 from nsgui.h:34, #12 849.4 from dispextern.h:137, #12 849.4 from nsterm.h:22, #12 849.4 from nsselect.m:31: #12 849.4 /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 849.4 | ^ #12 849.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 849.4 from nsgui.h:34, #12 849.4 from dispextern.h:137, #12 849.4 from nsterm.h:22, #12 849.4 from nsselect.m:31: #12 849.4 /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.4 | ^ #12 849.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 849.4 from nsgui.h:34, #12 849.4 from dispextern.h:137, #12 849.4 from nsterm.h:22, #12 849.4 from nsselect.m:31: #12 849.4 /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.4 | ^ #12 849.4 /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.4 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 849.4 | ^ #12 849.5 In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 849.5 from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 849.5 from nsgui.h:34, #12 849.5 from dispextern.h:137, #12 849.5 from nsterm.h:22, #12 849.5 from nsselect.m:31: #12 849.5 /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 849.5 | ^ #12 849.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 849.5 from nsgui.h:34, #12 849.5 from dispextern.h:137, #12 849.5 from nsterm.h:22, #12 849.5 from nsselect.m:31: #12 849.5 /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 849.5 | ^ #12 849.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 849.5 from nsgui.h:34, #12 849.5 from dispextern.h:137, #12 849.5 from nsterm.h:22, #12 849.5 from nsselect.m:31: #12 849.5 /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 849.5 | ^ #12 849.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 849.5 from nsgui.h:34, #12 849.5 from dispextern.h:137, #12 849.5 from nsterm.h:22, #12 849.5 from nsselect.m:31: #12 849.5 /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.5 | ^ #12 849.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 849.5 from nsgui.h:34, #12 849.5 from dispextern.h:137, #12 849.5 from nsterm.h:22, #12 849.5 from nsselect.m:31: #12 849.5 /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.5 | ^ #12 849.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 849.5 from nsgui.h:34, #12 849.5 from dispextern.h:137, #12 849.5 from nsterm.h:22, #12 849.5 from nsselect.m:31: #12 849.5 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.5 | ^ #12 849.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 849.5 from nsgui.h:34, #12 849.5 from dispextern.h:137, #12 849.5 from nsterm.h:22, #12 849.5 from nsselect.m:31: #12 849.5 /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 849.5 | ^ #12 849.5 In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 849.5 from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 849.5 from nsgui.h:34, #12 849.5 from dispextern.h:137, #12 849.5 from nsterm.h:22, #12 849.5 from nsselect.m:31: #12 849.5 /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 849.5 | ^ #12 849.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 849.5 from nsgui.h:34, #12 849.5 from dispextern.h:137, #12 849.5 from nsterm.h:22, #12 849.5 from nsselect.m:31: #12 849.5 /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 849.5 | ^ #12 849.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 849.5 from nsgui.h:34, #12 849.5 from dispextern.h:137, #12 849.5 from nsterm.h:22, #12 849.5 from nsselect.m:31: #12 849.5 /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 849.5 | ^ #12 849.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 849.5 from nsgui.h:34, #12 849.5 from dispextern.h:137, #12 849.5 from nsterm.h:22, #12 849.5 from nsselect.m:31: #12 849.5 /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 849.5 | ^ #12 849.5 In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 849.5 from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 849.5 from nsgui.h:34, #12 849.5 from dispextern.h:137, #12 849.5 from nsterm.h:22, #12 849.5 from nsselect.m:31: #12 849.5 /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.5 | ^ #12 849.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 849.5 from nsgui.h:34, #12 849.5 from dispextern.h:137, #12 849.5 from nsterm.h:22, #12 849.5 from nsselect.m:31: #12 849.5 /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.5 | ^ #12 849.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 849.5 from nsgui.h:34, #12 849.5 from dispextern.h:137, #12 849.5 from nsterm.h:22, #12 849.5 from nsselect.m:31: #12 849.5 /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.5 | ^ #12 849.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 849.5 from nsgui.h:34, #12 849.5 from dispextern.h:137, #12 849.5 from nsterm.h:22, #12 849.5 from nsselect.m:31: #12 849.5 /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.5 | ^ #12 849.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 849.5 from nsgui.h:34, #12 849.5 from dispextern.h:137, #12 849.5 from nsterm.h:22, #12 849.5 from nsselect.m:31: #12 849.5 /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.5 | ^ #12 849.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 849.5 from nsgui.h:34, #12 849.5 from dispextern.h:137, #12 849.5 from nsterm.h:22, #12 849.5 from nsselect.m:31: #12 849.5 /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 849.5 | ^ #12 849.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 849.5 from nsgui.h:34, #12 849.5 from dispextern.h:137, #12 849.5 from nsterm.h:22, #12 849.5 from nsselect.m:31: #12 849.5 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.5 | ^ #12 849.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 849.5 from nsgui.h:34, #12 849.5 from dispextern.h:137, #12 849.5 from nsterm.h:22, #12 849.5 from nsselect.m:31: #12 849.5 /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.5 | ^ #12 849.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 849.5 from nsgui.h:34, #12 849.5 from dispextern.h:137, #12 849.5 from nsterm.h:22, #12 849.5 from nsselect.m:31: #12 849.5 /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.5 | ^ #12 849.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 849.5 from nsgui.h:34, #12 849.5 from dispextern.h:137, #12 849.5 from nsterm.h:22, #12 849.5 from nsselect.m:31: #12 849.5 /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 849.5 | ^ #12 849.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 849.5 from nsgui.h:34, #12 849.5 from dispextern.h:137, #12 849.5 from nsterm.h:22, #12 849.5 from nsselect.m:31: #12 849.5 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.5 | ^ #12 849.5 In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 849.5 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 849.5 from nsgui.h:34, #12 849.5 from dispextern.h:137, #12 849.5 from nsterm.h:22, #12 849.5 from nsselect.m:31: #12 849.5 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.5 | ^ #12 849.5 In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 849.5 from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 849.5 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 849.5 from nsgui.h:34, #12 849.5 from dispextern.h:137, #12 849.5 from nsterm.h:22, #12 849.5 from nsselect.m:31: #12 849.5 /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.5 | ^ #12 849.5 In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 849.5 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 849.5 from nsgui.h:34, #12 849.5 from dispextern.h:137, #12 849.5 from nsterm.h:22, #12 849.5 from nsselect.m:31: #12 849.5 /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.5 | ^ #12 849.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 849.5 from nsgui.h:34, #12 849.5 from dispextern.h:137, #12 849.5 from nsterm.h:22, #12 849.5 from nsselect.m:31: #12 849.5 /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.5 | ^ #12 849.5 In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 849.5 from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 849.5 from nsgui.h:34, #12 849.5 from dispextern.h:137, #12 849.5 from nsterm.h:22, #12 849.5 from nsselect.m:31: #12 849.5 /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.5 | ^ #12 849.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 849.5 from nsgui.h:34, #12 849.5 from dispextern.h:137, #12 849.5 from nsterm.h:22, #12 849.5 from nsselect.m:31: #12 849.5 /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.5 | ^ #12 849.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 849.5 from nsgui.h:34, #12 849.5 from dispextern.h:137, #12 849.5 from nsterm.h:22, #12 849.5 from nsselect.m:31: #12 849.5 /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 849.5 | ^ #12 849.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 849.5 from nsgui.h:34, #12 849.5 from dispextern.h:137, #12 849.5 from nsterm.h:22, #12 849.5 from nsselect.m:31: #12 849.5 /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 849.5 | ^ #12 849.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 849.5 from nsgui.h:34, #12 849.5 from dispextern.h:137, #12 849.5 from nsterm.h:22, #12 849.5 from nsselect.m:31: #12 849.5 /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.5 | ^ #12 849.5 /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 849.5 | ^ #12 849.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 849.5 from nsgui.h:34, #12 849.5 from dispextern.h:137, #12 849.5 from nsterm.h:22, #12 849.5 from nsselect.m:31: #12 849.5 /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.5 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.5 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 849.6 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.6 | ^ #12 849.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 849.6 from nsgui.h:34, #12 849.6 from dispextern.h:137, #12 849.6 from nsterm.h:22, #12 849.6 from nsselect.m:31: #12 849.6 /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.6 | ^ #12 849.6 In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 849.6 from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 849.6 from nsgui.h:34, #12 849.6 from dispextern.h:137, #12 849.6 from nsterm.h:22, #12 849.6 from nsselect.m:31: #12 849.6 /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.6 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.6 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 849.6 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.6 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.6 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.6 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.6 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.6 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.6 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.6 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.6 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.6 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.6 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 849.6 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 849.6 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.6 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.6 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 849.6 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.6 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.6 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.6 | ^ #12 849.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 849.6 from nsgui.h:34, #12 849.6 from dispextern.h:137, #12 849.6 from nsterm.h:22, #12 849.6 from nsselect.m:31: #12 849.6 /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.6 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.6 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.6 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.6 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.6 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.6 | ^ #12 849.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 849.6 from nsgui.h:34, #12 849.6 from dispextern.h:137, #12 849.6 from nsterm.h:22, #12 849.6 from nsselect.m:31: #12 849.6 /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 849.6 | ^ #12 849.6 In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 849.6 from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 849.6 from nsgui.h:34, #12 849.6 from dispextern.h:137, #12 849.6 from nsterm.h:22, #12 849.6 from nsselect.m:31: #12 849.6 /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.6 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.6 | ^ #12 849.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 849.6 from nsgui.h:34, #12 849.6 from dispextern.h:137, #12 849.6 from nsterm.h:22, #12 849.6 from nsselect.m:31: #12 849.6 /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.6 | ^ #12 849.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 849.6 from nsgui.h:34, #12 849.6 from dispextern.h:137, #12 849.6 from nsterm.h:22, #12 849.6 from nsselect.m:31: #12 849.6 /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.6 | ^ #12 849.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 849.6 from nsgui.h:34, #12 849.6 from dispextern.h:137, #12 849.6 from nsterm.h:22, #12 849.6 from nsselect.m:31: #12 849.6 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 849.6 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 849.6 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 849.6 | ^ #12 849.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 849.6 from nsgui.h:34, #12 849.6 from dispextern.h:137, #12 849.6 from nsterm.h:22, #12 849.6 from nsselect.m:31: #12 849.6 /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 849.6 | ^ #12 849.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 849.6 from nsgui.h:34, #12 849.6 from dispextern.h:137, #12 849.6 from nsterm.h:22, #12 849.6 from nsselect.m:31: #12 849.6 /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 849.6 | ^ #12 849.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 849.6 from nsgui.h:34, #12 849.6 from dispextern.h:137, #12 849.6 from nsterm.h:22, #12 849.6 from nsselect.m:31: #12 849.6 /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 849.6 | ^ #12 849.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 849.6 from nsgui.h:34, #12 849.6 from dispextern.h:137, #12 849.6 from nsterm.h:22, #12 849.6 from nsselect.m:31: #12 849.6 /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.6 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.6 | ^ #12 849.6 In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 849.6 from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 849.6 from nsgui.h:34, #12 849.6 from dispextern.h:137, #12 849.6 from nsterm.h:22, #12 849.6 from nsselect.m:31: #12 849.6 /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.6 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.6 | ^ #12 849.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 849.6 from nsgui.h:34, #12 849.6 from dispextern.h:137, #12 849.6 from nsterm.h:22, #12 849.6 from nsselect.m:31: #12 849.6 /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.6 | ^ #12 849.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 849.6 from nsgui.h:34, #12 849.6 from dispextern.h:137, #12 849.6 from nsterm.h:22, #12 849.6 from nsselect.m:31: #12 849.6 /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.6 | ^ #12 849.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 849.6 from nsgui.h:34, #12 849.6 from dispextern.h:137, #12 849.6 from nsterm.h:22, #12 849.6 from nsselect.m:31: #12 849.6 /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 849.6 | ^ #12 849.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 849.6 from nsgui.h:34, #12 849.6 from dispextern.h:137, #12 849.6 from nsterm.h:22, #12 849.6 from nsselect.m:31: #12 849.6 /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 849.6 | ^ #12 849.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 849.6 from nsgui.h:34, #12 849.6 from dispextern.h:137, #12 849.6 from nsterm.h:22, #12 849.6 from nsselect.m:31: #12 849.6 /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.6 | ^ #12 849.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 849.6 from nsgui.h:34, #12 849.6 from dispextern.h:137, #12 849.6 from nsterm.h:22, #12 849.6 from nsselect.m:31: #12 849.6 /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 849.6 | ^ #12 849.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 849.6 from nsgui.h:34, #12 849.6 from dispextern.h:137, #12 849.6 from nsterm.h:22, #12 849.6 from nsselect.m:31: #12 849.6 /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.6 | ^ #12 849.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 849.6 from nsgui.h:34, #12 849.6 from dispextern.h:137, #12 849.6 from nsterm.h:22, #12 849.6 from nsselect.m:31: #12 849.6 /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 849.6 | ^ #12 849.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 849.6 from nsgui.h:34, #12 849.6 from dispextern.h:137, #12 849.6 from nsterm.h:22, #12 849.6 from nsselect.m:31: #12 849.6 /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.6 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.6 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.6 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.6 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 849.6 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 849.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 849.6 In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 849.6 from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 849.6 from nsgui.h:34, #12 849.6 from dispextern.h:137, #12 849.6 from nsterm.h:22, #12 849.6 from nsselect.m:31: #12 849.6 /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 849.6 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 849.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 849.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 849.6 from nsgui.h:34, #12 849.6 from dispextern.h:137, #12 849.6 from nsterm.h:22, #12 849.6 from nsselect.m:31: #12 849.6 /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.6 | ^ #12 849.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 849.6 from nsgui.h:34, #12 849.6 from dispextern.h:137, #12 849.6 from nsterm.h:22, #12 849.6 from nsselect.m:31: #12 849.6 /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.6 | ^ #12 849.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 849.6 from nsgui.h:34, #12 849.6 from dispextern.h:137, #12 849.6 from nsterm.h:22, #12 849.6 from nsselect.m:31: #12 849.6 /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.6 | ^ #12 849.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 849.6 from nsgui.h:34, #12 849.6 from dispextern.h:137, #12 849.6 from nsterm.h:22, #12 849.6 from nsselect.m:31: #12 849.6 /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 849.6 | ^ #12 849.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 849.6 from nsgui.h:34, #12 849.6 from dispextern.h:137, #12 849.6 from nsterm.h:22, #12 849.6 from nsselect.m:31: #12 849.6 /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.6 | ^ #12 849.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 849.6 from nsgui.h:34, #12 849.6 from dispextern.h:137, #12 849.6 from nsterm.h:22, #12 849.6 from nsselect.m:31: #12 849.6 /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.6 | ^ #12 849.6 /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.6 | ^ #12 849.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 849.6 from nsgui.h:34, #12 849.6 from dispextern.h:137, #12 849.6 from nsterm.h:22, #12 849.6 from nsselect.m:31: #12 849.6 /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 849.6 | ^ #12 849.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 849.6 from nsgui.h:34, #12 849.6 from dispextern.h:137, #12 849.6 from nsterm.h:22, #12 849.6 from nsselect.m:31: #12 849.6 /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.6 | ^ #12 849.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 849.6 from nsgui.h:34, #12 849.6 from dispextern.h:137, #12 849.6 from nsterm.h:22, #12 849.6 from nsselect.m:31: #12 849.6 /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 849.6 | ^ #12 849.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 849.6 from nsgui.h:34, #12 849.6 from dispextern.h:137, #12 849.6 from nsterm.h:22, #12 849.6 from nsselect.m:31: #12 849.6 /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 849.6 | ^ #12 849.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 849.6 from nsgui.h:34, #12 849.6 from dispextern.h:137, #12 849.6 from nsterm.h:22, #12 849.6 from nsselect.m:31: #12 849.6 /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.6 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 849.6 | ^ #12 849.7 /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.7 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 849.7 | ^ #12 849.7 /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.7 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 849.7 | ^ #12 849.7 /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.7 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.7 | ^ #12 849.7 /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.7 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.7 | ^ #12 849.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 849.7 from nsgui.h:34, #12 849.7 from dispextern.h:137, #12 849.7 from nsterm.h:22, #12 849.7 from nsselect.m:31: #12 849.7 /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.7 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.7 | ^ #12 849.7 /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.7 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.7 | ^ #12 849.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 849.7 from nsgui.h:34, #12 849.7 from dispextern.h:137, #12 849.7 from nsterm.h:22, #12 849.7 from nsselect.m:31: #12 849.7 /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.7 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.7 | ^ #12 849.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 849.7 from nsgui.h:34, #12 849.7 from dispextern.h:137, #12 849.7 from nsterm.h:22, #12 849.7 from nsselect.m:31: #12 849.7 /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.7 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.7 | ^ #12 849.7 /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.7 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.7 | ^ #12 849.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 849.7 from nsgui.h:34, #12 849.7 from dispextern.h:137, #12 849.7 from nsterm.h:22, #12 849.7 from nsselect.m:31: #12 849.7 /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.7 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 849.7 | ^ #12 849.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 849.7 from nsgui.h:34, #12 849.7 from dispextern.h:137, #12 849.7 from nsterm.h:22, #12 849.7 from nsselect.m:31: #12 849.7 /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.7 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 849.7 | ^ #12 849.7 /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.7 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 849.7 | ^ #12 849.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 849.7 from nsgui.h:34, #12 849.7 from dispextern.h:137, #12 849.7 from nsterm.h:22, #12 849.7 from nsselect.m:31: #12 849.7 /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 849.7 | ^ #12 849.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 849.7 from nsgui.h:34, #12 849.7 from dispextern.h:137, #12 849.7 from nsterm.h:22, #12 849.7 from nsselect.m:31: #12 849.7 /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 849.7 | ^ #12 849.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 849.7 from nsgui.h:34, #12 849.7 from dispextern.h:137, #12 849.7 from nsterm.h:22, #12 849.7 from nsselect.m:31: #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 849.7 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 849.7 | ^ #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 849.7 125 | __attribute__((unused)); #12 849.7 | ^~~~~~~~~~~~~ #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 849.7 129 | __attribute__((unused)); #12 849.7 | ^~~~~~~~~~~~~ #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 849.7 133 | __attribute__((unused)); #12 849.7 | ^~~~~~~~~~~~~ #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 849.7 214 | __attribute__((unused)); #12 849.7 | ^~~~~~~~~~~~~ #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 849.7 247 | __attribute__((unused)); #12 849.7 | ^~~~~~~~~~~~~ #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 849.7 251 | __attribute__((unused)); #12 849.7 | ^~~~~~~~~~~~~ #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 849.7 259 | __attribute__((unused)); #12 849.7 | ^~~~~~~~~~~~~ #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 849.7 263 | __attribute__((unused)); #12 849.7 | ^~~~~~~~~~~~~ #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 849.7 267 | __attribute__((unused)); #12 849.7 | ^~~~~~~~~~~~~ #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 849.7 271 | __attribute__((unused)); #12 849.7 | ^~~~~~~~~~~~~ #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 849.7 275 | __attribute__((unused)); #12 849.7 | ^~~~~~~~~~~~~ #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 849.7 287 | __attribute__((unused)); #12 849.7 | ^~~~~~~~~~~~~ #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 849.7 311 | __attribute__((unused)); #12 849.7 | ^~~~~~~~~~~~~ #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 849.7 323 | __attribute__((unused)); #12 849.7 | ^~~~~~~~~~~~~ #12 849.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 849.7 from nsgui.h:34, #12 849.7 from dispextern.h:137, #12 849.7 from nsterm.h:22, #12 849.7 from nsselect.m:31: #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 849.7 493 | PSgsave() #12 849.7 | ^~~~~~~ #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 849.7 499 | PSgrestore() #12 849.7 | ^~~~~~~~~~ #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 849.7 505 | PSinitgraphics() #12 849.7 | ^~~~~~~~~~~~~~ #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 849.7 622 | PSinitmatrix() #12 849.7 | ^~~~~~~~~~~~ #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 849.7 669 | PSclip() #12 849.7 | ^~~~~~ #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 849.7 675 | PSclosepath() #12 849.7 | ^~~~~~~~~~~ #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 849.7 687 | PSeoclip() #12 849.7 | ^~~~~~~~ #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 849.7 693 | PSeofill() #12 849.7 | ^~~~~~~~ #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 849.7 699 | PSfill() #12 849.7 | ^~~~~~ #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 849.7 705 | PSflattenpath() #12 849.7 | ^~~~~~~~~~~~~ #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 849.7 711 | PSinitclip() #12 849.7 | ^~~~~~~~~~ #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 849.7 729 | PSnewpath() #12 849.7 | ^~~~~~~~~ #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 849.7 765 | PSreversepath() #12 849.7 | ^~~~~~~~~~~~~ #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 849.7 783 | PSstroke() #12 849.7 | ^~~~~~~~ #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 849.7 835 | PSWait() #12 849.7 | ^~~~~~ #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 849.7 /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 852.6 CC nsimage.o #12 852.7 cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 852.7 cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 853.4 In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 853.4 from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 853.4 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 853.4 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 853.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.4 from nsgui.h:34, #12 853.4 from dispextern.h:137, #12 853.4 from nsimage.m:33: #12 853.4 /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.4 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 853.4 | ^ #12 853.4 In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 853.4 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 853.4 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 853.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.4 from nsgui.h:34, #12 853.4 from dispextern.h:137, #12 853.4 from nsimage.m:33: #12 853.4 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.4 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 853.4 | ^ #12 853.4 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 853.4 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 853.4 | ^~~~~~~~~~~~~~~~~~~~ #12 853.4 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 853.4 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 853.4 | ^~~~~~~~~~~~~~~~~~~~ #12 853.4 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.4 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 853.4 | ^ #12 853.4 In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 853.4 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 853.4 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 853.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.4 from nsgui.h:34, #12 853.4 from dispextern.h:137, #12 853.4 from nsimage.m:33: #12 853.4 /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.4 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 853.4 | ^ #12 853.4 /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.4 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 853.4 | ^ #12 853.4 In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 853.4 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 853.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.4 from nsgui.h:34, #12 853.4 from dispextern.h:137, #12 853.4 from nsimage.m:33: #12 853.4 /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.4 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 853.4 | ^ #12 853.4 /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.4 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.4 | ^ #12 853.4 /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.4 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 853.4 | ^ #12 853.4 /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.4 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.4 | ^ #12 853.4 /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.4 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 853.4 | ^ #12 853.4 /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.4 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 853.4 | ^ #12 853.4 In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 853.4 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 853.4 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 853.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.4 from nsgui.h:34, #12 853.4 from dispextern.h:137, #12 853.4 from nsimage.m:33: #12 853.4 /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.4 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.4 | ^ #12 853.4 /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.4 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 853.4 | ^ #12 853.4 /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.4 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 853.4 | ^ #12 853.4 /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.4 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.4 | ^ #12 853.4 In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 853.4 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 853.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.4 from nsgui.h:34, #12 853.4 from dispextern.h:137, #12 853.4 from nsimage.m:33: #12 853.4 /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.4 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.4 | ^ #12 853.4 In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 853.4 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 853.4 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 853.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.4 from nsgui.h:34, #12 853.4 from dispextern.h:137, #12 853.4 from nsimage.m:33: #12 853.4 /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.4 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 853.4 | ^ #12 853.4 In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 853.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.4 from nsgui.h:34, #12 853.4 from dispextern.h:137, #12 853.4 from nsimage.m:33: #12 853.4 /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.4 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 853.4 | ^ #12 853.4 /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.4 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 853.4 | ^ #12 853.4 In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 853.4 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 853.4 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 853.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.4 from nsgui.h:34, #12 853.4 from dispextern.h:137, #12 853.4 from nsimage.m:33: #12 853.4 /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.4 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 853.4 | ^ #12 853.4 /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.4 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 853.4 | ^ #12 853.4 /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.4 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 853.4 | ^ #12 853.4 /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.4 88 | #if GS_API_VERSION(0,011500) #12 853.4 | ^ #12 853.4 /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.4 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 853.4 | ^ #12 853.4 /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.4 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 853.4 | ^ #12 853.4 /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.4 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 853.4 | ^ #12 853.4 /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.4 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 853.4 | ^ #12 853.4 /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.4 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 853.4 | ^ #12 853.4 /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.4 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 853.4 | ^ #12 853.4 /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.4 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 853.4 | ^ #12 853.4 In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 853.4 from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 853.4 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 853.4 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 853.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.4 from nsgui.h:34, #12 853.4 from dispextern.h:137, #12 853.4 from nsimage.m:33: #12 853.4 /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.4 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 853.4 | ^ #12 853.4 In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 853.4 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 853.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.4 from nsgui.h:34, #12 853.4 from dispextern.h:137, #12 853.4 from nsimage.m:33: #12 853.4 /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.4 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 853.4 | ^ #12 853.4 /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 853.4 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 853.4 | ^~~~~~~~~~ #12 853.4 In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 853.4 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 853.4 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 853.4 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.4 from nsgui.h:34, #12 853.4 from dispextern.h:137, #12 853.4 from nsimage.m:33: #12 853.4 /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 853.4 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 853.4 | ^~~~~~~~~~ #12 853.5 In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 853.5 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 853.5 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 853.5 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 853.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.5 from nsgui.h:34, #12 853.5 from dispextern.h:137, #12 853.5 from nsimage.m:33: #12 853.5 /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.5 | ^ #12 853.5 In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 853.5 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 853.5 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 853.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.5 from nsgui.h:34, #12 853.5 from dispextern.h:137, #12 853.5 from nsimage.m:33: #12 853.5 /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 853.5 | ^ #12 853.5 In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 853.5 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 853.5 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 853.5 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 853.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.5 from nsgui.h:34, #12 853.5 from dispextern.h:137, #12 853.5 from nsimage.m:33: #12 853.5 /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 853.5 | ^ #12 853.5 In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 853.5 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 853.5 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 853.5 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 853.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.5 from nsgui.h:34, #12 853.5 from dispextern.h:137, #12 853.5 from nsimage.m:33: #12 853.5 /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 853.5 | ^ #12 853.5 In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 853.5 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 853.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.5 from nsgui.h:34, #12 853.5 from dispextern.h:137, #12 853.5 from nsimage.m:33: #12 853.5 /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.5 | ^ #12 853.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 853.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.5 from nsgui.h:34, #12 853.5 from dispextern.h:137, #12 853.5 from nsimage.m:33: #12 853.5 /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 46 | #if GS_EXPOSE(NSAffineTransform) #12 853.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 853.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.5 from nsgui.h:34, #12 853.5 from dispextern.h:137, #12 853.5 from nsimage.m:33: #12 853.5 /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 853.5 | ^ #12 853.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 853.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.5 from nsgui.h:34, #12 853.5 from dispextern.h:137, #12 853.5 from nsimage.m:33: #12 853.5 /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 853.5 | ^ #12 853.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 853.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.5 from nsgui.h:34, #12 853.5 from dispextern.h:137, #12 853.5 from nsimage.m:33: #12 853.5 /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 853.5 | ^ #12 853.5 In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 853.5 from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 853.5 from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 853.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.5 from nsgui.h:34, #12 853.5 from dispextern.h:137, #12 853.5 from nsimage.m:33: #12 853.5 /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 853.5 | ^ #12 853.5 In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 853.5 from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 853.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.5 from nsgui.h:34, #12 853.5 from dispextern.h:137, #12 853.5 from nsimage.m:33: #12 853.5 /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 853.5 | ^ #12 853.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 853.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.5 from nsgui.h:34, #12 853.5 from dispextern.h:137, #12 853.5 from nsimage.m:33: #12 853.5 /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 45 | #if GS_EXPOSE(NSArchiver) #12 853.5 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 853.5 /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 164 | #if GS_EXPOSE(NSUnarchiver) #12 853.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.5 /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 853.5 | ^ #12 853.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 853.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.5 from nsgui.h:34, #12 853.5 from dispextern.h:137, #12 853.5 from nsimage.m:33: #12 853.5 /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 853.5 | ^ #12 853.5 In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 853.5 from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 853.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.5 from nsgui.h:34, #12 853.5 from dispextern.h:137, #12 853.5 from nsimage.m:33: #12 853.5 /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 853.5 | ^ #12 853.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 853.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.5 from nsgui.h:34, #12 853.5 from dispextern.h:137, #12 853.5 from nsimage.m:33: #12 853.5 /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.5 | ^ #12 853.5 In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 853.5 from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 853.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.5 from nsgui.h:34, #12 853.5 from dispextern.h:137, #12 853.5 from nsimage.m:33: #12 853.5 /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.5 | ^ #12 853.5 In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 853.5 from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 853.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.5 from nsgui.h:34, #12 853.5 from dispextern.h:137, #12 853.5 from nsimage.m:33: #12 853.5 /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 853.5 | ^ #12 853.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 853.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.5 from nsgui.h:34, #12 853.5 from dispextern.h:137, #12 853.5 from nsimage.m:33: #12 853.5 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 853.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.5 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 853.5 | ^ #12 853.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 853.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.5 from nsgui.h:34, #12 853.5 from dispextern.h:137, #12 853.5 from nsimage.m:33: #12 853.5 /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 853.5 | ^ #12 853.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 853.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.5 from nsgui.h:34, #12 853.5 from dispextern.h:137, #12 853.5 from nsimage.m:33: #12 853.5 /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 114 | #if GS_EXPOSE(NSBundle) #12 853.5 | ^~~~~~~~~~~~~~~~~~~~~ #12 853.5 /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 853.5 | ^ #12 853.5 /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 853.5 | ^ #12 853.5 In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 853.5 from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 853.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.5 from nsgui.h:34, #12 853.5 from dispextern.h:137, #12 853.5 from nsimage.m:33: #12 853.5 /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 853.5 | ^ #12 853.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 853.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.5 from nsgui.h:34, #12 853.5 from dispextern.h:137, #12 853.5 from nsimage.m:33: #12 853.5 /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.5 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.5 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 43 | #if GS_EXPOSE(NSCache) #12 853.6 | ^~~~~~~~~~~~~~~~~~~~ #12 853.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 853.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.6 from nsgui.h:34, #12 853.6 from dispextern.h:137, #12 853.6 from nsimage.m:33: #12 853.6 /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 853.6 | ^ #12 853.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 853.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.6 from nsgui.h:34, #12 853.6 from dispextern.h:137, #12 853.6 from nsimage.m:33: #12 853.6 /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 37 | #if GS_EXPOSE(NSCalendarDate) #12 853.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.6 /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 853.6 | ^ #12 853.6 In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 853.6 from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 853.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.6 from nsgui.h:34, #12 853.6 from dispextern.h:137, #12 853.6 from nsimage.m:33: #12 853.6 /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 853.6 | ^ #12 853.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 853.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.6 from nsgui.h:34, #12 853.6 from dispextern.h:137, #12 853.6 from nsimage.m:33: #12 853.6 /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.6 | ^ #12 853.6 In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 853.6 from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 853.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.6 from nsgui.h:34, #12 853.6 from dispextern.h:137, #12 853.6 from nsimage.m:33: #12 853.6 /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 113 | #if GS_EXPOSE(NSException) #12 853.6 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 853.6 /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 853.6 303 | NSGetUncaughtExceptionHandler(); #12 853.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 853.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.6 from nsgui.h:34, #12 853.6 from dispextern.h:137, #12 853.6 from nsimage.m:33: #12 853.6 /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.6 | ^ #12 853.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 853.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.6 from nsgui.h:34, #12 853.6 from dispextern.h:137, #12 853.6 from nsimage.m:33: #12 853.6 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 853.6 | ^ #12 853.6 In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 853.6 from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 853.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.6 from nsgui.h:34, #12 853.6 from dispextern.h:137, #12 853.6 from nsimage.m:33: #12 853.6 /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 53 | #if GS_EXPOSE(NSExpression) #12 853.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.6 In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 853.6 from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 853.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.6 from nsgui.h:34, #12 853.6 from dispextern.h:137, #12 853.6 from nsimage.m:33: #12 853.6 /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 853.6 | ^ #12 853.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 853.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.6 from nsgui.h:34, #12 853.6 from dispextern.h:137, #12 853.6 from nsimage.m:33: #12 853.6 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 853.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 853.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.6 from nsgui.h:34, #12 853.6 from dispextern.h:137, #12 853.6 from nsimage.m:33: #12 853.6 /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 853.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.6 In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 853.6 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 853.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.6 from nsgui.h:34, #12 853.6 from dispextern.h:137, #12 853.6 from nsimage.m:33: #12 853.6 /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 47 | #if GS_EXPOSE(NSTimer) #12 853.6 | ^~~~~~~~~~~~~~~~~~~~ #12 853.6 /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 853.6 | ^ #12 853.6 In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 853.6 from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 853.6 from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 853.6 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 853.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.6 from nsgui.h:34, #12 853.6 from dispextern.h:137, #12 853.6 from nsimage.m:33: #12 853.6 /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 853.6 | ^ #12 853.6 In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 853.6 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 853.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.6 from nsgui.h:34, #12 853.6 from dispextern.h:137, #12 853.6 from nsimage.m:33: #12 853.6 /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 46 | #if GS_EXPOSE(NSRunLoop) #12 853.6 | ^~~~~~~~~~~~~~~~~~~~~~ #12 853.6 /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 853.6 | ^ #12 853.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 853.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.6 from nsgui.h:34, #12 853.6 from dispextern.h:137, #12 853.6 from nsimage.m:33: #12 853.6 /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 853.6 | ^ #12 853.6 In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 853.6 from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 853.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.6 from nsgui.h:34, #12 853.6 from dispextern.h:137, #12 853.6 from nsimage.m:33: #12 853.6 /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 853.6 | ^ #12 853.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 853.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.6 from nsgui.h:34, #12 853.6 from dispextern.h:137, #12 853.6 from nsimage.m:33: #12 853.6 /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 853.6 | ^ #12 853.6 In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 853.6 from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 853.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.6 from nsgui.h:34, #12 853.6 from dispextern.h:137, #12 853.6 from nsimage.m:33: #12 853.6 /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 853.6 | ^ #12 853.6 In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 853.6 from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 853.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.6 from nsgui.h:34, #12 853.6 from dispextern.h:137, #12 853.6 from nsimage.m:33: #12 853.6 /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.6 | ^ #12 853.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 853.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.6 from nsgui.h:34, #12 853.6 from dispextern.h:137, #12 853.6 from nsimage.m:33: #12 853.6 /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 853.6 | ^ #12 853.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 853.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.6 from nsgui.h:34, #12 853.6 from dispextern.h:137, #12 853.6 from nsimage.m:33: #12 853.6 /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 127 | #if GS_EXPOSE(NSDateFormatter) #12 853.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.6 /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.6 | ^ #12 853.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 853.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.6 from nsgui.h:34, #12 853.6 from dispextern.h:137, #12 853.6 from nsimage.m:33: #12 853.6 /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 853.6 | ^ #12 853.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 853.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.6 from nsgui.h:34, #12 853.6 from dispextern.h:137, #12 853.6 from nsimage.m:33: #12 853.6 /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 853.6 | ^ #12 853.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 853.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.6 from nsgui.h:34, #12 853.6 from dispextern.h:137, #12 853.6 from nsimage.m:33: #12 853.6 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.6 | ^ #12 853.6 In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 853.6 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 853.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.6 from nsgui.h:34, #12 853.6 from dispextern.h:137, #12 853.6 from nsimage.m:33: #12 853.6 /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.6 | ^ #12 853.6 In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 853.6 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 853.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.6 from nsgui.h:34, #12 853.6 from dispextern.h:137, #12 853.6 from nsimage.m:33: #12 853.6 /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 853.6 | ^ #12 853.6 In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 853.6 from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 853.6 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 853.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.6 from nsgui.h:34, #12 853.6 from dispextern.h:137, #12 853.6 from nsimage.m:33: #12 853.6 /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 853.6 | ^ #12 853.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 853.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.6 from nsgui.h:34, #12 853.6 from dispextern.h:137, #12 853.6 from nsimage.m:33: #12 853.6 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 853.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.6 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 192 | #if GS_EXPOSE(NSDecimalNumber) #12 853.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 853.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.6 from nsgui.h:34, #12 853.6 from dispextern.h:137, #12 853.6 from nsimage.m:33: #12 853.6 /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 40 | #if GS_EXPOSE(NSDistantObject) #12 853.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 853.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.6 from nsgui.h:34, #12 853.6 from dispextern.h:137, #12 853.6 from nsimage.m:33: #12 853.6 /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 41 | #if GS_EXPOSE(NSDistributedLock) #12 853.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 853.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.6 from nsgui.h:34, #12 853.6 from dispextern.h:137, #12 853.6 from nsimage.m:33: #12 853.6 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.6 | ^ #12 853.6 In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 853.6 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 853.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.6 from nsgui.h:34, #12 853.6 from dispextern.h:137, #12 853.6 from nsimage.m:33: #12 853.6 /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 74 | #if GS_EXPOSE(NSLock) #12 853.6 | ^~~~~~~~~~~~~~~~~~~ #12 853.6 /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 125 | #if GS_EXPOSE(NSCondition) #12 853.6 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 853.6 /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 175 | #if GS_EXPOSE(NSConditionLock) #12 853.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.6 /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 275 | #if GS_EXPOSE(NSRecursiveLock) #12 853.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.6 /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 853.6 | ^ #12 853.6 In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 853.6 from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 853.6 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 853.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.6 from nsgui.h:34, #12 853.6 from dispextern.h:137, #12 853.6 from nsimage.m:33: #12 853.6 /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 853.6 | ^ #12 853.6 In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 853.6 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 853.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.6 from nsgui.h:34, #12 853.6 from dispextern.h:137, #12 853.6 from nsimage.m:33: #12 853.6 /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 71 | #if GS_EXPOSE(NSNotificationCenter) #12 853.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.6 /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.6 | ^ #12 853.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 853.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.6 from nsgui.h:34, #12 853.6 from dispextern.h:137, #12 853.6 from nsimage.m:33: #12 853.6 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 853.6 | ^ #12 853.6 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.6 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 853.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 853.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.7 from nsgui.h:34, #12 853.7 from dispextern.h:137, #12 853.7 from nsimage.m:33: #12 853.7 /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 853.7 | ^ #12 853.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 853.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.7 from nsgui.h:34, #12 853.7 from dispextern.h:137, #12 853.7 from nsimage.m:33: #12 853.7 /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 134 | #if GS_EXPOSE(NSError) #12 853.7 | ^~~~~~~~~~~~~~~~~~~~ #12 853.7 /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 853.7 | ^ #12 853.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 853.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.7 from nsgui.h:34, #12 853.7 from dispextern.h:137, #12 853.7 from nsimage.m:33: #12 853.7 /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 853.7 | ^ #12 853.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 853.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.7 from nsgui.h:34, #12 853.7 from dispextern.h:137, #12 853.7 from nsimage.m:33: #12 853.7 /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 853.7 | ^ #12 853.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 853.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.7 from nsgui.h:34, #12 853.7 from dispextern.h:137, #12 853.7 from nsimage.m:33: #12 853.7 /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 853.7 | ^ #12 853.7 In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 853.7 from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 853.7 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 853.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.7 from nsgui.h:34, #12 853.7 from dispextern.h:137, #12 853.7 from nsimage.m:33: #12 853.7 /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 182 | #if GS_EXPOSE(NSURLHandle) #12 853.7 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 853.7 /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 853.7 | ^ #12 853.7 In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 853.7 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 853.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.7 from nsgui.h:34, #12 853.7 from dispextern.h:137, #12 853.7 from nsimage.m:33: #12 853.7 /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 73 | #if GS_EXPOSE(NSURL) #12 853.7 | ^~~~~~~~~~~~~~~~~~ #12 853.7 /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 853.7 | ^ #12 853.7 In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 853.7 from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 853.7 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 853.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.7 from nsgui.h:34, #12 853.7 from dispextern.h:137, #12 853.7 from nsimage.m:33: #12 853.7 /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 853.7 | ^ #12 853.7 In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 853.7 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 853.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.7 from nsgui.h:34, #12 853.7 from dispextern.h:137, #12 853.7 from nsimage.m:33: #12 853.7 /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 599 | #if GS_EXPOSE(NSURLQueryItem) #12 853.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.7 /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 633 | #if GS_EXPOSE(NSURLComponents) #12 853.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.7 /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 853.7 | ^ #12 853.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 853.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.7 from nsgui.h:34, #12 853.7 from dispextern.h:137, #12 853.7 from nsimage.m:33: #12 853.7 /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 853.7 | ^ #12 853.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 853.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.7 from nsgui.h:34, #12 853.7 from dispextern.h:137, #12 853.7 from nsimage.m:33: #12 853.7 /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 160 | #if GS_EXPOSE(NSPipe) #12 853.7 | ^~~~~~~~~~~~~~~~~~~ #12 853.7 /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 853.7 | ^ #12 853.7 In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 853.7 from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 853.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.7 from nsgui.h:34, #12 853.7 from dispextern.h:137, #12 853.7 from nsimage.m:33: #12 853.7 /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 853.7 | ^ #12 853.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 853.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.7 from nsgui.h:34, #12 853.7 from dispextern.h:137, #12 853.7 from nsimage.m:33: #12 853.7 /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.7 | ^ #12 853.7 In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 853.7 from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 853.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.7 from nsgui.h:34, #12 853.7 from dispextern.h:137, #12 853.7 from nsimage.m:33: #12 853.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 853.7 | ^ #12 853.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 853.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.7 from nsgui.h:34, #12 853.7 from dispextern.h:137, #12 853.7 from nsimage.m:33: #12 853.7 /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 215 | #if GS_EXPOSE(NSFileManager) #12 853.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.7 /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 853.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.7 /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 853.7 | ^ #12 853.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 853.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.7 from nsgui.h:34, #12 853.7 from dispextern.h:137, #12 853.7 from nsimage.m:33: #12 853.7 /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 853.7 | ^ #12 853.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 853.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.7 from nsgui.h:34, #12 853.7 from dispextern.h:137, #12 853.7 from nsimage.m:33: #12 853.7 /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 853.7 | ^ #12 853.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 853.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.7 from nsgui.h:34, #12 853.7 from dispextern.h:137, #12 853.7 from nsimage.m:33: #12 853.7 /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.7 | ^ #12 853.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 853.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.7 from nsgui.h:34, #12 853.7 from dispextern.h:137, #12 853.7 from nsimage.m:33: #12 853.7 /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 853.7 | ^ #12 853.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 853.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.7 from nsgui.h:34, #12 853.7 from dispextern.h:137, #12 853.7 from nsimage.m:33: #12 853.7 /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 853.7 | ^ #12 853.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 853.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.7 from nsgui.h:34, #12 853.7 from dispextern.h:137, #12 853.7 from nsimage.m:33: #12 853.7 /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 42 | #if GS_EXPOSE(NSHost) #12 853.7 | ^~~~~~~~~~~~~~~~~~~ #12 853.7 /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 853.7 | ^ #12 853.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 853.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.7 from nsgui.h:34, #12 853.7 from dispextern.h:137, #12 853.7 from nsimage.m:33: #12 853.7 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 68 | #if GS_EXPOSE(NSHTTPCookie) #12 853.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.7 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 853.7 | ^ #12 853.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 853.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.7 from nsgui.h:34, #12 853.7 from dispextern.h:137, #12 853.7 from nsimage.m:33: #12 853.7 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 853.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 853.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.7 from nsgui.h:34, #12 853.7 from dispextern.h:137, #12 853.7 from nsimage.m:33: #12 853.7 /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 47 | #if GS_EXPOSE(NSIndexPath) #12 853.7 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 853.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 853.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.7 from nsgui.h:34, #12 853.7 from dispextern.h:137, #12 853.7 from nsimage.m:33: #12 853.7 /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 49 | #if GS_EXPOSE(NSIndexSet) #12 853.7 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 853.7 /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 853.7 | ^ #12 853.7 In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 853.7 from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 853.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.7 from nsgui.h:34, #12 853.7 from dispextern.h:137, #12 853.7 from nsimage.m:33: #12 853.7 /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 52 | #if GS_EXPOSE(NSMethodSignature) #12 853.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 853.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.7 from nsgui.h:34, #12 853.7 from dispextern.h:137, #12 853.7 from nsimage.m:33: #12 853.7 /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 38 | #if GS_EXPOSE(NSInvocation) #12 853.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.7 /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 853.7 | ^ #12 853.7 In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 853.7 from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 853.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.7 from nsgui.h:34, #12 853.7 from dispextern.h:137, #12 853.7 from nsimage.m:33: #12 853.7 /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.7 | ^ #12 853.7 /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.7 | ^ #12 853.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 853.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.7 from nsgui.h:34, #12 853.7 from dispextern.h:137, #12 853.7 from nsimage.m:33: #12 853.7 /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 853.7 | ^ #12 853.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 853.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.7 from nsgui.h:34, #12 853.7 from dispextern.h:137, #12 853.7 from nsimage.m:33: #12 853.7 /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 853.7 | ^ #12 853.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 853.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.8 from nsgui.h:34, #12 853.8 from dispextern.h:137, #12 853.8 from nsimage.m:33: #12 853.8 /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 853.8 | ^ #12 853.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 853.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.8 from nsgui.h:34, #12 853.8 from dispextern.h:137, #12 853.8 from nsimage.m:33: #12 853.8 /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 853.8 | ^ #12 853.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 853.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.8 from nsgui.h:34, #12 853.8 from dispextern.h:137, #12 853.8 from nsimage.m:33: #12 853.8 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.8 | ^ #12 853.8 In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 853.8 from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 853.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.8 from nsgui.h:34, #12 853.8 from dispextern.h:137, #12 853.8 from nsimage.m:33: #12 853.8 /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.8 | ^ #12 853.8 /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 853.8 | ^ #12 853.8 In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 853.8 from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 853.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.8 from nsgui.h:34, #12 853.8 from dispextern.h:137, #12 853.8 from nsimage.m:33: #12 853.8 /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 853.8 | ^ #12 853.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 853.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.8 from nsgui.h:34, #12 853.8 from dispextern.h:137, #12 853.8 from nsimage.m:33: #12 853.8 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 853.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.8 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 853.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 853.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.8 from nsgui.h:34, #12 853.8 from dispextern.h:137, #12 853.8 from nsimage.m:33: #12 853.8 /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.8 | ^ #12 853.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 853.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.8 from nsgui.h:34, #12 853.8 from dispextern.h:137, #12 853.8 from nsimage.m:33: #12 853.8 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 853.8 | ^ #12 853.8 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 853.8 | ^ #12 853.8 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 853.8 | ^ #12 853.8 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 853.8 | ^ #12 853.8 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 853.8 | ^ #12 853.8 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 853.8 | ^ #12 853.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 853.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.8 from nsgui.h:34, #12 853.8 from dispextern.h:137, #12 853.8 from nsimage.m:33: #12 853.8 /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 853.8 | ^ #12 853.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 853.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.8 from nsgui.h:34, #12 853.8 from dispextern.h:137, #12 853.8 from nsimage.m:33: #12 853.8 /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 853.8 | ^ #12 853.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 853.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.8 from nsgui.h:34, #12 853.8 from dispextern.h:137, #12 853.8 from nsimage.m:33: #12 853.8 /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 853.8 | ^ #12 853.8 /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.8 | ^ #12 853.8 /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.8 | ^ #12 853.8 /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 103 | #if GS_EXPOSE(NSLocale) #12 853.8 | ^~~~~~~~~~~~~~~~~~~~~ #12 853.8 /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 853.8 | ^ #12 853.8 /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 853.8 | ^ #12 853.8 /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.8 | ^ #12 853.8 /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.8 | ^ #12 853.8 /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 853.8 | ^ #12 853.8 /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.8 | ^ #12 853.8 /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 853.8 | ^ #12 853.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 853.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.8 from nsgui.h:34, #12 853.8 from dispextern.h:137, #12 853.8 from nsimage.m:33: #12 853.8 /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 853.8 | ^ #12 853.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 853.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.8 from nsgui.h:34, #12 853.8 from dispextern.h:137, #12 853.8 from nsimage.m:33: #12 853.8 /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 853.8 | ^ #12 853.8 In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 853.8 from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 853.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.8 from nsgui.h:34, #12 853.8 from dispextern.h:137, #12 853.8 from nsimage.m:33: #12 853.8 /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 853.8 | ^ #12 853.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 853.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.8 from nsgui.h:34, #12 853.8 from dispextern.h:137, #12 853.8 from nsimage.m:33: #12 853.8 /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 40 | #if GS_EXPOSE(NSMetadataItem) #12 853.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.8 /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 66 | #if GS_EXPOSE(NSMetadataQuery) #12 853.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.8 /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 853.8 | ^ #12 853.8 /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 853.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.8 /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 853.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 853.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.8 from nsgui.h:34, #12 853.8 from dispextern.h:137, #12 853.8 from nsimage.m:33: #12 853.8 /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 112 | #if GS_EXPOSE(NSNotificationQueue) #12 853.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 853.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.8 from nsgui.h:34, #12 853.8 from dispextern.h:137, #12 853.8 from nsimage.m:33: #12 853.8 /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 853.8 | ^ #12 853.8 /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 853.8 | ^ #12 853.8 /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 853.8 | ^ #12 853.8 /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 853.8 | ^ #12 853.8 /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 361 | #if GS_EXPOSE(NSNetService) #12 853.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.8 /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 853.8 | ^ #12 853.8 /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 853.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 853.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.8 from nsgui.h:34, #12 853.8 from dispextern.h:137, #12 853.8 from nsimage.m:33: #12 853.8 /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.8 | ^ #12 853.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 853.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.8 from nsgui.h:34, #12 853.8 from dispextern.h:137, #12 853.8 from nsimage.m:33: #12 853.8 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.8 | ^ #12 853.8 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 853.8 | ^ #12 853.8 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 123 | #if GS_EXPOSE(NSNumberFormatter) #12 853.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.8 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 853.8 | ^ #12 853.8 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 853.8 | ^ #12 853.8 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.8 | ^ #12 853.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 853.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.8 from nsgui.h:34, #12 853.8 from dispextern.h:137, #12 853.8 from nsimage.m:33: #12 853.8 /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 853.8 | ^ #12 853.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 853.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.8 from nsgui.h:34, #12 853.8 from dispextern.h:137, #12 853.8 from nsimage.m:33: #12 853.8 /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 853.8 | ^ #12 853.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 853.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.8 from nsgui.h:34, #12 853.8 from dispextern.h:137, #12 853.8 from nsimage.m:33: #12 853.8 /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.8 | ^ #12 853.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 853.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.8 from nsgui.h:34, #12 853.8 from dispextern.h:137, #12 853.8 from nsimage.m:33: #12 853.8 /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 853.8 | ^ #12 853.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 853.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.8 from nsgui.h:34, #12 853.8 from dispextern.h:137, #12 853.8 from nsimage.m:33: #12 853.8 /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 853.8 | ^ #12 853.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 853.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.8 from nsgui.h:34, #12 853.8 from dispextern.h:137, #12 853.8 from nsimage.m:33: #12 853.8 /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 853.8 | ^ #12 853.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 853.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.8 from nsgui.h:34, #12 853.8 from dispextern.h:137, #12 853.8 from nsimage.m:33: #12 853.8 /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.8 53 | #if GS_EXPOSE(NSPortCoder) #12 853.8 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 853.9 In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 853.9 from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 77 | #if GS_EXPOSE(NSPort) #12 853.9 | ^~~~~~~~~~~~~~~~~~~ #12 853.9 /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 202 | #if GS_EXPOSE(NSSocketPort) #12 853.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.9 /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 284 | #if GS_EXPOSE(NSMessagePort) #12 853.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 47 | #if GS_EXPOSE(NSPortMessage) #12 853.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 853.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 53 | #if GS_EXPOSE(NSProgress) #12 853.9 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 853.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 40 | #if GS_EXPOSE(NSProtocolChecker) #12 853.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 91 | #if GS_EXPOSE(NSRegularExpression) #12 853.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 42 | #if GS_EXPOSE(NSScanner) #12 853.9 | ^~~~~~~~~~~~~~~~~~~~~~ #12 853.9 /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 853.9 | ^ #12 853.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 853.9 | ^ #12 853.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 853.9 | ^ #12 853.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 853.9 | ^ #12 853.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 853.9 | ^ #12 853.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 853.9 | ^ #12 853.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 853.9 | ^ #12 853.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 853.9 | ^ #12 853.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 853.9 | ^ #12 853.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 853.9 | ^ #12 853.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 48 | #if GS_EXPOSE(NSSortDescriptor) #12 853.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.9 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 853.9 | ^ #12 853.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 58 | #if GS_EXPOSE(NSSpellServer) #12 853.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.9 /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 853.9 | ^ #12 853.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 853.9 | ^ #12 853.9 In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 853.9 from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 853.9 | ^ #12 853.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 51 | #if GS_EXPOSE(NSTask) #12 853.9 | ^~~~~~~~~~~~~~~~~~~ #12 853.9 /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 853.9 | ^ #12 853.9 In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 853.9 from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 853.9 | ^ #12 853.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.9 | ^ #12 853.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 59 | #if GS_EXPOSE(NSThread) #12 853.9 | ^~~~~~~~~~~~~~~~~~~~~ #12 853.9 /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 853.9 | ^ #12 853.9 In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 853.9 from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 853.9 | ^ #12 853.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 853.9 | ^ #12 853.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 853.9 | ^ #12 853.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 87 | #if GS_EXPOSE(NSUndoManager) #12 853.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 853.9 | ^ #12 853.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 853.9 | ^ #12 853.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 853.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 853.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.9 /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 105 | #if GS_EXPOSE(NSURLCache) #12 853.9 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 853.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 48 | #if GS_EXPOSE(NSURLConnection) #12 853.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.9 /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 853.9 | ^ #12 853.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 56 | #if GS_EXPOSE(NSURLCredential) #12 853.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 853.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 49 | #if GS_EXPOSE(NSURLDownload) #12 853.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.9 /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 853.9 | ^ #12 853.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 853.9 | ^ #12 853.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 853.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 853.9 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 853.9 | ^ #12 853.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 853.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 853.9 from nsgui.h:34, #12 853.9 from dispextern.h:137, #12 853.9 from nsimage.m:33: #12 853.9 /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 853.9 | ^ #12 853.9 /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 853.9 121 | #if GS_EXPOSE(NSURLProtocol) #12 853.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 854.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 854.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 854.0 from nsgui.h:34, #12 854.0 from dispextern.h:137, #12 854.0 from nsimage.m:33: #12 854.0 /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 92 | #if GS_EXPOSE(NSURLRequest) #12 854.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 854.0 /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 854.0 | ^ #12 854.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 854.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 854.0 from nsgui.h:34, #12 854.0 from dispextern.h:137, #12 854.0 from nsimage.m:33: #12 854.0 /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 49 | #if GS_EXPOSE(NSURLResponse) #12 854.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 854.0 /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 854.0 | ^ #12 854.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 854.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 854.0 from nsgui.h:34, #12 854.0 from dispextern.h:137, #12 854.0 from nsimage.m:33: #12 854.0 /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 854.0 | ^ #12 854.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 854.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 854.0 from nsgui.h:34, #12 854.0 from dispextern.h:137, #12 854.0 from nsimage.m:33: #12 854.0 /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 217 | #if GS_EXPOSE(NSUserDefaults) #12 854.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 854.0 /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.0 | ^ #12 854.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 854.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 854.0 from nsgui.h:34, #12 854.0 from dispextern.h:137, #12 854.0 from nsimage.m:33: #12 854.0 /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 854.0 | ^ #12 854.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 854.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 854.0 from nsgui.h:34, #12 854.0 from dispextern.h:137, #12 854.0 from nsimage.m:33: #12 854.0 /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 854.0 | ^ #12 854.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 854.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 854.0 from nsgui.h:34, #12 854.0 from dispextern.h:137, #12 854.0 from nsimage.m:33: #12 854.0 /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 854.0 | ^ #12 854.0 In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 854.0 from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 854.0 from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 854.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 854.0 from nsgui.h:34, #12 854.0 from dispextern.h:137, #12 854.0 from nsimage.m:33: #12 854.0 /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 854.0 | ^ #12 854.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 854.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 854.0 from nsgui.h:34, #12 854.0 from dispextern.h:137, #12 854.0 from nsimage.m:33: #12 854.0 /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 854.0 | ^ #12 854.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 854.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 854.0 from nsgui.h:34, #12 854.0 from dispextern.h:137, #12 854.0 from nsimage.m:33: #12 854.0 /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 72 | #if GS_EXPOSE(NSXMLParser) #12 854.0 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 854.0 /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 854.0 | ^ #12 854.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 854.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 854.0 from nsgui.h:34, #12 854.0 from dispextern.h:137, #12 854.0 from nsimage.m:33: #12 854.0 /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 854.0 | ^ #12 854.0 In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 854.0 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 854.0 from nsgui.h:34, #12 854.0 from dispextern.h:137, #12 854.0 from nsimage.m:33: #12 854.0 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 854.0 | ^ #12 854.0 In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 854.0 from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 854.0 from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 854.0 from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 854.0 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 854.0 from nsgui.h:34, #12 854.0 from dispextern.h:137, #12 854.0 from nsimage.m:33: #12 854.0 /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.0 | ^ #12 854.0 In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 854.0 from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 854.0 from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 854.0 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 854.0 from nsgui.h:34, #12 854.0 from dispextern.h:137, #12 854.0 from nsimage.m:33: #12 854.0 /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 854.0 | ^ #12 854.0 In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 854.0 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 854.0 from nsgui.h:34, #12 854.0 from dispextern.h:137, #12 854.0 from nsimage.m:33: #12 854.0 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 854.0 | ^ #12 854.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 854.0 from nsgui.h:34, #12 854.0 from dispextern.h:137, #12 854.0 from nsimage.m:33: #12 854.0 /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.0 | ^ #12 854.0 /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 854.0 | ^ #12 854.0 In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 854.0 from /usr/include/GNUstep/AppKit/NSView.h:38, #12 854.0 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 854.0 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 854.0 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 854.0 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 854.0 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 854.0 from nsgui.h:34, #12 854.0 from dispextern.h:137, #12 854.0 from nsimage.m:33: #12 854.0 /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.0 | ^ #12 854.0 In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 854.0 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 854.0 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 854.0 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 854.0 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 854.0 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 854.0 from nsgui.h:34, #12 854.0 from dispextern.h:137, #12 854.0 from nsimage.m:33: #12 854.0 /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.0 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.0 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.1 | ^ #12 854.1 In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 854.1 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 854.1 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 854.1 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 854.1 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 854.1 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 854.1 from nsgui.h:34, #12 854.1 from dispextern.h:137, #12 854.1 from nsimage.m:33: #12 854.1 /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 854.1 | ^ #12 854.1 In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 854.1 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 854.1 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 854.1 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 854.1 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 854.1 from nsgui.h:34, #12 854.1 from dispextern.h:137, #12 854.1 from nsimage.m:33: #12 854.1 /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 854.1 | ^ #12 854.1 In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 854.1 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 854.1 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 854.1 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 854.1 from nsgui.h:34, #12 854.1 from dispextern.h:137, #12 854.1 from nsimage.m:33: #12 854.1 /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 854.1 | ^ #12 854.1 In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 854.1 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 854.1 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 854.1 from nsgui.h:34, #12 854.1 from dispextern.h:137, #12 854.1 from nsimage.m:33: #12 854.1 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.1 | ^ #12 854.1 In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 854.1 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 854.1 from nsgui.h:34, #12 854.1 from dispextern.h:137, #12 854.1 from nsimage.m:33: #12 854.1 /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.1 | ^ #12 854.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 854.1 from nsgui.h:34, #12 854.1 from dispextern.h:137, #12 854.1 from nsimage.m:33: #12 854.1 /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 854.1 | ^ #12 854.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 854.1 from nsgui.h:34, #12 854.1 from dispextern.h:137, #12 854.1 from nsimage.m:33: #12 854.1 /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.1 | ^ #12 854.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 854.1 from nsgui.h:34, #12 854.1 from dispextern.h:137, #12 854.1 from nsimage.m:33: #12 854.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.1 | ^ #12 854.1 In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 854.1 from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 854.1 from nsgui.h:34, #12 854.1 from dispextern.h:137, #12 854.1 from nsimage.m:33: #12 854.1 /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.1 | ^ #12 854.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 854.1 from nsgui.h:34, #12 854.1 from dispextern.h:137, #12 854.1 from nsimage.m:33: #12 854.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.1 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.1 | ^ #12 854.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 854.1 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 854.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 854.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 854.1 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 854.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 854.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 854.1 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 854.1 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 854.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 854.1 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 854.1 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 854.2 /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 854.2 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 854.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 854.2 /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 854.2 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 854.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 854.2 /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 854.2 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 854.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 854.2 /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 854.2 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 854.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 854.2 /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 854.2 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 854.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 854.2 /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 854.2 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 854.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 854.2 /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 854.2 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 854.2 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 854.2 /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 854.2 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 854.2 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 854.2 /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 854.2 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 854.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 854.2 /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 854.2 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 854.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 854.2 /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 854.2 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 854.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 854.2 /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 854.2 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 854.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 854.2 /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 854.2 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 854.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 854.2 /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 854.2 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 854.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 854.2 /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.2 | ^ #12 854.2 In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 854.2 from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 854.2 from nsgui.h:34, #12 854.2 from dispextern.h:137, #12 854.2 from nsimage.m:33: #12 854.2 /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.2 | ^ #12 854.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 854.2 from nsgui.h:34, #12 854.2 from dispextern.h:137, #12 854.2 from nsimage.m:33: #12 854.2 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.2 | ^ #12 854.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 854.2 from nsgui.h:34, #12 854.2 from dispextern.h:137, #12 854.2 from nsimage.m:33: #12 854.2 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.2 | ^ #12 854.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 854.2 from nsgui.h:34, #12 854.2 from dispextern.h:137, #12 854.2 from nsimage.m:33: #12 854.2 /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.2 | ^ #12 854.2 In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 854.2 from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 854.2 from nsgui.h:34, #12 854.2 from dispextern.h:137, #12 854.2 from nsimage.m:33: #12 854.2 /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.2 | ^ #12 854.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 854.2 from nsgui.h:34, #12 854.2 from dispextern.h:137, #12 854.2 from nsimage.m:33: #12 854.2 /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.2 | ^ #12 854.2 In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 854.2 from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 854.2 from nsgui.h:34, #12 854.2 from dispextern.h:137, #12 854.2 from nsimage.m:33: #12 854.2 /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.2 | ^ #12 854.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 854.2 from nsgui.h:34, #12 854.2 from dispextern.h:137, #12 854.2 from nsimage.m:33: #12 854.2 /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.2 | ^ #12 854.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 854.2 from nsgui.h:34, #12 854.2 from dispextern.h:137, #12 854.2 from nsimage.m:33: #12 854.2 /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 854.2 | ^ #12 854.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 854.2 from nsgui.h:34, #12 854.2 from dispextern.h:137, #12 854.2 from nsimage.m:33: #12 854.2 /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.2 | ^ #12 854.2 In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 854.2 from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 854.2 from nsgui.h:34, #12 854.2 from dispextern.h:137, #12 854.2 from nsimage.m:33: #12 854.2 /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 854.2 | ^ #12 854.2 In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 854.2 from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 854.2 from nsgui.h:34, #12 854.2 from dispextern.h:137, #12 854.2 from nsimage.m:33: #12 854.2 /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.2 | ^ #12 854.2 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 854.2 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 854.2 from nsgui.h:34, #12 854.2 from dispextern.h:137, #12 854.2 from nsimage.m:33: #12 854.2 /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 854.2 | ^ #12 854.2 In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 854.2 from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 854.2 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 854.2 from nsgui.h:34, #12 854.2 from dispextern.h:137, #12 854.2 from nsimage.m:33: #12 854.2 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.2 | ^ #12 854.2 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 854.2 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 854.2 from nsgui.h:34, #12 854.2 from dispextern.h:137, #12 854.2 from nsimage.m:33: #12 854.2 /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 854.2 | ^ #12 854.2 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 854.2 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 854.2 from nsgui.h:34, #12 854.2 from dispextern.h:137, #12 854.2 from nsimage.m:33: #12 854.2 /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.2 | ^ #12 854.2 In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 854.2 from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 854.2 from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 854.2 from nsgui.h:34, #12 854.2 from dispextern.h:137, #12 854.2 from nsimage.m:33: #12 854.2 /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 854.2 | ^ #12 854.2 /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.2 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.2 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.3 | ^ #12 854.3 In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 854.3 from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 854.3 from nsgui.h:34, #12 854.3 from dispextern.h:137, #12 854.3 from nsimage.m:33: #12 854.3 /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.3 | ^ #12 854.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 854.3 from nsgui.h:34, #12 854.3 from dispextern.h:137, #12 854.3 from nsimage.m:33: #12 854.3 /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.3 | ^ #12 854.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 854.3 from nsgui.h:34, #12 854.3 from dispextern.h:137, #12 854.3 from nsimage.m:33: #12 854.3 /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 854.3 | ^ #12 854.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 854.3 from nsgui.h:34, #12 854.3 from dispextern.h:137, #12 854.3 from nsimage.m:33: #12 854.3 /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 854.3 | ^ #12 854.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 854.3 from nsgui.h:34, #12 854.3 from dispextern.h:137, #12 854.3 from nsimage.m:33: #12 854.3 /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.3 | ^ #12 854.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 854.3 from nsgui.h:34, #12 854.3 from dispextern.h:137, #12 854.3 from nsimage.m:33: #12 854.3 /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.3 | ^ #12 854.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 854.3 from nsgui.h:34, #12 854.3 from dispextern.h:137, #12 854.3 from nsimage.m:33: #12 854.3 /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 854.3 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 854.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 854.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 854.3 from nsgui.h:34, #12 854.3 from dispextern.h:137, #12 854.3 from nsimage.m:33: #12 854.3 /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 854.3 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 854.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 854.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 854.3 from nsgui.h:34, #12 854.3 from dispextern.h:137, #12 854.3 from nsimage.m:33: #12 854.3 /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 854.3 | ^ #12 854.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 854.3 from nsgui.h:34, #12 854.3 from dispextern.h:137, #12 854.3 from nsimage.m:33: #12 854.3 /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 854.3 | ^ #12 854.3 In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 854.3 from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 854.3 from nsgui.h:34, #12 854.3 from dispextern.h:137, #12 854.3 from nsimage.m:33: #12 854.3 /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 854.3 | ^ #12 854.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 854.3 from nsgui.h:34, #12 854.3 from dispextern.h:137, #12 854.3 from nsimage.m:33: #12 854.3 /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.3 | ^ #12 854.3 /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.3 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.3 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 854.4 | ^ #12 854.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 854.4 from nsgui.h:34, #12 854.4 from dispextern.h:137, #12 854.4 from nsimage.m:33: #12 854.4 /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 854.4 | ^ #12 854.4 In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 854.4 from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 854.4 from nsgui.h:34, #12 854.4 from dispextern.h:137, #12 854.4 from nsimage.m:33: #12 854.4 /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.4 | ^ #12 854.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 854.4 from nsgui.h:34, #12 854.4 from dispextern.h:137, #12 854.4 from nsimage.m:33: #12 854.4 /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 854.4 | ^ #12 854.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 854.4 from nsgui.h:34, #12 854.4 from dispextern.h:137, #12 854.4 from nsimage.m:33: #12 854.4 /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.4 | ^ #12 854.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 854.4 from nsgui.h:34, #12 854.4 from dispextern.h:137, #12 854.4 from nsimage.m:33: #12 854.4 /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 854.4 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 854.4 | ^~~~~~~~~~~~~~~~~~~~ #12 854.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 854.4 from nsgui.h:34, #12 854.4 from dispextern.h:137, #12 854.4 from nsimage.m:33: #12 854.4 /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 854.4 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 854.4 | ^~~~~~~~~~~~~~~~~~~~ #12 854.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 854.4 from nsgui.h:34, #12 854.4 from dispextern.h:137, #12 854.4 from nsimage.m:33: #12 854.4 /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.4 | ^ #12 854.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 854.4 from nsgui.h:34, #12 854.4 from dispextern.h:137, #12 854.4 from nsimage.m:33: #12 854.4 /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.4 | ^ #12 854.4 In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 854.4 from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 854.4 from nsgui.h:34, #12 854.4 from dispextern.h:137, #12 854.4 from nsimage.m:33: #12 854.4 /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.4 | ^ #12 854.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 854.4 from nsgui.h:34, #12 854.4 from dispextern.h:137, #12 854.4 from nsimage.m:33: #12 854.4 /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 854.4 | ^ #12 854.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 854.4 from nsgui.h:34, #12 854.4 from dispextern.h:137, #12 854.4 from nsimage.m:33: #12 854.4 /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 854.4 | ^ #12 854.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 854.4 from nsgui.h:34, #12 854.4 from dispextern.h:137, #12 854.4 from nsimage.m:33: #12 854.4 /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 854.4 | ^ #12 854.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 854.4 from nsgui.h:34, #12 854.4 from dispextern.h:137, #12 854.4 from nsimage.m:33: #12 854.4 /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 854.4 | ^ #12 854.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 854.4 from nsgui.h:34, #12 854.4 from dispextern.h:137, #12 854.4 from nsimage.m:33: #12 854.4 /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 854.4 | ^ #12 854.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 854.4 from nsgui.h:34, #12 854.4 from dispextern.h:137, #12 854.4 from nsimage.m:33: #12 854.4 /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.4 | ^ #12 854.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 854.4 from nsgui.h:34, #12 854.4 from dispextern.h:137, #12 854.4 from nsimage.m:33: #12 854.4 /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 854.4 | ^ #12 854.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 854.4 from nsgui.h:34, #12 854.4 from dispextern.h:137, #12 854.4 from nsimage.m:33: #12 854.4 /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 854.4 | ^ #12 854.4 In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 854.4 from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 854.4 from nsgui.h:34, #12 854.4 from dispextern.h:137, #12 854.4 from nsimage.m:33: #12 854.4 /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.4 | ^ #12 854.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 854.4 from nsgui.h:34, #12 854.4 from dispextern.h:137, #12 854.4 from nsimage.m:33: #12 854.4 /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 854.4 | ^ #12 854.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 854.4 from nsgui.h:34, #12 854.4 from dispextern.h:137, #12 854.4 from nsimage.m:33: #12 854.4 /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 854.4 | ^ #12 854.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 854.4 from nsgui.h:34, #12 854.4 from dispextern.h:137, #12 854.4 from nsimage.m:33: #12 854.4 /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.4 | ^ #12 854.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 854.4 from nsgui.h:34, #12 854.4 from dispextern.h:137, #12 854.4 from nsimage.m:33: #12 854.4 /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 854.4 | ^ #12 854.4 In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 854.4 from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 854.4 from nsgui.h:34, #12 854.4 from dispextern.h:137, #12 854.4 from nsimage.m:33: #12 854.4 /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.4 | ^ #12 854.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 854.4 from nsgui.h:34, #12 854.4 from dispextern.h:137, #12 854.4 from nsimage.m:33: #12 854.4 /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.4 | ^ #12 854.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 854.4 from nsgui.h:34, #12 854.4 from dispextern.h:137, #12 854.4 from nsimage.m:33: #12 854.4 /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 854.4 | ^ #12 854.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 854.4 from nsgui.h:34, #12 854.4 from dispextern.h:137, #12 854.4 from nsimage.m:33: #12 854.4 /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.4 | ^ #12 854.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 854.4 from nsgui.h:34, #12 854.4 from dispextern.h:137, #12 854.4 from nsimage.m:33: #12 854.4 /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.4 | ^ #12 854.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 854.4 from nsgui.h:34, #12 854.4 from dispextern.h:137, #12 854.4 from nsimage.m:33: #12 854.4 /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.4 | ^ #12 854.4 /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.4 | ^ #12 854.4 In file included from nsgui.h:34, #12 854.4 from dispextern.h:137, #12 854.4 from nsimage.m:33: #12 854.4 /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.4 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.4 | ^ #12 854.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 854.5 from nsgui.h:34, #12 854.5 from dispextern.h:137, #12 854.5 from nsimage.m:33: #12 854.5 /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 854.5 | ^ #12 854.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 854.5 from nsgui.h:34, #12 854.5 from dispextern.h:137, #12 854.5 from nsimage.m:33: #12 854.5 /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.5 | ^ #12 854.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 854.5 from nsgui.h:34, #12 854.5 from dispextern.h:137, #12 854.5 from nsimage.m:33: #12 854.5 /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 854.5 | ^ #12 854.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 854.5 from nsgui.h:34, #12 854.5 from dispextern.h:137, #12 854.5 from nsimage.m:33: #12 854.5 /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 854.5 | ^ #12 854.5 In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 854.5 from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 854.5 from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 854.5 from nsgui.h:34, #12 854.5 from dispextern.h:137, #12 854.5 from nsimage.m:33: #12 854.5 /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.5 | ^ #12 854.5 In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 854.5 from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 854.5 from nsgui.h:34, #12 854.5 from dispextern.h:137, #12 854.5 from nsimage.m:33: #12 854.5 /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 854.5 | ^ #12 854.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 854.5 from nsgui.h:34, #12 854.5 from dispextern.h:137, #12 854.5 from nsimage.m:33: #12 854.5 /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.5 | ^ #12 854.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 854.5 from nsgui.h:34, #12 854.5 from dispextern.h:137, #12 854.5 from nsimage.m:33: #12 854.5 /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 854.5 | ^ #12 854.5 In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 854.5 from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 854.5 from nsgui.h:34, #12 854.5 from dispextern.h:137, #12 854.5 from nsimage.m:33: #12 854.5 /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 854.5 | ^ #12 854.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 854.5 from nsgui.h:34, #12 854.5 from dispextern.h:137, #12 854.5 from nsimage.m:33: #12 854.5 /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 854.5 | ^ #12 854.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 854.5 from nsgui.h:34, #12 854.5 from dispextern.h:137, #12 854.5 from nsimage.m:33: #12 854.5 /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 854.5 | ^ #12 854.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 854.5 from nsgui.h:34, #12 854.5 from dispextern.h:137, #12 854.5 from nsimage.m:33: #12 854.5 /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.5 | ^ #12 854.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 854.5 from nsgui.h:34, #12 854.5 from dispextern.h:137, #12 854.5 from nsimage.m:33: #12 854.5 /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.5 | ^ #12 854.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 854.5 from nsgui.h:34, #12 854.5 from dispextern.h:137, #12 854.5 from nsimage.m:33: #12 854.5 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.5 | ^ #12 854.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 854.5 from nsgui.h:34, #12 854.5 from dispextern.h:137, #12 854.5 from nsimage.m:33: #12 854.5 /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 854.5 | ^ #12 854.5 In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 854.5 from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 854.5 from nsgui.h:34, #12 854.5 from dispextern.h:137, #12 854.5 from nsimage.m:33: #12 854.5 /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 854.5 | ^ #12 854.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 854.5 from nsgui.h:34, #12 854.5 from dispextern.h:137, #12 854.5 from nsimage.m:33: #12 854.5 /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 854.5 | ^ #12 854.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 854.5 from nsgui.h:34, #12 854.5 from dispextern.h:137, #12 854.5 from nsimage.m:33: #12 854.5 /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 854.5 | ^ #12 854.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 854.5 from nsgui.h:34, #12 854.5 from dispextern.h:137, #12 854.5 from nsimage.m:33: #12 854.5 /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 854.5 | ^ #12 854.5 In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 854.5 from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 854.5 from nsgui.h:34, #12 854.5 from dispextern.h:137, #12 854.5 from nsimage.m:33: #12 854.5 /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.5 | ^ #12 854.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 854.5 from nsgui.h:34, #12 854.5 from dispextern.h:137, #12 854.5 from nsimage.m:33: #12 854.5 /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.5 | ^ #12 854.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 854.5 from nsgui.h:34, #12 854.5 from dispextern.h:137, #12 854.5 from nsimage.m:33: #12 854.5 /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.5 | ^ #12 854.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 854.5 from nsgui.h:34, #12 854.5 from dispextern.h:137, #12 854.5 from nsimage.m:33: #12 854.5 /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.5 | ^ #12 854.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 854.5 from nsgui.h:34, #12 854.5 from dispextern.h:137, #12 854.5 from nsimage.m:33: #12 854.5 /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.5 | ^ #12 854.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 854.5 from nsgui.h:34, #12 854.5 from dispextern.h:137, #12 854.5 from nsimage.m:33: #12 854.5 /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 854.5 | ^ #12 854.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 854.5 from nsgui.h:34, #12 854.5 from dispextern.h:137, #12 854.5 from nsimage.m:33: #12 854.5 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.5 | ^ #12 854.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 854.5 from nsgui.h:34, #12 854.5 from dispextern.h:137, #12 854.5 from nsimage.m:33: #12 854.5 /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.5 | ^ #12 854.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 854.5 from nsgui.h:34, #12 854.5 from dispextern.h:137, #12 854.5 from nsimage.m:33: #12 854.5 /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.5 | ^ #12 854.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 854.5 from nsgui.h:34, #12 854.5 from dispextern.h:137, #12 854.5 from nsimage.m:33: #12 854.5 /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 854.5 | ^ #12 854.5 In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 854.5 from nsgui.h:34, #12 854.5 from dispextern.h:137, #12 854.5 from nsimage.m:33: #12 854.5 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.5 | ^ #12 854.5 In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 854.5 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 854.5 from nsgui.h:34, #12 854.5 from dispextern.h:137, #12 854.5 from nsimage.m:33: #12 854.5 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.5 | ^ #12 854.5 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.5 | ^ #12 854.5 In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 854.5 from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 854.5 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 854.5 from nsgui.h:34, #12 854.5 from dispextern.h:137, #12 854.5 from nsimage.m:33: #12 854.5 /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.5 | ^ #12 854.5 In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 854.5 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 854.5 from nsgui.h:34, #12 854.5 from dispextern.h:137, #12 854.5 from nsimage.m:33: #12 854.5 /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.5 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.5 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 854.6 from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 854.6 from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 854.6 from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 854.6 from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 854.6 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 854.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 854.6 In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 854.6 from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 854.6 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 854.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 854.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.6 | ^ #12 854.6 /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 854.6 | ^ #12 854.6 In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 854.6 from nsgui.h:34, #12 854.6 from dispextern.h:137, #12 854.6 from nsimage.m:33: #12 854.6 /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.6 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 854.6 | ^ #12 854.7 /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.7 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 854.7 | ^ #12 854.7 /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.7 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 854.7 | ^ #12 854.7 /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.7 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.7 | ^ #12 854.7 /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.7 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.7 | ^ #12 854.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 854.7 from nsgui.h:34, #12 854.7 from dispextern.h:137, #12 854.7 from nsimage.m:33: #12 854.7 /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.7 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.7 | ^ #12 854.7 /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.7 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.7 | ^ #12 854.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 854.7 from nsgui.h:34, #12 854.7 from dispextern.h:137, #12 854.7 from nsimage.m:33: #12 854.7 /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.7 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.7 | ^ #12 854.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 854.7 from nsgui.h:34, #12 854.7 from dispextern.h:137, #12 854.7 from nsimage.m:33: #12 854.7 /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.7 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.7 | ^ #12 854.7 /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.7 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.7 | ^ #12 854.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 854.7 from nsgui.h:34, #12 854.7 from dispextern.h:137, #12 854.7 from nsimage.m:33: #12 854.7 /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.7 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 854.7 | ^ #12 854.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 854.7 from nsgui.h:34, #12 854.7 from dispextern.h:137, #12 854.7 from nsimage.m:33: #12 854.7 /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.7 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 854.7 | ^ #12 854.7 /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.7 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 854.7 | ^ #12 854.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 854.7 from nsgui.h:34, #12 854.7 from dispextern.h:137, #12 854.7 from nsimage.m:33: #12 854.7 /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 854.7 | ^ #12 854.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 854.7 from nsgui.h:34, #12 854.7 from dispextern.h:137, #12 854.7 from nsimage.m:33: #12 854.7 /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 854.7 | ^ #12 854.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 854.7 from nsgui.h:34, #12 854.7 from dispextern.h:137, #12 854.7 from nsimage.m:33: #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 854.7 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 854.7 | ^ #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 854.7 125 | __attribute__((unused)); #12 854.7 | ^~~~~~~~~~~~~ #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 854.7 129 | __attribute__((unused)); #12 854.7 | ^~~~~~~~~~~~~ #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 854.7 133 | __attribute__((unused)); #12 854.7 | ^~~~~~~~~~~~~ #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 854.7 214 | __attribute__((unused)); #12 854.7 | ^~~~~~~~~~~~~ #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 854.7 247 | __attribute__((unused)); #12 854.7 | ^~~~~~~~~~~~~ #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 854.7 251 | __attribute__((unused)); #12 854.7 | ^~~~~~~~~~~~~ #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 854.7 259 | __attribute__((unused)); #12 854.7 | ^~~~~~~~~~~~~ #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 854.7 263 | __attribute__((unused)); #12 854.7 | ^~~~~~~~~~~~~ #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 854.7 267 | __attribute__((unused)); #12 854.7 | ^~~~~~~~~~~~~ #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 854.7 271 | __attribute__((unused)); #12 854.7 | ^~~~~~~~~~~~~ #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 854.7 275 | __attribute__((unused)); #12 854.7 | ^~~~~~~~~~~~~ #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 854.7 287 | __attribute__((unused)); #12 854.7 | ^~~~~~~~~~~~~ #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 854.7 311 | __attribute__((unused)); #12 854.7 | ^~~~~~~~~~~~~ #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 854.7 323 | __attribute__((unused)); #12 854.7 | ^~~~~~~~~~~~~ #12 854.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 854.7 from nsgui.h:34, #12 854.7 from dispextern.h:137, #12 854.7 from nsimage.m:33: #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 854.7 493 | PSgsave() #12 854.7 | ^~~~~~~ #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 854.7 499 | PSgrestore() #12 854.7 | ^~~~~~~~~~ #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 854.7 505 | PSinitgraphics() #12 854.7 | ^~~~~~~~~~~~~~ #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 854.7 622 | PSinitmatrix() #12 854.7 | ^~~~~~~~~~~~ #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 854.7 669 | PSclip() #12 854.7 | ^~~~~~ #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 854.7 675 | PSclosepath() #12 854.7 | ^~~~~~~~~~~ #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 854.7 687 | PSeoclip() #12 854.7 | ^~~~~~~~ #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 854.7 693 | PSeofill() #12 854.7 | ^~~~~~~~ #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 854.7 699 | PSfill() #12 854.7 | ^~~~~~ #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 854.7 705 | PSflattenpath() #12 854.7 | ^~~~~~~~~~~~~ #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 854.7 711 | PSinitclip() #12 854.7 | ^~~~~~~~~~ #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 854.7 729 | PSnewpath() #12 854.7 | ^~~~~~~~~ #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 854.7 765 | PSreversepath() #12 854.7 | ^~~~~~~~~~~~~ #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 854.7 783 | PSstroke() #12 854.7 | ^~~~~~~~ #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 854.7 835 | PSWait() #12 854.7 | ^~~~~~ #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 854.7 /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 856.0 CC nsfont.o #12 856.0 cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 856.0 cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 856.5 In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 856.5 from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 856.5 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 856.5 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 856.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.5 from nsgui.h:34, #12 856.5 from dispextern.h:137, #12 856.5 from nsfont.m:28: #12 856.5 /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 856.5 | ^ #12 856.5 In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 856.5 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 856.5 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 856.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.5 from nsgui.h:34, #12 856.5 from dispextern.h:137, #12 856.5 from nsfont.m:28: #12 856.5 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 856.5 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 856.5 | ^~~~~~~~~~~~~~~~~~~~ #12 856.5 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 856.5 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 856.5 | ^~~~~~~~~~~~~~~~~~~~ #12 856.5 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 856.5 | ^ #12 856.5 In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 856.5 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 856.5 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 856.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.5 from nsgui.h:34, #12 856.5 from dispextern.h:137, #12 856.5 from nsfont.m:28: #12 856.5 /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 856.5 | ^ #12 856.5 In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 856.5 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 856.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.5 from nsgui.h:34, #12 856.5 from dispextern.h:137, #12 856.5 from nsfont.m:28: #12 856.5 /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 856.5 | ^ #12 856.5 In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 856.5 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 856.5 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 856.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.5 from nsgui.h:34, #12 856.5 from dispextern.h:137, #12 856.5 from nsfont.m:28: #12 856.5 /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.5 | ^ #12 856.5 In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 856.5 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 856.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.5 from nsgui.h:34, #12 856.5 from dispextern.h:137, #12 856.5 from nsfont.m:28: #12 856.5 /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 856.5 | ^ #12 856.5 In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 856.5 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 856.5 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 856.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.5 from nsgui.h:34, #12 856.5 from dispextern.h:137, #12 856.5 from nsfont.m:28: #12 856.5 /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 856.5 | ^ #12 856.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 856.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.5 from nsgui.h:34, #12 856.5 from dispextern.h:137, #12 856.5 from nsfont.m:28: #12 856.5 /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 856.5 | ^ #12 856.5 In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 856.5 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 856.5 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 856.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.5 from nsgui.h:34, #12 856.5 from dispextern.h:137, #12 856.5 from nsfont.m:28: #12 856.5 /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 88 | #if GS_API_VERSION(0,011500) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 856.5 | ^ #12 856.5 In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 856.5 from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 856.5 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 856.5 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 856.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.5 from nsgui.h:34, #12 856.5 from dispextern.h:137, #12 856.5 from nsfont.m:28: #12 856.5 /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 856.5 | ^ #12 856.5 In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 856.5 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 856.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.5 from nsgui.h:34, #12 856.5 from dispextern.h:137, #12 856.5 from nsfont.m:28: #12 856.5 /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 856.5 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 856.5 | ^~~~~~~~~~ #12 856.5 In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 856.5 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 856.5 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 856.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.5 from nsgui.h:34, #12 856.5 from dispextern.h:137, #12 856.5 from nsfont.m:28: #12 856.5 /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 856.5 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 856.5 | ^~~~~~~~~~ #12 856.5 In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 856.5 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 856.5 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 856.5 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 856.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.5 from nsgui.h:34, #12 856.5 from dispextern.h:137, #12 856.5 from nsfont.m:28: #12 856.5 /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.5 | ^ #12 856.5 In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 856.5 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 856.5 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 856.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.5 from nsgui.h:34, #12 856.5 from dispextern.h:137, #12 856.5 from nsfont.m:28: #12 856.5 /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 856.5 | ^ #12 856.5 /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 856.5 | ^ #12 856.5 In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 856.5 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 856.5 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 856.5 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 856.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.5 from nsgui.h:34, #12 856.5 from dispextern.h:137, #12 856.5 from nsfont.m:28: #12 856.5 /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 856.5 | ^ #12 856.5 In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 856.5 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 856.5 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 856.5 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 856.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.5 from nsgui.h:34, #12 856.5 from dispextern.h:137, #12 856.5 from nsfont.m:28: #12 856.5 /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.5 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 856.5 | ^ #12 856.6 In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 856.6 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 856.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.6 from nsgui.h:34, #12 856.6 from dispextern.h:137, #12 856.6 from nsfont.m:28: #12 856.6 /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.6 | ^ #12 856.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 856.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.6 from nsgui.h:34, #12 856.6 from dispextern.h:137, #12 856.6 from nsfont.m:28: #12 856.6 /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 46 | #if GS_EXPOSE(NSAffineTransform) #12 856.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 856.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 856.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.6 from nsgui.h:34, #12 856.6 from dispextern.h:137, #12 856.6 from nsfont.m:28: #12 856.6 /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 856.6 | ^ #12 856.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 856.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.6 from nsgui.h:34, #12 856.6 from dispextern.h:137, #12 856.6 from nsfont.m:28: #12 856.6 /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 856.6 | ^ #12 856.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 856.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.6 from nsgui.h:34, #12 856.6 from dispextern.h:137, #12 856.6 from nsfont.m:28: #12 856.6 /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 856.6 | ^ #12 856.6 In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 856.6 from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 856.6 from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 856.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.6 from nsgui.h:34, #12 856.6 from dispextern.h:137, #12 856.6 from nsfont.m:28: #12 856.6 /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 856.6 | ^ #12 856.6 In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 856.6 from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 856.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.6 from nsgui.h:34, #12 856.6 from dispextern.h:137, #12 856.6 from nsfont.m:28: #12 856.6 /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 856.6 | ^ #12 856.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 856.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.6 from nsgui.h:34, #12 856.6 from dispextern.h:137, #12 856.6 from nsfont.m:28: #12 856.6 /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 45 | #if GS_EXPOSE(NSArchiver) #12 856.6 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 856.6 /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 164 | #if GS_EXPOSE(NSUnarchiver) #12 856.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 856.6 /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 856.6 | ^ #12 856.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 856.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.6 from nsgui.h:34, #12 856.6 from dispextern.h:137, #12 856.6 from nsfont.m:28: #12 856.6 /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 856.6 | ^ #12 856.6 In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 856.6 from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 856.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.6 from nsgui.h:34, #12 856.6 from dispextern.h:137, #12 856.6 from nsfont.m:28: #12 856.6 /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 856.6 | ^ #12 856.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 856.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.6 from nsgui.h:34, #12 856.6 from dispextern.h:137, #12 856.6 from nsfont.m:28: #12 856.6 /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.6 | ^ #12 856.6 In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 856.6 from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 856.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.6 from nsgui.h:34, #12 856.6 from dispextern.h:137, #12 856.6 from nsfont.m:28: #12 856.6 /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.6 | ^ #12 856.6 In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 856.6 from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 856.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.6 from nsgui.h:34, #12 856.6 from dispextern.h:137, #12 856.6 from nsfont.m:28: #12 856.6 /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 856.6 | ^ #12 856.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 856.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.6 from nsgui.h:34, #12 856.6 from dispextern.h:137, #12 856.6 from nsfont.m:28: #12 856.6 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 856.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 856.6 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 856.6 | ^ #12 856.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 856.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.6 from nsgui.h:34, #12 856.6 from dispextern.h:137, #12 856.6 from nsfont.m:28: #12 856.6 /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 856.6 | ^ #12 856.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 856.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.6 from nsgui.h:34, #12 856.6 from dispextern.h:137, #12 856.6 from nsfont.m:28: #12 856.6 /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 114 | #if GS_EXPOSE(NSBundle) #12 856.6 | ^~~~~~~~~~~~~~~~~~~~~ #12 856.6 /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 856.6 | ^ #12 856.6 In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 856.6 from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 856.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.6 from nsgui.h:34, #12 856.6 from dispextern.h:137, #12 856.6 from nsfont.m:28: #12 856.6 /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 856.6 | ^ #12 856.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 856.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.6 from nsgui.h:34, #12 856.6 from dispextern.h:137, #12 856.6 from nsfont.m:28: #12 856.6 /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 43 | #if GS_EXPOSE(NSCache) #12 856.6 | ^~~~~~~~~~~~~~~~~~~~ #12 856.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 856.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.6 from nsgui.h:34, #12 856.6 from dispextern.h:137, #12 856.6 from nsfont.m:28: #12 856.6 /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 856.6 | ^ #12 856.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 856.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.6 from nsgui.h:34, #12 856.6 from dispextern.h:137, #12 856.6 from nsfont.m:28: #12 856.6 /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 37 | #if GS_EXPOSE(NSCalendarDate) #12 856.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 856.6 /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 856.6 | ^ #12 856.6 In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 856.6 from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 856.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.6 from nsgui.h:34, #12 856.6 from dispextern.h:137, #12 856.6 from nsfont.m:28: #12 856.6 /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 856.6 | ^ #12 856.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 856.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.6 from nsgui.h:34, #12 856.6 from dispextern.h:137, #12 856.6 from nsfont.m:28: #12 856.6 /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.6 | ^ #12 856.6 /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.6 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 856.6 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.7 | ^ #12 856.7 In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 856.7 from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 113 | #if GS_EXPOSE(NSException) #12 856.7 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 856.7 /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 856.7 303 | NSGetUncaughtExceptionHandler(); #12 856.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 856.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.7 | ^ #12 856.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 856.7 | ^ #12 856.7 In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 856.7 from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 53 | #if GS_EXPOSE(NSExpression) #12 856.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 856.7 In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 856.7 from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 856.7 | ^ #12 856.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 856.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 856.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 856.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 856.7 In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 856.7 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 47 | #if GS_EXPOSE(NSTimer) #12 856.7 | ^~~~~~~~~~~~~~~~~~~~ #12 856.7 /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 856.7 | ^ #12 856.7 In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 856.7 from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 856.7 from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 856.7 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 856.7 | ^ #12 856.7 In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 856.7 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 46 | #if GS_EXPOSE(NSRunLoop) #12 856.7 | ^~~~~~~~~~~~~~~~~~~~~~ #12 856.7 /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 856.7 | ^ #12 856.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 856.7 | ^ #12 856.7 In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 856.7 from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 856.7 | ^ #12 856.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 856.7 | ^ #12 856.7 In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 856.7 from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 856.7 | ^ #12 856.7 In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 856.7 from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.7 | ^ #12 856.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 856.7 | ^ #12 856.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 127 | #if GS_EXPOSE(NSDateFormatter) #12 856.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 856.7 /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 856.7 | ^ #12 856.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 856.7 | ^ #12 856.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 856.7 | ^ #12 856.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.7 | ^ #12 856.7 In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 856.7 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.7 | ^ #12 856.7 In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 856.7 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 856.7 | ^ #12 856.7 In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 856.7 from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 856.7 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 856.7 | ^ #12 856.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 856.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 856.7 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 192 | #if GS_EXPOSE(NSDecimalNumber) #12 856.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 856.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 40 | #if GS_EXPOSE(NSDistantObject) #12 856.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 856.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 41 | #if GS_EXPOSE(NSDistributedLock) #12 856.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 856.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.7 | ^ #12 856.7 In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 856.7 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 74 | #if GS_EXPOSE(NSLock) #12 856.7 | ^~~~~~~~~~~~~~~~~~~ #12 856.7 /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 125 | #if GS_EXPOSE(NSCondition) #12 856.7 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 856.7 /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 175 | #if GS_EXPOSE(NSConditionLock) #12 856.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 856.7 /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 275 | #if GS_EXPOSE(NSRecursiveLock) #12 856.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 856.7 /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 856.7 | ^ #12 856.7 In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 856.7 from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 856.7 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 856.7 | ^ #12 856.7 In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 856.7 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 71 | #if GS_EXPOSE(NSNotificationCenter) #12 856.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 856.7 /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 856.7 | ^ #12 856.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 856.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 856.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 856.7 | ^ #12 856.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 134 | #if GS_EXPOSE(NSError) #12 856.7 | ^~~~~~~~~~~~~~~~~~~~ #12 856.7 /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 856.7 | ^ #12 856.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 856.7 | ^ #12 856.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 856.7 | ^ #12 856.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 856.7 | ^ #12 856.7 In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 856.7 from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 856.7 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 182 | #if GS_EXPOSE(NSURLHandle) #12 856.7 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 856.7 /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 856.7 | ^ #12 856.7 In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 856.7 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 73 | #if GS_EXPOSE(NSURL) #12 856.7 | ^~~~~~~~~~~~~~~~~~ #12 856.7 /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 856.7 | ^ #12 856.7 In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 856.7 from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 856.7 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 856.7 | ^ #12 856.7 In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 856.7 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 856.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.7 from nsgui.h:34, #12 856.7 from dispextern.h:137, #12 856.7 from nsfont.m:28: #12 856.7 /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 599 | #if GS_EXPOSE(NSURLQueryItem) #12 856.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 856.7 /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 633 | #if GS_EXPOSE(NSURLComponents) #12 856.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 856.7 /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 856.7 | ^ #12 856.7 /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.7 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 856.7 | ^ #12 856.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 856.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.8 from nsgui.h:34, #12 856.8 from dispextern.h:137, #12 856.8 from nsfont.m:28: #12 856.8 /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 856.8 | ^ #12 856.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 856.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.8 from nsgui.h:34, #12 856.8 from dispextern.h:137, #12 856.8 from nsfont.m:28: #12 856.8 /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 160 | #if GS_EXPOSE(NSPipe) #12 856.8 | ^~~~~~~~~~~~~~~~~~~ #12 856.8 /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 856.8 | ^ #12 856.8 In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 856.8 from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 856.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.8 from nsgui.h:34, #12 856.8 from dispextern.h:137, #12 856.8 from nsfont.m:28: #12 856.8 /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 856.8 | ^ #12 856.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 856.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.8 from nsgui.h:34, #12 856.8 from dispextern.h:137, #12 856.8 from nsfont.m:28: #12 856.8 /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.8 | ^ #12 856.8 In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 856.8 from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 856.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.8 from nsgui.h:34, #12 856.8 from dispextern.h:137, #12 856.8 from nsfont.m:28: #12 856.8 /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 856.8 | ^ #12 856.8 /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.8 | ^ #12 856.8 /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 856.8 | ^ #12 856.8 /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 856.8 | ^ #12 856.8 /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 856.8 | ^ #12 856.8 /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 856.8 | ^ #12 856.8 /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 856.8 | ^ #12 856.8 /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 856.8 | ^ #12 856.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 856.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.8 from nsgui.h:34, #12 856.8 from dispextern.h:137, #12 856.8 from nsfont.m:28: #12 856.8 /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 215 | #if GS_EXPOSE(NSFileManager) #12 856.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 856.8 /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 856.8 | ^ #12 856.8 /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 856.8 | ^ #12 856.8 /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 856.8 | ^ #12 856.8 /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 856.8 | ^ #12 856.8 /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 856.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 856.8 /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 856.8 | ^ #12 856.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 856.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.8 from nsgui.h:34, #12 856.8 from dispextern.h:137, #12 856.8 from nsfont.m:28: #12 856.8 /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 856.8 | ^ #12 856.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 856.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.8 from nsgui.h:34, #12 856.8 from dispextern.h:137, #12 856.8 from nsfont.m:28: #12 856.8 /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 856.8 | ^ #12 856.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 856.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.8 from nsgui.h:34, #12 856.8 from dispextern.h:137, #12 856.8 from nsfont.m:28: #12 856.8 /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 856.8 | ^ #12 856.8 /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 856.8 | ^ #12 856.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 856.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.8 from nsgui.h:34, #12 856.8 from dispextern.h:137, #12 856.8 from nsfont.m:28: #12 856.8 /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 856.8 | ^ #12 856.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 856.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.8 from nsgui.h:34, #12 856.8 from dispextern.h:137, #12 856.8 from nsfont.m:28: #12 856.8 /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 856.8 | ^ #12 856.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 856.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.8 from nsgui.h:34, #12 856.8 from dispextern.h:137, #12 856.8 from nsfont.m:28: #12 856.8 /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 42 | #if GS_EXPOSE(NSHost) #12 856.8 | ^~~~~~~~~~~~~~~~~~~ #12 856.8 /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 856.8 | ^ #12 856.8 /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 856.8 | ^ #12 856.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 856.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.8 from nsgui.h:34, #12 856.8 from dispextern.h:137, #12 856.8 from nsfont.m:28: #12 856.8 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 856.8 | ^ #12 856.8 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 856.8 | ^ #12 856.8 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 68 | #if GS_EXPOSE(NSHTTPCookie) #12 856.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 856.8 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 856.8 | ^ #12 856.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 856.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.8 from nsgui.h:34, #12 856.8 from dispextern.h:137, #12 856.8 from nsfont.m:28: #12 856.8 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 856.8 | ^ #12 856.8 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 856.8 | ^ #12 856.8 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 856.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 856.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 856.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.8 from nsgui.h:34, #12 856.8 from dispextern.h:137, #12 856.8 from nsfont.m:28: #12 856.8 /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 856.8 | ^ #12 856.8 /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 856.8 | ^ #12 856.8 /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 47 | #if GS_EXPOSE(NSIndexPath) #12 856.8 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 856.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 856.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.8 from nsgui.h:34, #12 856.8 from dispextern.h:137, #12 856.8 from nsfont.m:28: #12 856.8 /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 856.8 | ^ #12 856.8 /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 49 | #if GS_EXPOSE(NSIndexSet) #12 856.8 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 856.8 /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 856.8 | ^ #12 856.8 /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 856.8 | ^ #12 856.8 In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 856.8 from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 856.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.8 from nsgui.h:34, #12 856.8 from dispextern.h:137, #12 856.8 from nsfont.m:28: #12 856.8 /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 52 | #if GS_EXPOSE(NSMethodSignature) #12 856.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 856.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 856.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.8 from nsgui.h:34, #12 856.8 from dispextern.h:137, #12 856.8 from nsfont.m:28: #12 856.8 /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 38 | #if GS_EXPOSE(NSInvocation) #12 856.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 856.8 /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 856.8 | ^ #12 856.8 /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 856.8 | ^ #12 856.8 /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 856.8 | ^ #12 856.8 In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 856.8 from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 856.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.8 from nsgui.h:34, #12 856.8 from dispextern.h:137, #12 856.8 from nsfont.m:28: #12 856.8 /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 856.8 | ^ #12 856.8 /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 856.8 | ^ #12 856.8 /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 856.8 | ^ #12 856.8 /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 856.8 | ^ #12 856.8 /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 856.8 | ^ #12 856.8 /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 856.8 | ^ #12 856.8 /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 856.8 | ^ #12 856.8 /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 856.8 | ^ #12 856.8 /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 856.8 | ^ #12 856.8 /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 856.8 | ^ #12 856.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 856.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.8 from nsgui.h:34, #12 856.8 from dispextern.h:137, #12 856.8 from nsfont.m:28: #12 856.8 /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 856.8 | ^ #12 856.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 856.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.8 from nsgui.h:34, #12 856.8 from dispextern.h:137, #12 856.8 from nsfont.m:28: #12 856.8 /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 856.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 856.8 | ^ #12 856.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 856.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 856.8 from nsgui.h:34, #12 856.8 from dispextern.h:137, #12 856.8 from nsfont.m:28: #12 856.8 /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be p #12 856.8 [output clipped, log limit 2MiB reached] #12 857.9 make[3]: Leaving directory '/checkout/src' #12 857.9 make[2]: Leaving directory '/checkout' #12 857.9 make[1]: Leaving directory '/checkout' #12 857.9 make[1]: Entering directory '/checkout' #12 858.3 make[1]: Leaving directory '/checkout' #12 859.7 /GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 859.7 from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 40 | #if GS_EXPOSE(NSMetadataItem) #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 66 | #if GS_EXPOSE(NSMetadataQuery) #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 112 | #if GS_EXPOSE(NSNotificationQueue) #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 361 | #if GS_EXPOSE(NSNetService) #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 123 | #if GS_EXPOSE(NSNumberFormatter) #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 53 | #if GS_EXPOSE(NSPortCoder) #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 859.7 from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 77 | #if GS_EXPOSE(NSPort) #12 859.7 | ^~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 202 | #if GS_EXPOSE(NSSocketPort) #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 284 | #if GS_EXPOSE(NSMessagePort) #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 47 | #if GS_EXPOSE(NSPortMessage) #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 53 | #if GS_EXPOSE(NSProgress) #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 40 | #if GS_EXPOSE(NSProtocolChecker) #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 91 | #if GS_EXPOSE(NSRegularExpression) #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 42 | #if GS_EXPOSE(NSScanner) #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 48 | #if GS_EXPOSE(NSSortDescriptor) #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 58 | #if GS_EXPOSE(NSSpellServer) #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 859.7 from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 51 | #if GS_EXPOSE(NSTask) #12 859.7 | ^~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 859.7 from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 59 | #if GS_EXPOSE(NSThread) #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 859.7 from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 87 | #if GS_EXPOSE(NSUndoManager) #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 105 | #if GS_EXPOSE(NSURLCache) #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 48 | #if GS_EXPOSE(NSURLConnection) #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 56 | #if GS_EXPOSE(NSURLCredential) #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 49 | #if GS_EXPOSE(NSURLDownload) #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 121 | #if GS_EXPOSE(NSURLProtocol) #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 92 | #if GS_EXPOSE(NSURLRequest) #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 49 | #if GS_EXPOSE(NSURLResponse) #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 217 | #if GS_EXPOSE(NSUserDefaults) #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 859.7 from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 859.7 from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 72 | #if GS_EXPOSE(NSXMLParser) #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 859.7 from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 859.7 from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 859.7 from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 859.7 from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 859.7 from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 859.7 from /usr/include/GNUstep/AppKit/NSView.h:38, #12 859.7 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 859.7 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 859.7 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 859.7 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 859.7 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 859.7 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 859.7 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 859.7 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 859.7 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 859.7 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 859.7 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 859.7 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 859.7 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 859.7 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 859.7 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 859.7 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 859.7 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 859.7 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 859.7 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 859.7 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 859.7 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 859.7 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 859.7 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 859.7 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 859.7 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 859.7 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 859.7 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 859.7 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 859.7 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 859.7 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 859.7 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 859.7 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 859.7 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 859.7 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 859.7 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 859.7 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 859.7 from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 859.7 from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 859.7 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 859.7 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 859.7 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 859.7 | ^~~~~~~~~~~~~~~~~~~~ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 859.7 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 859.7 | ^~~~~~~~~~~~~~~~~~~~ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 859.7 from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 859.7 from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 859.7 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 859.7 from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 859.7 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 859.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 859.7 | ^ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 859.7 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 859.7 | ^ #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 859.7 125 | __attribute__((unused)); #12 859.7 | ^~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 859.7 129 | __attribute__((unused)); #12 859.7 | ^~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 859.7 133 | __attribute__((unused)); #12 859.7 | ^~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 859.7 214 | __attribute__((unused)); #12 859.7 | ^~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 859.7 247 | __attribute__((unused)); #12 859.7 | ^~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 859.7 251 | __attribute__((unused)); #12 859.7 | ^~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 859.7 259 | __attribute__((unused)); #12 859.7 | ^~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 859.7 263 | __attribute__((unused)); #12 859.7 | ^~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 859.7 267 | __attribute__((unused)); #12 859.7 | ^~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 859.7 271 | __attribute__((unused)); #12 859.7 | ^~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 859.7 275 | __attribute__((unused)); #12 859.7 | ^~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 859.7 287 | __attribute__((unused)); #12 859.7 | ^~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 859.7 311 | __attribute__((unused)); #12 859.7 | ^~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 859.7 323 | __attribute__((unused)); #12 859.7 | ^~~~~~~~~~~~~ #12 859.7 In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 859.7 from nsgui.h:34, #12 859.7 from dispextern.h:137, #12 859.7 from nsfont.m:28: #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 859.7 493 | PSgsave() #12 859.7 | ^~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 859.7 499 | PSgrestore() #12 859.7 | ^~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 859.7 505 | PSinitgraphics() #12 859.7 | ^~~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 859.7 622 | PSinitmatrix() #12 859.7 | ^~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 859.7 669 | PSclip() #12 859.7 | ^~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 859.7 675 | PSclosepath() #12 859.7 | ^~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 859.7 687 | PSeoclip() #12 859.7 | ^~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 859.7 693 | PSeofill() #12 859.7 | ^~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 859.7 699 | PSfill() #12 859.7 | ^~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 859.7 705 | PSflattenpath() #12 859.7 | ^~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 859.7 711 | PSinitclip() #12 859.7 | ^~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 859.7 729 | PSnewpath() #12 859.7 | ^~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 859.7 765 | PSreversepath() #12 859.7 | ^~~~~~~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 859.7 783 | PSstroke() #12 859.7 | ^~~~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 859.7 835 | PSWait() #12 859.7 | ^~~~~~ #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 859.7 /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 859.7 nsfont.m: In function 'nsfont_open': #12 859.7 nsfont.m:1038:36: error: too few arguments to function 'Ffont_xlfd_name' #12 859.7 1038 | font->props[FONT_NAME_INDEX] = Ffont_xlfd_name (font_object, Qnil); #12 859.7 | ^~~~~~~~~~~~~~~ #12 859.7 In file included from nsfont.m:27: #12 859.7 ./globals.h:4723:8: note: declared here #12 859.7 4723 | EXFUN (Ffont_xlfd_name, 3); #12 859.7 | ^~~~~~~~~~~~~~~ #12 859.7 lisp.h:902:22: note: in definition of macro 'EXFUN' #12 859.7 902 | extern Lisp_Object fnname DEFUN_ARGS_ ## maxargs #12 859.7 | ^~~~~~ #12 859.7 make[3]: *** [Makefile:457: nsfont.o] Error 1 #12 859.7 make[2]: *** [Makefile:554: src] Error 2 #12 859.7 make[1]: *** [Makefile:1291: actual-bootstrap] Error 2 #12 859.7 *** #12 859.7 *** "make bootstrap" failed with exit status 2. #12 859.7 *** #12 859.7 *** You could try to: #12 859.7 *** - run "make extraclean" and run "make" again (or, equivalently, run #12 859.7 *** "make bootstrap configure=default"), to rebuild Emacs with the #12 859.7 *** default configuration options, which might fix the problem #12 859.7 *** - run "git clean -fdx" and run "make bootstrap" again, which might #12 859.7 *** fix the problem if "make bootstrap configure=default" did not #12 859.7 *** !BEWARE! "git clean -fdx" deletes all files that are not under #12 859.7 *** !BEWARE! version control, which means that all changes to such #12 859.7 *** !BEWARE! files will be lost and cannot be restored later #12 859.7 *** - run "make V=1", which displays the full commands invoked by make, #12 859.7 *** to further investigate the problem #12 859.7 *** - report the problem and ask for help by sending an email to #12 859.7 *** bug-gnu-emacs@gnu.org, mentioning at least the build error #12 859.7 *** message, the platform, and the repository revision displayed by #12 859.7 *** "git rev-parse HEAD" #12 859.7 *** #12 859.7 make[1]: *** [Makefile:418: advice-on-failure] Error 2 #12 859.7 make: *** [Makefile:1274: bootstrap] Error 2 #12 ERROR: executor failed running [/bin/sh -c make bootstrap]: exit code: 2 ------ > [emacs-gnustep 6/6] RUN make bootstrap: ------ executor failed running [/bin/sh -c make bootstrap]: exit code: 2 section_end:1696811084:step_script section_start:1696811084: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-35205f19: No such file or directory section_end:1696811089:after_script section_start:1696811089:cleanup_file_variables Cleaning up project directory and file based variables section_end:1696811096:cleanup_file_variables ERROR: Job failed: exit code 1