Running with gitlab-runner 12.0.2 (d0b76032)  on emba-docker-runner 2oEDrUT7 section_start:1698321835:prepare_executor Using Docker executor with image docker:19.03.12 ... Pulling docker image docker:19.03.12 ... Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 ... section_end:1698321836:prepare_executor section_start:1698321836:prepare_script Running on runner-2oEDrUT7-project-1-concurrent-1 via emba.gnu.org... section_end:1698321839:prepare_script section_start:1698321839:get_sources $ git config --global http.proxy $HTTP_PROXY; git config --global https.proxy $HTTPS_PROXY Fetching changes with git depth set to 50... Reinitialized existing Git repository in /builds/emacs/emacs/.git/ From https://emba.gnu.org/emacs/emacs * [new ref] 7c668eb75b3e59819c9c3ddf00ed38cb89d3ca18 -> refs/pipelines/26928 * [new branch] master -> origin/master Checking out 7c668eb7 as master... Removing test-all-inotify-ccaf801b/ Skipping Git submodules setup section_end:1698322007:get_sources section_start:1698322007:restore_cache section_end:1698322024:restore_cache section_start:1698322024:download_artifacts section_end:1698322041:download_artifacts section_start:1698322041:build_script $ docker info Client: Debug Mode: false Server: Containers: 16 Running: 4 Paused: 0 Stopped: 12 Images: 9 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. WARNING! Your password will be stored unencrypted in /.docker-config-7c668eb75b3e59819c9c3ddf00ed38cb89d3ca18/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded $ docker build --pull --target ${target} -t ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba . #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: 6.46kB 0.0s done #1 DONE 0.7s #2 [internal] load .dockerignore #2 transferring context: 2B 0.1s done #2 DONE 0.7s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 0.9s #4 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:c141beaa9... #4 DONE 0.0s #7 [internal] load build context #7 transferring context: 12.24MB 3.1s #7 transferring context: 83.16MB 8.2s #7 transferring context: 121.12MB 13.2s #7 transferring context: 121.20MB 22.5s #7 transferring context: 160.23MB 27.6s #7 transferring context: 232.64MB 32.7s #7 transferring context: 269.56MB 37.7s #7 transferring context: 277.72MB 38.9s done #7 DONE 39.4s #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 12.2s #9 [emacs-gnustep 3/6] WORKDIR /checkout #9 DONE 0.7s #10 [emacs-gnustep 4/6] RUN ./autogen.sh autoconf #10 1.520 Checking whether you have the necessary tools... #10 1.520 (Read INSTALL.REPO for more details on building Emacs) #10 1.524 Checking for autoconf (need at least version 2.65) ... ok #10 1.601 Your system has the required tools. #10 1.624 Building aclocal.m4 ... #10 1.640 Running 'autoreconf -fi -I m4' ... #10 16.60 Building 'aclocal.m4' in exec ... #10 16.60 Running 'autoreconf -fi' in exec ... #10 20.09 You can now run './autogen.sh git'. #10 DONE 21.9s #11 [emacs-gnustep 5/6] RUN ./configure --with-ns #11 1.883 checking for xcrun... no #11 1.886 checking for GNU Make... make #11 1.929 checking build system type... x86_64-pc-linux-gnu #11 4.265 checking host system type... x86_64-pc-linux-gnu #11 4.331 checking for gcc... gcc #11 4.411 checking whether the C compiler works... yes #11 6.109 checking for C compiler default output file name... a.out #11 6.112 checking for suffix of executables... #11 6.216 checking whether we are cross compiling... no #11 6.804 checking for suffix of object files... o #11 6.866 checking whether we are using the GNU C compiler... yes #11 6.949 checking whether gcc accepts -g... yes #11 7.002 checking for gcc option to enable C11 features... none needed #11 7.438 checking whether the compiler is clang... no #11 7.490 checking for compiler option needed when checking for declarations... none #11 7.491 checking whether gcc and cc understand -c and -o together... yes #11 7.730 checking how to run the C preprocessor... gcc -E #11 7.947 checking for grep that handles long lines and -e... /bin/grep #11 7.954 checking for egrep... /bin/grep -E #11 7.966 checking for ANSI C header files... yes #11 8.423 checking for sys/types.h... yes #11 8.609 checking for sys/stat.h... yes #11 8.776 checking for stdlib.h... yes #11 8.859 checking for string.h... yes #11 8.947 checking for memory.h... yes #11 9.033 checking for strings.h... yes #11 9.131 checking for inttypes.h... yes #11 9.273 checking for stdint.h... yes #11 9.380 checking for unistd.h... yes #11 9.521 checking for wchar.h... yes #11 9.716 checking for minix/config.h... no #11 9.867 checking for linux/fs.h... yes #11 11.34 checking for malloc.h... yes #11 11.46 checking for sys/systeminfo.h... no #11 11.95 checking for sys/sysinfo.h... yes #11 12.93 checking for coff.h... no #11 13.01 checking for pty.h... yes #11 13.21 checking for sys/resource.h... yes #11 13.31 checking for sys/utsname.h... yes #11 13.42 checking for pwd.h... yes #11 13.51 checking for util.h... no #11 13.59 checking for sanitizer/lsan_interface.h... yes #11 14.87 checking for sanitizer/asan_interface.h... yes #11 15.04 checking for sanitizer/common_interface_defs.h... yes #11 15.14 checking for sys/socket.h... yes #11 15.32 checking for stdlib.h... (cached) yes #11 15.35 checking for unistd.h... (cached) yes #11 15.37 checking for sys/param.h... yes #11 15.54 checking for pthread.h... yes #11 15.65 checking for malloc/malloc.h... no #11 15.72 checking for sys/un.h... yes #11 15.90 checking for utmp.h... yes #11 16.02 checking for utmpx.h... yes #11 16.12 checking for OS.h... no #11 16.22 checking for dirent.h... yes #11 16.37 checking for execinfo.h... yes #11 16.48 checking for linux/xattr.h... yes #11 17.74 checking for stdio_ext.h... yes #11 17.86 checking for sys/vfs.h... yes #11 18.01 checking for sys/fs_types.h... no #11 18.10 checking for getopt.h... yes #11 18.19 checking for sys/cdefs.h... yes #11 18.29 checking for sys/time.h... yes #11 18.39 checking for ieee754.h... yes #11 18.50 checking for limits.h... yes #11 18.60 checking for inttypes.h... (cached) yes #11 18.61 checking for sys/types.h... (cached) yes #11 18.63 checking for stdint.h... (cached) yes #11 18.65 checking for sys/select.h... yes #11 18.76 checking for stdbool.h... yes #11 18.86 checking for stdckdint.h... no #11 19.00 checking for sys/random.h... yes #11 19.12 checking for sys/stat.h... (cached) yes #11 19.13 checking whether it is safe to define __EXTENSIONS__... yes #11 19.22 checking whether _XOPEN_SOURCE should be defined... no #11 19.29 checking for Minix Amsterdam compiler... no #11 19.32 checking for ar... ar #11 19.33 checking for ranlib... ranlib #11 19.33 checking for gcc option to enable large file support... none needed #11 19.50 checking for gcc option for timestamps after 2038... none needed #11 19.57 checking for g++... g++ #11 19.69 checking whether we are using the GNU C++ compiler... yes #11 20.98 checking whether g++ accepts -g... yes #11 21.11 checking for g++ option to enable C++11 features... none needed #11 43.69 checking how to run the C++ preprocessor... g++ -E #11 43.95 checking whether gcc accepts -g3 -O2... yes #11 44.13 checking whether the compiler is clang... no #11 44.22 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 44.31 checking whether -Wno-missing-field-initializers is needed... yes #11 44.49 checking whether -Wuninitialized is supported... yes #11 44.62 checking whether C compiler handles -fstrict-flex-arrays... no #11 44.72 checking whether C compiler handles -Wall... yes #11 44.87 checking whether C compiler handles -Warith-conversion... yes #11 45.06 checking whether C compiler handles -Wdate-time... yes #11 45.26 checking whether C compiler handles -Wdisabled-optimization... yes #11 45.42 checking whether C compiler handles -Wdouble-promotion... yes #11 45.60 checking whether C compiler handles -Wduplicated-cond... yes #11 45.78 checking whether C compiler handles -Wextra... yes #11 45.98 checking whether C compiler handles -Wformat-signedness... yes #11 46.24 checking whether C compiler handles -Winit-self... yes #11 46.46 checking whether C compiler handles -Winvalid-pch... yes #11 46.74 checking whether C compiler handles -Wlogical-op... yes #11 46.95 checking whether C compiler handles -Wmissing-declarations... yes #11 47.13 checking whether C compiler handles -Wmissing-include-dirs... yes #11 47.32 checking whether C compiler handles -Wmissing-prototypes... yes #11 47.53 checking whether C compiler handles -Wnested-externs... yes #11 47.72 checking whether C compiler handles -Wnull-dereference... yes #11 47.93 checking whether C compiler handles -Wold-style-definition... yes #11 48.98 checking whether C compiler handles -Wopenmp-simd... yes #11 49.21 checking whether C compiler handles -Wpacked... yes #11 49.50 checking whether C compiler handles -Wpointer-arith... yes #11 49.72 checking whether C compiler handles -Wstrict-flex-arrays... no #11 49.83 checking whether C compiler handles -Wstrict-prototypes... yes #11 50.09 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 50.29 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 50.55 checking whether C compiler handles -Wsuggest-final-methods... yes #11 50.80 checking whether C compiler handles -Wsuggest-final-types... yes #11 51.05 checking whether C compiler handles -Wtrampolines... yes #11 51.31 checking whether C compiler handles -Wuninitialized... yes #11 51.62 checking whether C compiler handles -Wunknown-pragmas... yes #11 51.83 checking whether C compiler handles -Wunused-macros... yes #11 52.04 checking whether C compiler handles -Wvariadic-macros... yes #11 52.24 checking whether C compiler handles -Wvector-operation-performance... yes #11 52.45 checking whether C compiler handles -Wwrite-strings... yes #11 52.64 checking whether C compiler handles -Warray-bounds=2... yes #11 52.89 checking whether C compiler handles -Wattribute-alias=2... yes #11 53.04 checking whether C compiler handles -Wformat=2... yes #11 53.22 checking whether C compiler handles -Wformat-truncation=2... yes #11 53.55 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 53.87 checking whether C compiler handles -Wshift-overflow=2... yes #11 54.17 checking whether C compiler handles -Wuse-after-free=3... no #11 54.29 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 54.48 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 54.65 checking whether C compiler handles -Wredundant-decls... yes #11 54.77 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #11 54.77 checking whether C compiler handles -Wno-override-init... yes #11 54.92 checking whether C compiler handles -Wno-sign-compare... yes #11 55.06 checking whether C compiler handles -Wno-type-limits... yes #11 55.25 checking whether C compiler handles -Wno-unused-parameter... yes #11 55.41 checking whether C compiler handles -Wno-format-nonliteral... yes #11 55.63 checking whether C compiler handles -Wno-bidi-chars... no #11 55.70 checking for a BSD-compatible install... /usr/bin/install -c #11 55.77 checking command to symlink files in the same directory... ln -s #11 55.79 checking for install-info... : #11 55.79 checking for gzip... /bin/gzip #11 55.80 checking for 'find' args to delete a file... -delete #11 55.86 checking for brew... no #11 56.92 checking for -znocombreloc... not needed #11 56.93 checking whether addresses are sanitized... no #11 57.00 checking for math library... -lm #11 58.02 checking for struct passwd.pw_gecos... yes #11 58.20 checking for pkg-config... /usr/bin/pkg-config #11 58.22 checking pkg-config is at least version 0.9.0... yes #11 58.34 checking for machine/soundcard.h... no #11 58.47 checking for sys/soundcard.h... yes #11 58.63 checking for soundcard.h... no #11 58.73 checking for mmsystem.h... no #11 58.84 checking for _oss_ioctl in -lossaudio... no #11 59.02 checking for alsa >= 1.0.0... no #11 59.13 checking for ADDR_NO_RANDOMIZE... yes #11 59.31 checking if Linux sysinfo may be used... yes #11 59.74 checking for sys/wait.h that is POSIX.1 compatible... yes #11 59.97 checking for net/if.h... yes #11 61.07 checking for ifaddrs.h... yes #11 61.24 checking for net/if_dl.h... no #11 61.42 checking for struct ifreq.ifr_flags... yes #11 61.62 checking for struct ifreq.ifr_hwaddr... yes #11 61.92 checking for struct ifreq.ifr_netmask... yes #11 62.24 checking for struct ifreq.ifr_broadaddr... yes #11 62.51 checking for struct ifreq.ifr_addr... yes #11 62.79 checking for struct ifreq.ifr_addr.sa_len... no #11 63.09 checking whether gcc understands -MMD -MF... yes #11 63.20 checking for X... no #11 63.58 checking AppKit/AppKit.h usability... yes #11 68.90 checking AppKit/AppKit.h presence... yes #11 69.25 checking for AppKit/AppKit.h... yes #11 69.25 checking for Mac OS X 12.0 or later... yes #11 69.32 checking for gcc... gcc #11 69.40 checking whether we are using the GNU Objective C compiler... yes #11 69.47 checking whether gcc accepts -g... yes #11 69.55 checking if the Objective C compiler supports instancetype... yes #11 69.60 checking if the Objective C compiler defaults to C99... no #11 69.66 checking whether malloc is Doug Lea style... no #11 69.76 checking for sbrk... yes #11 69.97 checking for __lsan_ignore_object... no #11 70.12 checking for fchmod... yes #11 70.28 checking for utmpname... yes #11 70.47 checking for utmpxname... yes #11 70.65 checking for canonicalize_file_name... yes #11 70.86 checking for realpath... yes #11 71.03 checking for lstat... yes #11 71.19 checking for fchmodat... yes #11 71.39 checking for lchmod... no #11 71.50 checking for fcntl... yes #11 71.68 checking for fdopendir... yes #11 71.98 checking for listxattr... yes #11 72.18 checking for fstatat... yes #11 72.33 checking for fsync... yes #11 72.51 checking for gettimeofday... yes #11 72.73 checking for memset_explicit... no #11 72.98 checking for memset_s... no #11 73.18 checking for pselect... yes #11 73.40 checking for readlink... yes #11 73.61 checking for isblank... yes #11 73.88 checking for iswctype... yes #11 74.08 checking for strtoimax... yes #11 74.27 checking for symlink... yes #11 74.46 checking for localtime_r... yes #11 74.69 checking for getdtablesize... yes #11 74.93 checking for getpagesize... yes #11 75.21 checking for working mmap... yes #11 75.72 checking for main in -lXbsd... no #11 75.87 checking for pthread library... -lpthread #11 76.37 checking for thread support... yes #11 76.37 checking for librsvg-2.0 >= 2.14.0... no #11 76.39 checking for libwebpdemux >= 0.6.0... no #11 76.41 checking for WebPGetInfo... no #11 76.63 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #11 76.66 checking for sqlite3_open_v2 in -lsqlite3... no #11 76.81 checking for getaddrinfo_a in -lanl... yes #11 77.18 checking for malloc_trim... yes #11 77.38 checking for dbus-1 >= 1.0... yes #11 77.43 checking for dbus_watch_get_unix_fd... yes #11 78.32 checking for dbus_type_is_valid... yes #11 78.64 checking for dbus_validate_bus_name... yes #11 78.88 checking for dbus_validate_path... yes #11 79.10 checking for dbus_validate_interface... yes #11 79.34 checking for dbus_validate_member... yes #11 79.62 checking for lgetfilecon in -lselinux... no #11 79.77 checking for gnutls >= 2.12.2... yes #11 79.87 checking for libsystemd >= 222... no #11 79.89 checking for jansson >= 2.7... no #11 79.92 checking for tree-sitter >= 0.20.2... no #11 79.95 checking for tree-sitter >= 0.6.3... no #11 79.97 checking sys/inotify.h usability... yes #11 80.13 checking sys/inotify.h presence... yes #11 80.17 checking for sys/inotify.h... yes #11 80.17 checking for inotify_init1... yes #11 80.46 checking for jpeglib 6b or later... no #11 80.64 checking for lcms2... no #11 80.66 checking for library containing inflateEnd... -lz #11 80.98 checking for dladdr... yes #11 81.21 checking for dlfunc... no #11 81.43 checking for libpng >= 1.0.0... no #11 81.45 checking for libpng not configured by pkg-config... no #11 81.55 checking tiffio.h usability... no #11 81.70 checking tiffio.h presence... no #11 81.75 checking for tiffio.h... no #11 81.75 checking gif_lib.h usability... no #11 81.86 checking gif_lib.h presence... no #11 81.93 checking for gif_lib.h... no #11 81.93 checking gpm.h usability... no #11 82.04 checking gpm.h presence... no #11 82.09 checking for gpm.h... no #11 82.09 checking for libxml-2.0 > 2.6.17... no #11 82.12 checking for maillock in -lmail... no #11 82.25 checking for maillock in -llockfile... no #11 82.40 checking for liblockfile.so... no #11 82.40 checking maillock.h usability... no #11 82.58 checking maillock.h presence... no #11 82.65 checking for maillock.h... no #11 82.66 checking linux/seccomp.h usability... yes #11 82.81 checking linux/seccomp.h presence... yes #11 82.85 checking for linux/seccomp.h... yes #11 82.89 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 83.01 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 83.14 checking linux/filter.h usability... yes #11 83.28 checking linux/filter.h presence... yes #11 83.32 checking for linux/filter.h... yes #11 83.37 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 83.40 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 83.41 checking for libseccomp >= 2.5.2... no #11 83.43 checking size of long... 8 #11 83.84 checking for accept4... yes #11 84.05 checking for fchdir... yes #11 84.28 checking for gethostname... yes #11 84.48 checking for getrusage... yes #11 84.67 checking for get_current_dir_name... yes #11 84.85 checking for lrand48... yes #11 85.06 checking for random... yes #11 85.25 checking for rint... yes #11 85.50 checking for tcdrain... yes #11 85.72 checking for trunc... yes #11 85.97 checking for select... yes #11 86.19 checking for getpagesize... (cached) yes #11 86.22 checking for setlocale... yes #11 86.44 checking for newlocale... yes #11 86.68 checking for getrlimit... yes #11 86.88 checking for setrlimit... yes #11 87.09 checking for shutdown... yes #11 87.43 checking for pthread_sigmask... (cached) yes #11 87.47 checking for strsignal... yes #11 87.75 checking for setitimer... yes #11 88.04 checking for sendto... yes #11 88.31 checking for recvfrom... yes #11 88.67 checking for getsockname... yes #11 88.93 checking for getifaddrs... yes #11 89.34 checking for freeifaddrs... yes #11 89.94 checking for gai_strerror... yes #11 90.49 checking for sync... yes #11 90.84 checking for endpwent... yes #11 91.19 checking for getgrent... yes #11 91.53 checking for endgrent... yes #11 92.03 checking for renameat2... yes #11 92.40 checking for cfmakeraw... yes #11 92.74 checking for cfsetspeed... yes #11 93.07 checking for __executable_start... yes #11 93.41 checking for log2... yes #11 93.83 checking for pthread_setname_np... yes #11 94.05 checking for pthread_set_name_np... no #11 94.29 checking for getpwent... yes #11 94.46 checking whether pthread_setname_np takes a single argument... no #11 94.56 checking whether pthread_setname_np takes three arguments... no #11 94.71 checking for aligned_alloc... yes #11 95.03 checking whether aligned_alloc is declared... yes #11 95.21 checking for posix_madvise... yes #11 95.49 checking for madvise... yes #11 95.80 checking for __builtin_frame_address... yes #11 96.02 checking for __builtin_unwind_init... yes #11 96.23 checking for _LARGEFILE_SOURCE value needed for large files... no #11 96.53 checking for grantpt... yes #11 96.84 checking for getpt... yes #11 97.13 checking for posix_openpt... yes #11 97.42 checking for library containing tputs... -ltinfo #11 97.96 checking whether -ltinfo library defines BC... yes #11 98.15 checking for timerfd interface... yes #11 98.30 checking whether signals can be handled on alternate stack... yes #11 98.47 checking valgrind/valgrind.h usability... no #11 98.62 checking valgrind/valgrind.h presence... no #11 98.68 checking for valgrind/valgrind.h... no #11 98.68 checking for struct unipair.unicode... yes #11 98.82 checking for pid_t... yes #11 99.20 checking vfork.h usability... no #11 99.43 checking vfork.h presence... no #11 99.52 checking for vfork.h... no #11 99.54 checking for fork... yes #11 99.82 checking for vfork... yes #11 100.1 checking for working fork... yes #11 100.5 checking for working vfork... (cached) yes #11 100.5 checking for snprintf... yes #11 100.8 checking for open_memstream... yes #11 101.0 checking spawn.h usability... yes #11 101.3 checking spawn.h presence... yes #11 101.4 checking for spawn.h... yes #11 101.4 checking for posix_spawn... yes #11 101.6 checking for posix_spawn_file_actions_addchdir... no #11 101.9 checking for posix_spawn_file_actions_addchdir_np... yes #11 102.2 checking for posix_spawnattr_setflags... yes #11 102.4 checking whether POSIX_SPAWN_SETSID is declared... yes #11 102.5 checking whether GLib is linked in... no #11 102.7 checking for nl_langinfo and CODESET... yes #11 102.9 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 103.2 checking for mbstate_t... yes #11 103.4 checking for signals via characters... yes #11 103.6 checking for _setjmp... yes #11 103.8 checking for sigsetjmp... yes #11 104.1 checking POSIX termios... yes #11 104.3 checking size of speed_t... 4 #11 104.6 checking for usable FIONREAD... yes #11 104.8 checking for usable SIGIO... yes #11 105.0 checking for struct alignment... yes #11 105.1 checking for C/C++ restrict keyword... __restrict__ #11 105.2 checking for typeof syntax and keyword spelling... typeof #11 105.3 checking for statement expressions... yes #11 105.4 checking whether malloc (0) returns nonnull... yes #11 105.7 checking sys/acl.h usability... yes #11 106.0 checking sys/acl.h presence... yes #11 106.0 checking for sys/acl.h... yes #11 106.0 checking for library containing acl_get_file... -lacl #11 106.5 checking for acl_get_file... yes #11 106.7 checking for acl_get_fd... yes #11 106.9 checking for acl_set_file... yes #11 107.3 checking for acl_set_fd... yes #11 107.5 checking for acl_free... yes #11 107.7 checking for acl_from_mode... yes #11 108.1 checking for acl_from_text... yes #11 108.3 checking for acl_delete_def_file... yes #11 108.6 checking for acl_extended_file... yes #11 108.8 checking for acl_delete_fd_np... no #11 109.0 checking for acl_delete_file_np... no #11 109.2 checking for acl_copy_ext_native... no #11 109.5 checking for acl_create_entry_np... no #11 109.7 checking for acl_to_short_text... no #11 110.0 checking for acl_free_text... no #11 110.3 checking for working acl_get_file... yes #11 110.6 checking acl/libacl.h usability... yes #11 110.8 checking acl/libacl.h presence... yes #11 110.8 checking for acl/libacl.h... yes #11 110.8 checking for acl_entries... yes #11 111.0 checking for ACL_FIRST_ENTRY... yes #11 111.1 checking for ACL_TYPE_EXTENDED... no #11 111.2 checking for working alloca.h... yes #11 111.4 checking for alloca... yes #11 111.6 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 111.6 checking whether the preprocessor supports include_next... yes #11 111.8 checking whether source code line length is unlimited... yes #11 111.8 checking whether endutent is declared... yes #11 112.0 checking for struct utmpx.ut_user... yes #11 112.2 checking for struct utmp.ut_user... yes #11 112.4 checking for struct utmpx.ut_name... yes #11 112.6 checking for struct utmp.ut_name... yes #11 112.7 checking for struct utmpx.ut_type... yes #11 113.0 checking for struct utmp.ut_type... yes #11 113.2 checking for struct utmpx.ut_pid... yes #11 113.4 checking for struct utmp.ut_pid... yes #11 113.6 checking for struct utmp.ut_tv... yes #11 113.9 checking for struct utmpx.ut_host... yes #11 114.1 checking for struct utmp.ut_host... yes #11 114.3 checking for struct utmpx.ut_id... yes #11 114.5 checking for struct utmp.ut_id... yes #11 114.6 checking for struct utmpx.ut_session... yes #11 114.8 checking for struct utmp.ut_session... yes #11 115.0 checking for struct utmpx.ut_exit... yes #11 115.3 checking for struct utmp.ut_exit... yes #11 115.7 checking for struct utmpx.ut_exit.ut_exit... no #11 116.0 checking for struct utmpx.ut_exit.e_exit... yes #11 116.2 checking for struct utmp.ut_exit.e_exit... yes #11 116.4 checking for struct utmpx.ut_exit.ut_termination... no #11 116.7 checking for struct utmpx.ut_exit.e_termination... yes #11 116.9 checking for struct utmp.ut_exit.e_termination... yes #11 117.2 checking whether sysinfo is declared... yes #11 117.3 checking for sys/sysctl.h... yes #11 117.6 checking for sysctl... yes #11 117.8 checking whether lstat correctly handles trailing slash... yes #11 118.1 checking whether // is distinct from /... no #11 118.1 checking whether realpath works... yes #11 118.5 checking for faccessat... yes #11 118.7 checking for getcwd... yes #11 118.9 checking whether byte ordering is bigendian... no #11 119.2 checking if environ is properly declared... yes #11 119.3 checking for complete errno.h... yes #11 119.3 checking whether ctype.h defines __header_inline... no #11 119.4 checking for mode_t... yes #11 119.7 checking whether strmode is declared... no #11 119.9 checking whether getline is declared... yes #11 120.1 checking for gawk... no #11 120.1 checking for mawk... mawk #11 120.1 checking for getopt.h... (cached) yes #11 120.1 checking for getopt_long_only... yes #11 120.4 checking whether getopt is POSIX compatible... yes #11 121.3 checking for working GNU getopt function... yes #11 121.7 checking for working GNU getopt_long function... yes #11 121.9 checking whether timespec_get is declared... yes #11 122.0 checking for timespec_get... yes #11 122.2 checking for struct timeval... yes #11 122.4 checking for wide-enough struct timeval.tv_sec member... yes #11 122.5 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 122.6 checking whether the compiler produces multi-arch binaries... no #11 122.7 checking whether stdint.h conforms to C99... yes #11 123.3 checking whether stdint.h works without ISO C predefines... yes #11 123.5 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 123.7 checking whether memmem is declared... yes #11 123.9 checking whether memrchr is declared... yes #11 124.2 checking whether defines MIN and MAX... no #11 124.3 checking whether defines MIN and MAX... yes #11 124.6 checking whether time_t is signed... yes #11 124.8 checking whether alarm is declared... yes #11 125.1 checking for working mktime... no #11 125.5 checking whether struct tm is in sys/time.h or time.h... time.h #11 125.7 checking for struct tm.tm_zone... yes #11 125.8 checking for struct tm.tm_gmtoff... yes #11 125.9 checking whether is self-contained... yes #11 126.5 checking for inline... inline #11 126.6 checking for sigset_t... yes #11 126.8 checking for volatile sig_atomic_t... yes #11 127.0 checking for sighandler_t... yes #11 127.3 checking for wchar_t... yes #11 127.5 checking for good max_align_t... yes #11 127.6 checking whether NULL can be used in arbitrary expressions... yes #11 127.7 checking for unreachable... no #11 128.1 checking whether fcloseall is declared... yes #11 128.3 checking whether getw is declared... yes #11 128.5 checking whether putw is declared... yes #11 128.7 checking which flavor of printf attribute matches inttypes macros... system #11 128.9 checking whether strnlen is declared... yes #11 129.1 checking whether strtoimax is declared... yes #11 129.4 checking whether stat file-mode macros are broken... no #11 129.5 checking for nlink_t... yes #11 129.8 checking for struct timespec in ... yes #11 130.0 checking for TIME_UTC in ... yes #11 130.2 checking whether execvpe is declared... yes #11 130.5 checking whether clearerr_unlocked is declared... yes #11 130.8 checking whether feof_unlocked is declared... yes #11 131.1 checking whether ferror_unlocked is declared... yes #11 131.4 checking whether fflush_unlocked is declared... yes #11 131.7 checking whether fgets_unlocked is declared... yes #11 132.0 checking whether fputc_unlocked is declared... yes #11 132.4 checking whether fputs_unlocked is declared... yes #11 132.7 checking whether fread_unlocked is declared... yes #11 133.0 checking whether fwrite_unlocked is declared... yes #11 133.4 checking whether getc_unlocked is declared... yes #11 133.6 checking whether getchar_unlocked is declared... yes #11 133.9 checking whether putc_unlocked is declared... yes #11 134.1 checking whether putchar_unlocked is declared... yes #11 134.4 checking type of array argument to getgroups... gid_t #11 134.9 checking whether getdelim is declared... yes #11 135.1 checking whether getdtablesize is declared... yes #11 135.4 checking whether malloc is ptrdiff_t safe... yes #11 135.6 checking whether malloc, realloc, calloc set errno on failure... yes #11 135.6 checking for O_CLOEXEC... yes #11 135.7 checking for promoted mode_t type... mode_t #11 135.8 checking whether the utimes function works... yes #11 136.1 checking for C compiler option to allow warnings... -Wno-error #11 136.3 checking for alignas and alignof... yes, macros #11 136.7 checking for alloca as a compiler built-in... yes #11 136.7 checking for static_assert... yes, an macro #11 136.9 checking for __builtin_expect... yes #11 137.1 checking byteswap.h usability... yes #11 137.4 checking byteswap.h presence... yes #11 137.4 checking for byteswap.h... yes #11 137.4 checking for readlinkat... yes #11 137.6 checking for library containing clock_gettime... none required #11 137.8 checking for clock_getres... yes #11 138.0 checking for clock_gettime... yes #11 138.2 checking for clock_settime... yes #11 138.6 checking for copy_file_range... yes #11 138.9 checking for d_type member in directory struct... yes #11 139.2 checking whether // is distinct from /... (cached) no #11 139.2 checking whether dup2 works... yes #11 139.9 checking for library containing backtrace_symbols_fd... none required #11 140.3 checking for faccessat... (cached) yes #11 140.3 checking whether fchmodat works... no #11 141.1 checking for readlinkat... (cached) yes #11 141.1 checking whether fcntl handles F_DUPFD correctly... yes #11 141.7 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 142.5 checking whether fdopendir is declared... yes #11 142.9 checking whether fdopendir works... yes #11 143.4 checking for flexible array member... yes #11 143.9 checking for __fpending... yes #11 144.5 checking whether __fpending is declared... yes #11 144.8 checking whether free is known to preserve errno... no #11 145.0 checking whether fstatat (..., 0) works... yes #11 145.4 checking for sys/mount.h... yes #11 145.9 checking for statvfs function (SVR4)... yes #11 146.4 checking whether to use statvfs64... no #11 146.7 checking for two-argument statfs with statfs.f_frsize member... yes #11 147.3 checking sys/fs/s5param.h usability... no #11 147.7 checking sys/fs/s5param.h presence... no #11 147.9 checking for sys/fs/s5param.h... no #11 147.9 checking sys/statfs.h usability... yes #11 148.4 checking sys/statfs.h presence... yes #11 148.5 checking for sys/statfs.h... yes #11 148.6 checking for statfs that truncates block counts... no #11 148.8 checking for futimens... yes #11 149.1 checking whether futimens works... yes #11 150.8 checking for getline... yes #11 151.2 checking for working getline function... yes #11 152.1 checking for getloadavg... yes #11 152.6 checking sys/loadavg.h usability... no #11 152.9 checking sys/loadavg.h presence... no #11 153.0 checking for sys/loadavg.h... no #11 153.1 checking whether getloadavg is declared... yes #11 153.4 checking for getrandom... yes #11 153.9 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 154.2 checking for gettimeofday with POSIX signature... yes #11 154.5 checking whether the compiler supports the __inline keyword... yes #11 154.9 checking gmp.h usability... yes #11 155.4 checking gmp.h presence... yes #11 155.5 checking for gmp.h... yes #11 155.6 checking for library containing __gmpz_roinit_n... -lgmp #11 156.4 checking for memmem... yes #11 156.8 checking whether memmem works... yes #11 157.1 checking for mempcpy... yes #11 157.7 checking for memrchr... yes #11 158.0 checking for explicit_memset... no #11 158.4 checking for mkostemp... yes #11 159.0 checking for library containing nanosleep... none required #11 159.5 checking for working nanosleep... no (mishandles large arguments) #11 161.1 checking for sys/pstat.h... no #11 161.4 checking for sys/sysmp.h... no #11 161.7 checking for sys/param.h... (cached) yes #11 161.7 checking for sys/sysctl.h... (cached) yes #11 161.8 checking for sched_getaffinity_np... no #11 162.3 checking for pstat_getdynamic... no #11 162.6 checking for sysmp... no #11 163.0 checking for sysctl... (cached) yes #11 163.0 checking for sched_getaffinity... yes #11 163.3 checking for glibc compatible sched_getaffinity... yes #11 163.5 checking for pipe2... yes #11 164.1 checking whether signature of pselect conforms to POSIX... yes #11 164.5 checking whether pselect detects invalid fds... yes #11 165.0 checking whether pthread_sigmask is a macro... no #11 165.1 checking whether pthread_sigmask returns error numbers... yes #11 165.7 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 168.3 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 168.8 checking whether readlink signature is correct... yes #11 169.0 checking whether readlink handles trailing slash correctly... yes #11 169.3 checking whether readlink truncates results correctly... yes #11 169.7 checking for readlinkat... (cached) yes #11 169.7 checking whether readlinkat signature is correct... yes #11 169.9 checking for working re_compile_pattern... no #11 170.8 checking libintl.h usability... yes #11 171.0 checking libintl.h presence... yes #11 171.0 checking for libintl.h... yes #11 171.0 checking whether isblank is declared... yes #11 171.2 checking for sig2str... no #11 171.6 checking for sigdescr_np... no #11 172.0 checking for socklen_t... yes #11 172.3 checking for ssize_t... yes #11 172.6 checking for struct stat.st_atim.tv_nsec... yes #11 172.8 checking whether struct stat.st_atim is of type struct timespec... yes #11 173.1 checking for struct stat.st_birthtimespec.tv_nsec... no #11 173.4 checking for struct stat.st_birthtimensec... no #11 173.7 checking for struct stat.st_birthtim.tv_nsec... no #11 174.0 checking for bool, true, false... no #11 174.1 checking for stpcpy... yes #11 174.5 checking for working strnlen... yes #11 174.9 checking whether strtoimax works... yes #11 175.3 checking whether symlink handles trailing slash correctly... yes #11 175.7 checking whether localtime_r is declared... yes #11 176.0 checking whether localtime_r is compatible with its POSIX signature... yes #11 176.2 checking whether localtime works even near extrema... yes #11 176.6 checking for timezone_t... no #11 176.7 checking for timegm... yes #11 177.1 checking whether timer_settime is declared... yes #11 177.3 checking for library containing timer_settime... -lrt #11 178.0 checking for timer_settime... yes #11 178.3 checking for utimensat... yes #11 178.7 checking whether utimensat works... yes #11 180.2 checking for variable-length arrays... yes #11 182.0 checking whether getdtablesize works... yes #11 182.2 checking for __mktime_internal... no #11 182.4 checking for timer_getoverrun... yes #11 182.6 checking for gcc option to disable position independent executables... not needed #11 182.6 checking for __ctype_get_mb_cur_max... yes #11 182.8 checking whether MB_CUR_MAX is defined to function that won't link... no #11 182.9 #11 182.9 Configured for 'x86_64-pc-linux-gnu'. #11 182.9 #11 182.9 Where should the build process find the source code? . #11 182.9 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 182.9 Should Emacs use the GNU version of malloc? no #11 182.9 (The GNU allocators don't work with this system configuration.) #11 182.9 Should Emacs use a relocating allocator for buffers? no #11 182.9 Should Emacs use mmap(2) for buffer allocation? no #11 182.9 What window system should Emacs use? nextstep #11 182.9 What toolkit should Emacs use? none #11 182.9 Where do we find X Windows header files? NONE #11 182.9 Where do we find X Windows libraries? NONE #11 182.9 Does Emacs use -lXaw3d? no #11 182.9 Is Emacs being built for Android? no #11 182.9 Does Emacs use the X Double Buffer Extension? no #11 182.9 Does Emacs use -lXpm? no #11 182.9 Does Emacs use -ljpeg? no #11 182.9 Does Emacs use -ltiff? no #11 182.9 Does Emacs use a gif library? no #11 182.9 Does Emacs use a png library? no #11 182.9 Does Emacs use -lrsvg-2? no #11 182.9 Does Emacs use -lwebp? no #11 182.9 Does Emacs use -lsqlite3? no #11 182.9 Does Emacs use cairo? no #11 182.9 Does Emacs use -llcms2? no #11 182.9 Does Emacs use imagemagick? no #11 182.9 Does Emacs use native APIs for images? yes (ns) #11 182.9 Does Emacs support sound? yes #11 182.9 Does Emacs use -lgpm? no #11 182.9 Does Emacs use -ldbus? yes #11 182.9 Does Emacs use -lgconf? no #11 182.9 Does Emacs use GSettings? no #11 182.9 Does Emacs use a file notification library? yes -lglibc (inotify) #11 182.9 Does Emacs use access control lists? yes -lacl -lattr #11 182.9 Does Emacs use -lselinux? no #11 182.9 Does Emacs use -lgnutls? yes #11 182.9 Does Emacs use -lxml2? no #11 182.9 Does Emacs use -lfreetype? no #11 182.9 Does Emacs use HarfBuzz? no #11 182.9 Does Emacs use -lm17n-flt? no #11 182.9 Does Emacs use -lotf? no #11 182.9 Does Emacs use -lxft? no #11 182.9 Does Emacs use -lsystemd? no #11 182.9 Does Emacs use -ljansson? no #11 182.9 Does Emacs use -ltree-sitter? no #11 182.9 Does Emacs use the GMP library? yes #11 182.9 Does Emacs directly use zlib? yes #11 182.9 Does Emacs have dynamic modules support? yes #11 182.9 Does Emacs use toolkit scroll bars? yes #11 182.9 Does Emacs support Xwidgets? no #11 182.9 Does Emacs have threading support in lisp? yes #11 182.9 Does Emacs support the portable dumper? yes #11 182.9 Does Emacs support legacy unexec dumping? no #11 182.9 Which dumping strategy does Emacs use? pdumper #11 182.9 Does Emacs have native lisp compiler? no #11 182.9 Does Emacs use version 2 of the X Input Extension? no #11 182.9 Does Emacs generate a smaller-size Japanese dictionary? no #11 182.9 #11 182.9 #11 182.9 #11 182.9 Run 'make' to build Emacs, then run 'src/emacs' to test it. #11 182.9 Run 'make install' in order to build an application bundle. #11 182.9 The application will go to nextstep/Emacs.app and can be run or moved #11 182.9 from there. #11 182.9 The application will be fully self-contained. #11 182.9 #11 183.5 configure: creating ./config.status #11 183.9 config.status: creating src/verbose.mk #11 184.0 config.status: creating src/emacs-module.h #11 184.1 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #11 184.1 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #11 184.2 config.status: creating Makefile #11 184.2 config.status: creating lib/gnulib.mk #11 184.3 config.status: creating ./doc/man/emacs.1 #11 184.4 config.status: creating lib/Makefile #11 184.5 config.status: creating lib-src/Makefile #11 184.6 config.status: creating oldXMenu/Makefile #11 192.0 config.status: creating src/Makefile #11 192.1 config.status: creating lwlib/Makefile #11 192.2 config.status: creating nextstep/Makefile #11 192.3 config.status: creating nt/Makefile #11 192.4 config.status: creating doc/emacs/Makefile #11 192.5 config.status: creating doc/misc/Makefile #11 192.6 config.status: creating doc/lispintro/Makefile #11 194.4 config.status: creating doc/lispref/Makefile #11 194.5 config.status: creating lisp/Makefile #11 194.6 config.status: creating leim/Makefile #11 194.7 config.status: creating test/Makefile #11 194.8 config.status: creating test/manual/noverlay/Makefile #11 194.9 config.status: creating test/infra/Makefile #11 195.0 config.status: creating admin/charsets/Makefile #11 195.0 config.status: creating admin/unidata/Makefile #11 195.1 config.status: creating admin/grammars/Makefile #11 195.2 config.status: creating java/Makefile #11 195.3 config.status: creating cross/Makefile #11 195.4 config.status: creating java/AndroidManifest.xml #11 195.5 config.status: creating src/config.h #11 195.5 config.status: executing src/epaths.h commands #11 196.1 config.status: executing src/.gdbinit commands #11 196.1 config.status: executing doc/emacs/emacsver.texi commands #11 196.1 config.status: executing etc-refcards-emacsver.tex commands #11 196.2 configure: WARNING: This configuration installs a 'movemail' program #11 196.2 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 196.2 installed a 'movemail' program that retrieved POP3 email via only #11 196.2 insecure channels, a practice that is no longer recommended but that #11 196.2 you can continue to support by using './configure --with-pop'. #11 196.2 configure: You might want to install GNU Mailutils #11 196.2 and use './configure --with-mailutils'. #11 DONE 201.6s #12 [emacs-gnustep 6/6] RUN make bootstrap #12 6.967 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #12 6.984 make[1]: Entering directory '/checkout' #12 7.199 make bootstrap-clean #12 7.214 make[2]: Entering directory '/checkout' #12 7.431 make -C src bootstrap-clean #12 7.454 make[3]: Entering directory '/checkout/src' #12 7.454 GEN /checkout/src/lisp.mk #12 8.045 rm -f android-emacs libemacs.so #12 8.051 rm -f temacs core ./*.core \#* ./*.o build-counter.c #12 8.058 rm -f dmpstruct.h #12 8.073 rm -f emacs.pdmp #12 8.073 rm -f ../etc/DOC #12 8.084 rm -f bootstrap-emacs bootstrap-emacs.pdmp #12 8.087 rm -f emacs-30.0.50 #12 8.091 rm -f buildobj.h #12 8.096 rm -f globals.h gl-stamp #12 8.101 rm -f ./*.res ./*.tmp #12 8.109 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #12 8.116 rm -f ../etc/DOC* #12 8.126 rm -f deps/* #12 8.136 rm -f emacs-module.h epaths.h config.h config.stamp #12 8.140 if test -f ./.gdbinit; then \ #12 8.140 mv ./.gdbinit ./.gdbinit.save; \ #12 8.140 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #12 8.140 else mv ./.gdbinit.save ./.gdbinit; fi; \ #12 8.140 fi #12 8.801 make[3]: Leaving directory '/checkout/src' #12 8.804 make -C oldXMenu bootstrap-clean #12 8.809 make[3]: Entering directory '/checkout/oldXMenu' #12 8.809 rm -f libXMenu11.a ./*.o deps/* #12 8.819 rm -f Makefile #12 8.819 rm -fr deps #12 8.821 make[3]: Leaving directory '/checkout/oldXMenu' #12 8.821 make -C lwlib bootstrap-clean #12 8.831 make[3]: Entering directory '/checkout/lwlib' #12 8.831 rm -f ./*.o liblw.a \#* deps/* #12 8.836 rm -f Makefile #12 8.838 rm -fr deps #12 8.840 rm -f TAGS #12 8.842 make[3]: Leaving directory '/checkout/lwlib' #12 8.843 make -C lib bootstrap-clean #12 9.066 make[3]: Entering directory '/checkout/lib' #12 9.067 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #12 9.078 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 9.083 rm -f Makefile Makefile.android #12 9.100 rm -fr deps #12 9.132 make[3]: Leaving directory '/checkout/lib' #12 9.132 make -C lib-src bootstrap-clean #12 9.140 make[3]: Entering directory '/checkout/lib-src' #12 9.140 rm -f core ./*.o ./*.res #12 9.155 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #12 9.167 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #12 9.168 rm -f TAGS Makefile blessmail Makefile.android #12 9.176 make[3]: Leaving directory '/checkout/lib-src' #12 9.177 make -C nt bootstrap-clean #12 9.188 make[3]: Entering directory '/checkout/nt' #12 9.188 rm -f core *.o *.res #12 9.215 rm -f runemacs addpm cmdproxy ddeclient #12 9.217 rm -f TAGS Makefile *.rc #12 9.226 true #12 9.241 make[3]: Leaving directory '/checkout/nt' #12 9.241 make -C doc/emacs bootstrap-clean #12 9.251 make[3]: Entering directory '/checkout/doc/emacs' #12 9.256 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 9.256 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 9.272 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #12 9.277 rm -f Makefile #12 9.287 rm -f \ #12 9.287 ./../../info/emacs.info \ #12 9.287 ./../../info/emacs.info-[1-9] \ #12 9.287 ./../../info/emacs.info-[1-9][0-9] #12 9.295 rm -f ./emacsver.texi TAGS #12 9.304 make[3]: Leaving directory '/checkout/doc/emacs' #12 9.317 make -C doc/misc bootstrap-clean #12 9.332 make[3]: Entering directory '/checkout/doc/misc' #12 9.332 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #12 9.332 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #12 9.332 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #12 9.348 rm -f gnustmp* #12 9.364 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #12 9.373 rm -f Makefile #12 9.386 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 9.386 file=`echo ${file} | sed 's/\.info$//'`.info; \ #12 9.386 rm -f \ #12 9.386 ./../../info/${file} \ #12 9.386 ./../../info/${file}-[1-9] \ #12 9.386 ./../../info/${file}-[1-9][0-9]; \ #12 9.386 done #12 10.59 rm -f ./modus-themes.texi ./org.texi #12 10.60 rm -f TAGS #12 10.60 make[3]: Leaving directory '/checkout/doc/misc' #12 10.60 make -C doc/lispref bootstrap-clean #12 10.61 make[3]: Entering directory '/checkout/doc/lispref' #12 10.61 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 10.61 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 10.62 rm -f elisp[12]* vol[12].tmp #12 10.63 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #12 10.64 rm -f vol[12].dvi vol[12].pdf vol[12].ps #12 10.64 rm -f Makefile #12 10.65 rm -f \ #12 10.65 ./../../info/elisp.info \ #12 10.65 ./../../info/elisp.info-[1-9] \ #12 10.65 ./../../info/elisp.info-[1-9][0-9] #12 10.66 rm -f TAGS #12 10.66 make[3]: Leaving directory '/checkout/doc/lispref' #12 10.67 make -C doc/lispintro bootstrap-clean #12 10.67 make[3]: Entering directory '/checkout/doc/lispintro' #12 10.68 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 10.68 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 10.69 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #12 10.69 rm -f Makefile #12 10.71 rm -f \ #12 10.71 ./../../info/eintr.info \ #12 10.71 ./../../info/eintr.info-[1-9] #12 10.72 rm -f TAGS #12 10.72 make[3]: Leaving directory '/checkout/doc/lispintro' #12 10.72 make -C test bootstrap-clean #12 10.73 make[3]: Entering directory '/checkout/test' #12 11.59 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #12 11.63 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #12 11.67 rm -f ./lisp/gnus/mml-sec-resources/random_seed #12 11.67 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #12 11.67 src/emacs-module-resources/*.dll gmp.h #12 11.68 find . -name '*.elc' -delete #12 11.72 make[3]: Leaving directory '/checkout/test' #12 11.72 make -C java bootstrap-clean #12 12.00 make[3]: Entering directory '/checkout/java' #12 12.00 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #12 12.02 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #12 12.02 find . -name '*.class' -delete #12 12.05 rm -f Makefile ndk-build.mk #12 12.05 make[3]: Leaving directory '/checkout/java' #12 12.05 make -C cross bootstrap-clean #12 12.09 make[3]: Entering directory '/checkout/cross' #12 12.09 for dir in src lib-src lib etc; do \ #12 12.09 find $dir -type f -delete; \ #12 12.09 done #12 12.12 rm -rf lib/config.h lib-src/config.h #12 12.12 if test -f ndk-build/Makefile; then \ #12 12.12 make -C ndk-build clean; \ #12 12.12 fi #12 12.12 for dir in src lib-src lib etc; do \ #12 12.12 find $dir -type l -delete; \ #12 12.12 done #12 12.13 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #12 12.13 rm -rf ndk-build/ndk-build.mk Makefile #12 12.13 make[3]: Leaving directory '/checkout/cross' #12 12.13 make -C nextstep bootstrap-clean #12 12.15 make[3]: Entering directory '/checkout/nextstep' #12 12.15 rm -rf /checkout/nextstep/Emacs.app #12 12.16 rm -f Makefile #12 12.16 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #12 12.16 GNUstep/Emacs.base/Resources/Emacs.desktop \ #12 12.16 Cocoa/Emacs.base/Contents/Info.plist \ #12 12.16 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #12 12.16 make[3]: Leaving directory '/checkout/nextstep' #12 12.16 make -C admin/charsets bootstrap-clean #12 12.18 make[3]: Entering directory '/checkout/admin/charsets' #12 12.18 make[3]: Nothing to be done for 'bootstrap-clean'. #12 12.18 make[3]: Leaving directory '/checkout/admin/charsets' #12 12.18 make -C admin/unidata bootstrap-clean #12 12.19 make[3]: Entering directory '/checkout/admin/unidata' #12 12.22 rm -f ./*.elc unidata.txt #12 12.23 make[3]: Leaving directory '/checkout/admin/unidata' #12 12.23 make -C leim bootstrap-clean #12 12.23 make[3]: Entering directory '/checkout/leim' #12 12.23 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 12.26 make[3]: Leaving directory '/checkout/leim' #12 12.26 make -C lisp bootstrap-clean #12 12.26 make[3]: Entering directory '/checkout/lisp' #12 12.52 find . -name '*.elc' -delete #12 12.53 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #12 12.54 make[3]: Leaving directory '/checkout/lisp' #12 12.54 make -C admin/grammars bootstrap-clean #12 12.55 make[3]: Entering directory '/checkout/admin/grammars' #12 12.55 make[3]: Nothing to be done for 'bootstrap-clean'. #12 12.55 make[3]: Leaving directory '/checkout/admin/grammars' #12 12.55 [ ! -f config.log ] || mv -f config.log config.log~ #12 17.22 rm -rf ./info #12 17.22 rm -f ./etc/refcards/emacsver.tex #12 17.23 rm -rf native-lisp/ lisp/leim/ja-dic/ #12 17.24 rm -fr autom4te.cache config.cache #12 17.37 rm -f config.log ./doc/man/emacs.1 #12 17.37 make[2]: Leaving directory '/checkout' #12 17.38 cd . && ./autogen.sh autoconf #12 17.39 Checking whether you have the necessary tools... #12 17.39 (Read INSTALL.REPO for more details on building Emacs) #12 17.40 Checking for autoconf (need at least version 2.65) ... ok #12 17.46 Your system has the required tools. #12 17.49 Running 'autoreconf -fi -I m4' ... #12 33.47 Building 'aclocal.m4' in exec ... #12 33.47 Running 'autoreconf -fi' in exec ... #12 41.06 You can now run './autogen.sh git'. #12 41.06 make MAKEFILE_NAME=force-Makefile force-Makefile #12 41.09 make[2]: Entering directory '/checkout' #12 41.12 make[2]: *** No rule to make target 'echo-sources'. Stop. #12 41.45 if [ -x ./config.status ]; then \ #12 41.45 ./config.status --recheck; \ #12 41.45 else \ #12 41.45 ./configure --cache-file=/dev/null; \ #12 41.45 fi #12 41.88 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-ns --no-create --no-recursion #12 42.94 checking for xcrun... no #12 42.94 checking for GNU Make... make #12 43.05 checking build system type... x86_64-pc-linux-gnu #12 45.48 checking host system type... x86_64-pc-linux-gnu #12 45.93 checking for gcc... gcc #12 46.54 checking whether the C compiler works... yes #12 48.49 checking for C compiler default output file name... a.out #12 48.49 checking for suffix of executables... #12 49.01 checking whether we are cross compiling... no #12 49.49 checking for suffix of object files... o #12 49.62 checking whether we are using the GNU C compiler... yes #12 49.79 checking whether gcc accepts -g... yes #12 49.97 checking for gcc option to enable C11 features... none needed #12 50.51 checking whether the compiler is clang... no #12 50.73 checking for compiler option needed when checking for declarations... none #12 50.73 checking whether gcc and cc understand -c and -o together... yes #12 51.35 checking how to run the C preprocessor... gcc -E #12 51.77 checking for grep that handles long lines and -e... /bin/grep #12 51.79 checking for egrep... /bin/grep -E #12 51.80 checking for ANSI C header files... yes #12 52.46 checking for sys/types.h... yes #12 52.72 checking for sys/stat.h... yes #12 52.95 checking for stdlib.h... yes #12 53.16 checking for string.h... yes #12 53.45 checking for memory.h... yes #12 53.67 checking for strings.h... yes #12 53.92 checking for inttypes.h... yes #12 54.14 checking for stdint.h... yes #12 54.35 checking for unistd.h... yes #12 54.62 checking for wchar.h... yes #12 55.82 checking for minix/config.h... no #12 56.35 checking for linux/fs.h... yes #12 56.70 checking for malloc.h... yes #12 58.06 checking for sys/systeminfo.h... no #12 58.33 checking for sys/sysinfo.h... yes #12 58.60 checking for coff.h... no #12 58.82 checking for pty.h... yes #12 59.08 checking for sys/resource.h... yes #12 59.29 checking for sys/utsname.h... yes #12 59.51 checking for pwd.h... yes #12 59.74 checking for util.h... no #12 60.08 checking for sanitizer/lsan_interface.h... yes #12 60.31 checking for sanitizer/asan_interface.h... yes #12 60.53 checking for sanitizer/common_interface_defs.h... yes #12 60.71 checking for sys/socket.h... yes #12 60.95 checking for stdlib.h... (cached) yes #12 61.01 checking for unistd.h... (cached) yes #12 61.08 checking for sys/param.h... yes #12 61.39 checking for pthread.h... yes #12 61.64 checking for malloc/malloc.h... no #12 61.81 checking for sys/un.h... yes #12 62.08 checking for utmp.h... yes #12 63.83 checking for utmpx.h... yes #12 64.15 checking for OS.h... no #12 64.31 checking for dirent.h... yes #12 64.61 checking for execinfo.h... yes #12 64.76 checking for linux/xattr.h... yes #12 69.17 checking for stdio_ext.h... yes #12 69.32 checking for sys/vfs.h... yes #12 69.60 checking for sys/fs_types.h... no #12 70.71 checking for getopt.h... yes #12 70.84 checking for sys/cdefs.h... yes #12 70.96 checking for sys/time.h... yes #12 72.97 checking for ieee754.h... yes #12 75.10 checking for limits.h... yes #12 75.23 checking for inttypes.h... (cached) yes #12 75.26 checking for sys/types.h... (cached) yes #12 75.29 checking for stdint.h... (cached) yes #12 75.31 checking for sys/select.h... yes #12 75.51 checking for stdbool.h... yes #12 75.63 checking for stdckdint.h... no #12 75.76 checking for sys/random.h... yes #12 75.89 checking for sys/stat.h... (cached) yes #12 75.91 checking whether it is safe to define __EXTENSIONS__... yes #12 76.03 checking whether _XOPEN_SOURCE should be defined... no #12 76.12 checking for Minix Amsterdam compiler... no #12 76.17 checking for ar... ar #12 76.17 checking for ranlib... ranlib #12 76.17 checking for gcc option to enable large file support... none needed #12 76.36 checking for gcc option for timestamps after 2038... none needed #12 76.52 checking for g++... g++ #12 76.64 checking whether we are using the GNU C++ compiler... yes #12 76.99 checking whether g++ accepts -g... yes #12 77.10 checking for g++ option to enable C++11 features... none needed #12 114.5 checking how to run the C++ preprocessor... g++ -E #12 114.7 checking whether gcc accepts -g3 -O2... yes #12 114.8 checking whether the compiler is clang... no #12 114.9 checking whether C compiler handles -Werror -Wunknown-warning-option... no #12 115.0 checking whether -Wno-missing-field-initializers is needed... yes #12 115.1 checking whether -Wuninitialized is supported... yes #12 115.2 checking whether C compiler handles -fstrict-flex-arrays... no #12 115.3 checking whether C compiler handles -Wall... yes #12 115.4 checking whether C compiler handles -Warith-conversion... yes #12 115.5 checking whether C compiler handles -Wdate-time... yes #12 115.7 checking whether C compiler handles -Wdisabled-optimization... yes #12 115.8 checking whether C compiler handles -Wdouble-promotion... yes #12 115.9 checking whether C compiler handles -Wduplicated-cond... yes #12 116.0 checking whether C compiler handles -Wextra... yes #12 116.1 checking whether C compiler handles -Wformat-signedness... yes #12 116.2 checking whether C compiler handles -Winit-self... yes #12 116.4 checking whether C compiler handles -Winvalid-pch... yes #12 116.5 checking whether C compiler handles -Wlogical-op... yes #12 116.6 checking whether C compiler handles -Wmissing-declarations... yes #12 116.7 checking whether C compiler handles -Wmissing-include-dirs... yes #12 116.8 checking whether C compiler handles -Wmissing-prototypes... yes #12 117.7 checking whether C compiler handles -Wnested-externs... yes #12 117.8 checking whether C compiler handles -Wnull-dereference... yes #12 117.9 checking whether C compiler handles -Wold-style-definition... yes #12 118.0 checking whether C compiler handles -Wopenmp-simd... yes #12 118.2 checking whether C compiler handles -Wpacked... yes #12 118.3 checking whether C compiler handles -Wpointer-arith... yes #12 118.5 checking whether C compiler handles -Wstrict-flex-arrays... no #12 118.5 checking whether C compiler handles -Wstrict-prototypes... yes #12 118.7 checking whether C compiler handles -Wsuggest-attribute=format... yes #12 118.8 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #12 118.9 checking whether C compiler handles -Wsuggest-final-methods... yes #12 119.1 checking whether C compiler handles -Wsuggest-final-types... yes #12 119.2 checking whether C compiler handles -Wtrampolines... yes #12 119.3 checking whether C compiler handles -Wuninitialized... yes #12 119.4 checking whether C compiler handles -Wunknown-pragmas... yes #12 119.6 checking whether C compiler handles -Wunused-macros... yes #12 119.7 checking whether C compiler handles -Wvariadic-macros... yes #12 119.8 checking whether C compiler handles -Wvector-operation-performance... yes #12 119.9 checking whether C compiler handles -Wwrite-strings... yes #12 120.0 checking whether C compiler handles -Warray-bounds=2... yes #12 120.2 checking whether C compiler handles -Wattribute-alias=2... yes #12 120.3 checking whether C compiler handles -Wformat=2... yes #12 120.4 checking whether C compiler handles -Wformat-truncation=2... yes #12 120.5 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #12 120.7 checking whether C compiler handles -Wshift-overflow=2... yes #12 120.8 checking whether C compiler handles -Wuse-after-free=3... no #12 120.8 checking whether C compiler handles -Wvla-larger-than=4031... yes #12 121.0 checking whether C compiler handles -Wno-missing-field-initializers... yes #12 121.1 checking whether C compiler handles -Wredundant-decls... yes #12 121.2 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #12 121.2 checking whether C compiler handles -Wno-override-init... yes #12 121.3 checking whether C compiler handles -Wno-sign-compare... yes #12 121.4 checking whether C compiler handles -Wno-type-limits... yes #12 121.6 checking whether C compiler handles -Wno-unused-parameter... yes #12 121.7 checking whether C compiler handles -Wno-format-nonliteral... yes #12 121.8 checking whether C compiler handles -Wno-bidi-chars... no #12 121.8 checking for a BSD-compatible install... /usr/bin/install -c #12 121.9 checking command to symlink files in the same directory... ln -s #12 121.9 checking for install-info... : #12 121.9 checking for gzip... /bin/gzip #12 121.9 checking for 'find' args to delete a file... -delete #12 121.9 checking for brew... no #12 122.4 checking for -znocombreloc... not needed #12 122.4 checking whether addresses are sanitized... no #12 122.4 checking for math library... -lm #12 124.8 checking for struct passwd.pw_gecos... yes #12 126.6 checking for pkg-config... /usr/bin/pkg-config #12 126.6 checking pkg-config is at least version 0.9.0... yes #12 126.7 checking for machine/soundcard.h... no #12 128.5 checking for sys/soundcard.h... yes #12 128.8 checking for soundcard.h... no #12 129.0 checking for mmsystem.h... no #12 129.1 checking for _oss_ioctl in -lossaudio... no #12 129.2 checking for alsa >= 1.0.0... no #12 129.2 checking for ADDR_NO_RANDOMIZE... yes #12 129.4 checking if Linux sysinfo may be used... yes #12 130.2 checking for sys/wait.h that is POSIX.1 compatible... yes #12 130.4 checking for net/if.h... yes #12 130.8 checking for ifaddrs.h... yes #12 131.1 checking for net/if_dl.h... no #12 131.3 checking for struct ifreq.ifr_flags... yes #12 131.7 checking for struct ifreq.ifr_hwaddr... yes #12 132.4 checking for struct ifreq.ifr_netmask... yes #12 133.1 checking for struct ifreq.ifr_broadaddr... yes #12 133.8 checking for struct ifreq.ifr_addr... yes #12 134.4 checking for struct ifreq.ifr_addr.sa_len... no #12 135.0 checking whether gcc understands -MMD -MF... yes #12 135.2 checking for X... no #12 135.7 checking AppKit/AppKit.h usability... yes #12 138.1 checking AppKit/AppKit.h presence... yes #12 138.7 checking for AppKit/AppKit.h... yes #12 138.7 checking for Mac OS X 12.0 or later... yes #12 138.8 checking for gcc... gcc #12 139.0 checking whether we are using the GNU Objective C compiler... yes #12 139.2 checking whether gcc accepts -g... yes #12 139.4 checking if the Objective C compiler supports instancetype... yes #12 139.5 checking if the Objective C compiler defaults to C99... no #12 139.6 checking whether malloc is Doug Lea style... no #12 139.8 checking for sbrk... yes #12 140.1 checking for __lsan_ignore_object... no #12 140.5 checking for fchmod... yes #12 141.0 checking for utmpname... yes #12 141.5 checking for utmpxname... yes #12 142.0 checking for canonicalize_file_name... yes #12 142.5 checking for realpath... yes #12 142.6 checking for lstat... yes #12 142.9 checking for fchmodat... yes #12 143.4 checking for lchmod... no #12 143.5 checking for fcntl... yes #12 143.8 checking for fdopendir... yes #12 144.1 checking for listxattr... yes #12 144.4 checking for fstatat... yes #12 144.7 checking for fsync... yes #12 145.1 checking for gettimeofday... yes #12 145.5 checking for memset_explicit... no #12 146.0 checking for memset_s... no #12 146.5 checking for pselect... yes #12 146.9 checking for readlink... yes #12 147.2 checking for isblank... yes #12 147.5 checking for iswctype... yes #12 147.8 checking for strtoimax... yes #12 148.3 checking for symlink... yes #12 148.8 checking for localtime_r... yes #12 149.2 checking for getdtablesize... yes #12 149.6 checking for getpagesize... yes #12 150.0 checking for working mmap... yes #12 150.5 checking for main in -lXbsd... no #12 150.7 checking for pthread library... -lpthread #12 151.5 checking for thread support... yes #12 151.5 checking for librsvg-2.0 >= 2.14.0... no #12 151.5 checking for libwebpdemux >= 0.6.0... no #12 151.5 checking for WebPGetInfo... no #12 151.9 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #12 152.0 checking for sqlite3_open_v2 in -lsqlite3... no #12 152.2 checking for getaddrinfo_a in -lanl... yes #12 152.4 checking for malloc_trim... yes #12 152.8 checking for dbus-1 >= 1.0... yes #12 152.8 checking for dbus_watch_get_unix_fd... yes #12 153.5 checking for dbus_type_is_valid... yes #12 154.2 checking for dbus_validate_bus_name... yes #12 154.7 checking for dbus_validate_path... yes #12 155.0 checking for dbus_validate_interface... yes #12 155.4 checking for dbus_validate_member... yes #12 155.8 checking for lgetfilecon in -lselinux... no #12 156.0 checking for gnutls >= 2.12.2... yes #12 156.2 checking for libsystemd >= 222... no #12 156.3 checking for jansson >= 2.7... no #12 156.4 checking for tree-sitter >= 0.20.2... no #12 156.4 checking for tree-sitter >= 0.6.3... no #12 156.5 checking sys/inotify.h usability... yes #12 156.7 checking sys/inotify.h presence... yes #12 156.8 checking for sys/inotify.h... yes #12 156.8 checking for inotify_init1... yes #12 157.5 checking for jpeglib 6b or later... no #12 157.9 checking for lcms2... no #12 158.0 checking for library containing inflateEnd... -lz #12 158.8 checking for dladdr... yes #12 159.2 checking for dlfunc... no #12 159.5 checking for libpng >= 1.0.0... no #12 159.5 checking for libpng not configured by pkg-config... no #12 159.7 checking tiffio.h usability... no #12 159.8 checking tiffio.h presence... no #12 159.9 checking for tiffio.h... no #12 159.9 checking gif_lib.h usability... no #12 161.2 checking gif_lib.h presence... no #12 161.3 checking for gif_lib.h... no #12 161.3 checking gpm.h usability... no #12 161.6 checking gpm.h presence... no #12 161.7 checking for gpm.h... no #12 161.8 checking for libxml-2.0 > 2.6.17... no #12 161.8 checking for maillock in -lmail... no #12 162.1 checking for maillock in -llockfile... no #12 162.4 checking for liblockfile.so... no #12 162.4 checking maillock.h usability... no #12 162.6 checking maillock.h presence... no #12 162.7 checking for maillock.h... no #12 162.8 checking linux/seccomp.h usability... yes #12 163.2 checking linux/seccomp.h presence... yes #12 163.3 checking for linux/seccomp.h... yes #12 163.4 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #12 163.6 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #12 163.9 checking linux/filter.h usability... yes #12 164.2 checking linux/filter.h presence... yes #12 164.3 checking for linux/filter.h... yes #12 164.4 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #12 164.5 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #12 164.5 checking for libseccomp >= 2.5.2... no #12 164.6 checking size of long... 8 #12 165.3 checking for accept4... yes #12 165.7 checking for fchdir... yes #12 166.1 checking for gethostname... yes #12 166.6 checking for getrusage... yes #12 167.3 checking for get_current_dir_name... yes #12 167.9 checking for lrand48... yes #12 168.3 checking for random... yes #12 168.6 checking for rint... yes #12 169.2 checking for tcdrain... yes #12 169.7 checking for trunc... yes #12 170.2 checking for select... yes #12 170.7 checking for getpagesize... (cached) yes #12 170.7 checking for setlocale... yes #12 171.2 checking for newlocale... yes #12 171.6 checking for getrlimit... yes #12 172.2 checking for setrlimit... yes #12 172.8 checking for shutdown... yes #12 173.3 checking for pthread_sigmask... (cached) yes #12 173.3 checking for strsignal... yes #12 173.8 checking for setitimer... yes #12 174.3 checking for sendto... yes #12 174.8 checking for recvfrom... yes #12 175.2 checking for getsockname... yes #12 175.7 checking for getifaddrs... yes #12 176.0 checking for freeifaddrs... yes #12 176.4 checking for gai_strerror... yes #12 176.8 checking for sync... yes #12 177.2 checking for endpwent... yes #12 177.6 checking for getgrent... yes #12 178.2 checking for endgrent... yes #12 178.9 checking for renameat2... yes #12 179.5 checking for cfmakeraw... yes #12 180.0 checking for cfsetspeed... yes #12 180.5 checking for __executable_start... yes #12 180.9 checking for log2... yes #12 181.8 checking for pthread_setname_np... yes #12 182.4 checking for pthread_set_name_np... no #12 182.9 checking for getpwent... yes #12 183.4 checking whether pthread_setname_np takes a single argument... no #12 183.6 checking whether pthread_setname_np takes three arguments... no #12 183.9 checking for aligned_alloc... yes #12 184.5 checking whether aligned_alloc is declared... yes #12 184.8 checking for posix_madvise... yes #12 185.2 checking for madvise... yes #12 185.6 checking for __builtin_frame_address... yes #12 186.1 checking for __builtin_unwind_init... yes #12 186.4 checking for _LARGEFILE_SOURCE value needed for large files... no #12 186.9 checking for grantpt... yes #12 187.3 checking for getpt... yes #12 187.7 checking for posix_openpt... yes #12 188.2 checking for library containing tputs... -ltinfo #12 189.0 checking whether -ltinfo library defines BC... yes #12 189.5 checking for timerfd interface... yes #12 189.8 checking whether signals can be handled on alternate stack... yes #12 190.1 checking valgrind/valgrind.h usability... no #12 190.4 checking valgrind/valgrind.h presence... no #12 190.5 checking for valgrind/valgrind.h... no #12 190.5 checking for struct unipair.unicode... yes #12 190.7 checking for pid_t... yes #12 191.4 checking vfork.h usability... no #12 191.7 checking vfork.h presence... no #12 191.9 checking for vfork.h... no #12 191.9 checking for fork... yes #12 192.3 checking for vfork... yes #12 192.9 checking for working fork... yes #12 193.5 checking for working vfork... (cached) yes #12 193.6 checking for snprintf... yes #12 194.0 checking for open_memstream... yes #12 194.4 checking spawn.h usability... yes #12 194.7 checking spawn.h presence... yes #12 194.8 checking for spawn.h... yes #12 194.8 checking for posix_spawn... yes #12 195.3 checking for posix_spawn_file_actions_addchdir... no #12 195.8 checking for posix_spawn_file_actions_addchdir_np... yes #12 196.3 checking for posix_spawnattr_setflags... yes #12 196.7 checking whether POSIX_SPAWN_SETSID is declared... yes #12 197.0 checking whether GLib is linked in... no #12 197.1 checking for nl_langinfo and CODESET... yes #12 197.6 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #12 198.0 checking for mbstate_t... yes #12 198.4 checking for signals via characters... yes #12 198.7 checking for _setjmp... yes #12 199.1 checking for sigsetjmp... yes #12 199.5 checking POSIX termios... yes #12 200.0 checking size of speed_t... 4 #12 200.6 checking for usable FIONREAD... yes #12 200.9 checking for usable SIGIO... yes #12 201.1 checking for struct alignment... yes #12 201.3 checking for C/C++ restrict keyword... __restrict__ #12 201.6 checking for typeof syntax and keyword spelling... typeof #12 201.8 checking for statement expressions... yes #12 202.1 checking whether malloc (0) returns nonnull... yes #12 202.6 checking sys/acl.h usability... yes #12 202.9 checking sys/acl.h presence... yes #12 203.0 checking for sys/acl.h... yes #12 203.0 checking for library containing acl_get_file... -lacl #12 203.9 checking for acl_get_file... yes #12 204.5 checking for acl_get_fd... yes #12 205.0 checking for acl_set_file... yes #12 205.5 checking for acl_set_fd... yes #12 205.9 checking for acl_free... yes #12 206.5 checking for acl_from_mode... yes #12 207.2 checking for acl_from_text... yes #12 207.7 checking for acl_delete_def_file... yes #12 208.5 checking for acl_extended_file... yes #12 209.4 checking for acl_delete_fd_np... no #12 210.1 checking for acl_delete_file_np... no #12 210.6 checking for acl_copy_ext_native... no #12 211.1 checking for acl_create_entry_np... no #12 211.7 checking for acl_to_short_text... no #12 212.2 checking for acl_free_text... no #12 212.7 checking for working acl_get_file... yes #12 213.4 checking acl/libacl.h usability... yes #12 213.7 checking acl/libacl.h presence... yes #12 213.9 checking for acl/libacl.h... yes #12 213.9 checking for acl_entries... yes #12 214.3 checking for ACL_FIRST_ENTRY... yes #12 214.5 checking for ACL_TYPE_EXTENDED... no #12 214.7 checking for working alloca.h... yes #12 215.1 checking for alloca... yes #12 215.5 checking for a thread-safe mkdir -p... /bin/mkdir -p #12 215.6 checking whether the preprocessor supports include_next... yes #12 215.9 checking whether source code line length is unlimited... yes #12 216.0 checking whether endutent is declared... yes #12 216.2 checking for struct utmpx.ut_user... yes #12 216.5 checking for struct utmp.ut_user... yes #12 216.9 checking for struct utmpx.ut_name... yes #12 217.3 checking for struct utmp.ut_name... yes #12 217.7 checking for struct utmpx.ut_type... yes #12 218.0 checking for struct utmp.ut_type... yes #12 218.3 checking for struct utmpx.ut_pid... yes #12 218.8 checking for struct utmp.ut_pid... yes #12 219.1 checking for struct utmp.ut_tv... yes #12 219.6 checking for struct utmpx.ut_host... yes #12 220.1 checking for struct utmp.ut_host... yes #12 220.6 checking for struct utmpx.ut_id... yes #12 221.1 checking for struct utmp.ut_id... yes #12 221.5 checking for struct utmpx.ut_session... yes #12 221.9 checking for struct utmp.ut_session... yes #12 222.3 checking for struct utmpx.ut_exit... yes #12 223.1 checking for struct utmp.ut_exit... yes #12 223.7 checking for struct utmpx.ut_exit.ut_exit... no #12 224.2 checking for struct utmpx.ut_exit.e_exit... yes #12 224.5 checking for struct utmp.ut_exit.e_exit... yes #12 225.0 checking for struct utmpx.ut_exit.ut_termination... no #12 225.6 checking for struct utmpx.ut_exit.e_termination... yes #12 226.0 checking for struct utmp.ut_exit.e_termination... yes #12 226.4 checking whether sysinfo is declared... yes #12 226.6 checking for sys/sysctl.h... yes #12 227.1 checking for sysctl... yes #12 227.6 checking whether lstat correctly handles trailing slash... yes #12 228.1 checking whether // is distinct from /... no #12 228.1 checking whether realpath works... yes #12 229.4 checking for faccessat... yes #12 229.7 checking for getcwd... yes #12 230.8 checking whether byte ordering is bigendian... no #12 231.5 checking if environ is properly declared... yes #12 231.7 checking for complete errno.h... yes #12 231.8 checking whether ctype.h defines __header_inline... no #12 232.0 checking for mode_t... yes #12 232.7 checking whether strmode is declared... no #12 233.1 checking whether getline is declared... yes #12 233.5 checking for gawk... no #12 233.5 checking for mawk... mawk #12 233.5 checking for getopt.h... (cached) yes #12 233.5 checking for getopt_long_only... yes #12 233.8 checking whether getopt is POSIX compatible... yes #12 235.1 checking for working GNU getopt function... yes #12 235.8 checking for working GNU getopt_long function... yes #12 236.4 checking whether timespec_get is declared... yes #12 236.7 checking for timespec_get... yes #12 237.1 checking for struct timeval... yes #12 237.4 checking for wide-enough struct timeval.tv_sec member... yes #12 237.8 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #12 238.0 checking whether the compiler produces multi-arch binaries... no #12 238.2 checking whether stdint.h conforms to C99... yes #12 239.4 checking whether stdint.h works without ISO C predefines... yes #12 239.8 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #12 240.1 checking whether memmem is declared... yes #12 240.7 checking whether memrchr is declared... yes #12 241.1 checking whether defines MIN and MAX... no #12 241.3 checking whether defines MIN and MAX... yes #12 241.6 checking whether time_t is signed... yes #12 241.9 checking whether alarm is declared... yes #12 242.2 checking for working mktime... no #12 243.3 checking whether struct tm is in sys/time.h or time.h... time.h #12 243.5 checking for struct tm.tm_zone... yes #12 243.8 checking for struct tm.tm_gmtoff... yes #12 244.1 checking whether is self-contained... yes #12 245.1 checking for inline... inline #12 245.3 checking for sigset_t... yes #12 245.8 checking for volatile sig_atomic_t... yes #12 246.1 checking for sighandler_t... yes #12 246.4 checking for wchar_t... yes #12 246.6 checking for good max_align_t... yes #12 246.7 checking whether NULL can be used in arbitrary expressions... yes #12 247.0 checking for unreachable... no #12 247.4 checking whether fcloseall is declared... yes #12 247.8 checking whether getw is declared... yes #12 248.3 checking whether putw is declared... yes #12 248.9 checking which flavor of printf attribute matches inttypes macros... system #12 249.4 checking whether strnlen is declared... yes #12 249.7 checking whether strtoimax is declared... yes #12 250.2 checking whether stat file-mode macros are broken... no #12 250.5 checking for nlink_t... yes #12 251.1 checking for struct timespec in ... yes #12 251.3 checking for TIME_UTC in ... yes #12 251.7 checking whether execvpe is declared... yes #12 252.0 checking whether clearerr_unlocked is declared... yes #12 252.3 checking whether feof_unlocked is declared... yes #12 252.8 checking whether ferror_unlocked is declared... yes #12 253.2 checking whether fflush_unlocked is declared... yes #12 253.7 checking whether fgets_unlocked is declared... yes #12 254.2 checking whether fputc_unlocked is declared... yes #12 254.7 checking whether fputs_unlocked is declared... yes #12 255.1 checking whether fread_unlocked is declared... yes #12 255.5 checking whether fwrite_unlocked is declared... yes #12 255.9 checking whether getc_unlocked is declared... yes #12 256.1 checking whether getchar_unlocked is declared... yes #12 256.4 checking whether putc_unlocked is declared... yes #12 256.8 checking whether putchar_unlocked is declared... yes #12 257.1 checking type of array argument to getgroups... gid_t #12 257.7 checking whether getdelim is declared... yes #12 258.1 checking whether getdtablesize is declared... yes #12 258.4 checking whether malloc is ptrdiff_t safe... yes #12 258.6 checking whether malloc, realloc, calloc set errno on failure... yes #12 258.6 checking for O_CLOEXEC... yes #12 258.9 checking for promoted mode_t type... mode_t #12 259.0 checking whether the utimes function works... yes #12 260.0 checking for C compiler option to allow warnings... -Wno-error #12 260.3 checking for alignas and alignof... yes, macros #12 260.7 checking for alloca as a compiler built-in... yes #12 260.8 checking for static_assert... yes, an macro #12 261.1 checking for __builtin_expect... yes #12 261.4 checking byteswap.h usability... yes #12 261.7 checking byteswap.h presence... yes #12 261.8 checking for byteswap.h... yes #12 261.8 checking for readlinkat... yes #12 262.2 checking for library containing clock_gettime... none required #12 262.4 checking for clock_getres... yes #12 262.7 checking for clock_gettime... yes #12 263.1 checking for clock_settime... yes #12 263.4 checking for copy_file_range... yes #12 263.7 checking for d_type member in directory struct... yes #12 264.1 checking whether // is distinct from /... (cached) no #12 264.1 checking whether dup2 works... yes #12 264.8 checking for library containing backtrace_symbols_fd... none required #12 265.2 checking for faccessat... (cached) yes #12 265.2 checking whether fchmodat works... no #12 265.8 checking for readlinkat... (cached) yes #12 265.8 checking whether fcntl handles F_DUPFD correctly... yes #12 266.5 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #12 267.1 checking whether fdopendir is declared... yes #12 267.4 checking whether fdopendir works... yes #12 267.9 checking for flexible array member... yes #12 268.2 checking for __fpending... yes #12 268.7 checking whether __fpending is declared... yes #12 268.9 checking whether free is known to preserve errno... no #12 269.1 checking whether fstatat (..., 0) works... yes #12 269.6 checking for sys/mount.h... yes #12 269.9 checking for statvfs function (SVR4)... yes #12 270.2 checking whether to use statvfs64... no #12 270.4 checking for two-argument statfs with statfs.f_frsize member... yes #12 270.9 checking sys/fs/s5param.h usability... no #12 271.2 checking sys/fs/s5param.h presence... no #12 271.2 checking for sys/fs/s5param.h... no #12 271.3 checking sys/statfs.h usability... yes #12 271.6 checking sys/statfs.h presence... yes #12 271.8 checking for sys/statfs.h... yes #12 271.8 checking for statfs that truncates block counts... no #12 272.0 checking for futimens... yes #12 272.4 checking whether futimens works... yes #12 274.0 checking for getline... yes #12 274.5 checking for working getline function... yes #12 275.1 checking for getloadavg... yes #12 275.6 checking sys/loadavg.h usability... no #12 276.0 checking sys/loadavg.h presence... no #12 276.1 checking for sys/loadavg.h... no #12 276.1 checking whether getloadavg is declared... yes #12 276.5 checking for getrandom... yes #12 276.7 checking whether getrandom is compatible with its GNU+BSD signature... yes #12 276.9 checking for gettimeofday with POSIX signature... yes #12 277.1 checking whether the compiler supports the __inline keyword... yes #12 277.2 checking gmp.h usability... yes #12 277.6 checking gmp.h presence... yes #12 277.7 checking for gmp.h... yes #12 277.7 checking for library containing __gmpz_roinit_n... -lgmp #12 278.5 checking for memmem... yes #12 279.0 checking whether memmem works... yes #12 279.5 checking for mempcpy... yes #12 280.1 checking for memrchr... yes #12 280.6 checking for explicit_memset... no #12 281.1 checking for mkostemp... yes #12 281.5 checking for library containing nanosleep... none required #12 281.7 checking for working nanosleep... no (mishandles large arguments) #12 283.4 checking for sys/pstat.h... no #12 283.7 checking for sys/sysmp.h... no #12 283.9 checking for sys/param.h... (cached) yes #12 284.0 checking for sys/sysctl.h... (cached) yes #12 284.0 checking for sched_getaffinity_np... no #12 284.4 checking for pstat_getdynamic... no #12 284.9 checking for sysmp... no #12 285.4 checking for sysctl... (cached) yes #12 285.5 checking for sched_getaffinity... yes #12 285.9 checking for glibc compatible sched_getaffinity... yes #12 286.1 checking for pipe2... yes #12 286.5 checking whether signature of pselect conforms to POSIX... yes #12 286.8 checking whether pselect detects invalid fds... yes #12 287.1 checking whether pthread_sigmask is a macro... no #12 287.2 checking whether pthread_sigmask returns error numbers... yes #12 287.6 checking whether pthread_sigmask unblocks signals correctly... guessing yes #12 290.2 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #12 290.9 checking whether readlink signature is correct... yes #12 291.2 checking whether readlink handles trailing slash correctly... yes #12 291.6 checking whether readlink truncates results correctly... yes #12 291.9 checking for readlinkat... (cached) yes #12 291.9 checking whether readlinkat signature is correct... yes #12 292.2 checking for working re_compile_pattern... no #12 292.8 checking libintl.h usability... yes #12 293.0 checking libintl.h presence... yes #12 293.1 checking for libintl.h... yes #12 293.1 checking whether isblank is declared... yes #12 293.3 checking for sig2str... no #12 293.6 checking for sigdescr_np... no #12 294.0 checking for socklen_t... yes #12 294.3 checking for ssize_t... yes #12 294.5 checking for struct stat.st_atim.tv_nsec... yes #12 294.7 checking whether struct stat.st_atim is of type struct timespec... yes #12 294.9 checking for struct stat.st_birthtimespec.tv_nsec... no #12 295.3 checking for struct stat.st_birthtimensec... no #12 295.5 checking for struct stat.st_birthtim.tv_nsec... no #12 295.9 checking for bool, true, false... no #12 296.0 checking for stpcpy... yes #12 296.2 checking for working strnlen... yes #12 296.6 checking whether strtoimax works... yes #12 297.0 checking whether symlink handles trailing slash correctly... yes #12 297.4 checking whether localtime_r is declared... yes #12 297.6 checking whether localtime_r is compatible with its POSIX signature... yes #12 297.8 checking whether localtime works even near extrema... yes #12 298.4 checking for timezone_t... no #12 298.6 checking for timegm... yes #12 299.0 checking whether timer_settime is declared... yes #12 299.2 checking for library containing timer_settime... -lrt #12 300.1 checking for timer_settime... yes #12 300.5 checking for utimensat... yes #12 300.8 checking whether utimensat works... yes #12 302.4 checking for variable-length arrays... yes #12 302.8 checking whether getdtablesize works... yes #12 303.1 checking for __mktime_internal... no #12 303.5 checking for timer_getoverrun... yes #12 303.8 checking for gcc option to disable position independent executables... not needed #12 303.8 checking for __ctype_get_mb_cur_max... yes #12 304.3 checking whether MB_CUR_MAX is defined to function that won't link... no #12 304.4 #12 304.4 Configured for 'x86_64-pc-linux-gnu'. #12 304.4 #12 304.4 Where should the build process find the source code? . #12 304.4 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #12 304.4 Should Emacs use the GNU version of malloc? no #12 304.4 (The GNU allocators don't work with this system configuration.) #12 304.4 Should Emacs use a relocating allocator for buffers? no #12 304.4 Should Emacs use mmap(2) for buffer allocation? no #12 304.4 What window system should Emacs use? nextstep #12 304.4 What toolkit should Emacs use? none #12 304.4 Where do we find X Windows header files? NONE #12 304.4 Where do we find X Windows libraries? NONE #12 304.4 Does Emacs use -lXaw3d? no #12 304.4 Is Emacs being built for Android? no #12 304.4 Does Emacs use the X Double Buffer Extension? no #12 304.4 Does Emacs use -lXpm? no #12 304.4 Does Emacs use -ljpeg? no #12 304.4 Does Emacs use -ltiff? no #12 304.4 Does Emacs use a gif library? no #12 304.4 Does Emacs use a png library? no #12 304.4 Does Emacs use -lrsvg-2? no #12 304.4 Does Emacs use -lwebp? no #12 304.4 Does Emacs use -lsqlite3? no #12 304.4 Does Emacs use cairo? no #12 304.4 Does Emacs use -llcms2? no #12 304.4 Does Emacs use imagemagick? no #12 304.4 Does Emacs use native APIs for images? yes (ns) #12 304.4 Does Emacs support sound? yes #12 304.4 Does Emacs use -lgpm? no #12 304.4 Does Emacs use -ldbus? yes #12 304.4 Does Emacs use -lgconf? no #12 304.4 Does Emacs use GSettings? no #12 304.4 Does Emacs use a file notification library? yes -lglibc (inotify) #12 304.4 Does Emacs use access control lists? yes -lacl -lattr #12 304.4 Does Emacs use -lselinux? no #12 304.4 Does Emacs use -lgnutls? yes #12 304.4 Does Emacs use -lxml2? no #12 304.4 Does Emacs use -lfreetype? no #12 304.4 Does Emacs use HarfBuzz? no #12 304.4 Does Emacs use -lm17n-flt? no #12 304.4 Does Emacs use -lotf? no #12 304.4 Does Emacs use -lxft? no #12 304.4 Does Emacs use -lsystemd? no #12 304.4 Does Emacs use -ljansson? no #12 304.4 Does Emacs use -ltree-sitter? no #12 304.4 Does Emacs use the GMP library? yes #12 304.4 Does Emacs directly use zlib? yes #12 304.4 Does Emacs have dynamic modules support? yes #12 304.4 Does Emacs use toolkit scroll bars? yes #12 304.4 Does Emacs support Xwidgets? no #12 304.4 Does Emacs have threading support in lisp? yes #12 304.4 Does Emacs support the portable dumper? yes #12 304.4 Does Emacs support legacy unexec dumping? no #12 304.4 Which dumping strategy does Emacs use? pdumper #12 304.4 Does Emacs have native lisp compiler? no #12 304.4 Does Emacs use version 2 of the X Input Extension? no #12 304.4 Does Emacs generate a smaller-size Japanese dictionary? no #12 304.4 #12 304.4 #12 304.4 #12 304.4 Run 'make' to build Emacs, then run 'src/emacs' to test it. #12 304.4 Run 'make install' in order to build an application bundle. #12 304.4 The application will go to nextstep/Emacs.app and can be run or moved #12 304.4 from there. #12 304.4 The application will be fully self-contained. #12 304.4 #12 305.5 configure: creating ./config.status #12 306.0 configure: WARNING: This configuration installs a 'movemail' program #12 306.0 that does not retrieve POP3 email. By default, Emacs 25 and earlier #12 306.0 installed a 'movemail' program that retrieved POP3 email via only #12 306.0 insecure channels, a practice that is no longer recommended but that #12 306.0 you can continue to support by using './configure --with-pop'. #12 306.0 configure: You might want to install GNU Mailutils #12 306.0 and use './configure --with-mailutils'. #12 307.3 MAKE='make' ./config.status #12 307.6 config.status: creating src/verbose.mk #12 307.8 config.status: creating src/emacs-module.h #12 308.0 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #12 308.2 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #12 308.4 config.status: creating Makefile #12 308.5 config.status: creating lib/gnulib.mk #12 308.7 config.status: creating ./doc/man/emacs.1 #12 308.9 config.status: creating lib/Makefile #12 309.1 config.status: creating lib-src/Makefile #12 309.3 config.status: creating oldXMenu/Makefile #12 309.5 config.status: creating src/Makefile #12 309.7 config.status: creating lwlib/Makefile #12 309.9 config.status: creating nextstep/Makefile #12 310.1 config.status: creating nt/Makefile #12 310.2 config.status: creating doc/emacs/Makefile #12 310.4 config.status: creating doc/misc/Makefile #12 310.6 config.status: creating doc/lispintro/Makefile #12 310.7 config.status: creating doc/lispref/Makefile #12 310.9 config.status: creating lisp/Makefile #12 311.1 config.status: creating leim/Makefile #12 311.2 config.status: creating test/Makefile #12 311.4 config.status: creating test/manual/noverlay/Makefile #12 311.6 config.status: creating test/infra/Makefile #12 311.7 config.status: creating admin/charsets/Makefile #12 311.9 config.status: creating admin/unidata/Makefile #12 312.0 config.status: creating admin/grammars/Makefile #12 312.1 config.status: creating java/Makefile #12 312.3 config.status: creating cross/Makefile #12 312.4 config.status: creating java/AndroidManifest.xml #12 312.6 config.status: creating src/config.h #12 312.8 config.status: executing src/epaths.h commands #12 312.8 make[3]: Entering directory '/checkout' #12 313.0 make[3]: Leaving directory '/checkout' #12 313.0 config.status: executing src/.gdbinit commands #12 313.1 config.status: executing doc/emacs/emacsver.texi commands #12 313.1 config.status: executing etc-refcards-emacsver.tex commands #12 313.2 make[3]: Entering directory '/checkout' #12 313.3 make[3]: Leaving directory '/checkout' #12 313.3 make[2]: Leaving directory '/checkout' #12 313.3 make actual-all #12 313.3 make[2]: Entering directory '/checkout' #12 313.6 make -C lib all #12 313.9 make[3]: Entering directory '/checkout/lib' #12 313.9 GEN alloca.h #12 313.9 GEN dirent.h #12 314.0 GEN fcntl.h #12 314.0 GEN malloc/dynarray.gl.h #12 314.1 GEN malloc/dynarray-skeleton.gl.h #12 314.1 GEN inttypes.h #12 314.2 GEN limits.h #12 314.2 GEN signal.h #12 314.3 GEN stdckdint.h #12 314.3 GEN stddef.h #12 314.4 GEN stdio.h #12 314.7 GEN stdlib.h #12 315.0 GEN string.h #12 315.3 GEN sys/random.h #12 315.4 GEN sys/select.h #12 315.5 GEN sys/stat.h #12 315.6 GEN sys/time.h #12 315.6 GEN sys/types.h #12 315.7 GEN time.h #12 315.8 GEN unistd.h #12 316.4 CC fingerprint.o #12 316.5 CC mktime.o #12 317.4 CC acl-errno-valid.o #12 317.7 CC acl-internal.o #12 318.1 CC get-permissions.o #12 318.6 CC set-permissions.o #12 319.2 CC allocator.o #12 319.4 CC binary-io.o #12 319.7 CC boot-time.o #12 320.3 CC c-ctype.o #12 320.6 CC c-strcasecmp.o #12 320.8 CC c-strncasecmp.o #12 321.0 CC careadlinkat.o #12 321.4 CC close-stream.o #12 322.0 CC copy-file-range.o #12 322.3 CC count-leading-zeros.o #12 322.7 CC count-one-bits.o #12 323.0 CC count-trailing-zeros.o #12 323.3 CC md5-stream.o #12 323.6 CC md5.o #12 324.8 CC sha1.o #12 326.4 CC sha256.o #12 329.9 CC sha512.o #12 333.7 CC dtoastr.o #12 334.0 CC dtotimespec.o #12 334.3 CC fchmodat.o #12 334.7 CC fcntl.o #12 335.0 CC file-has-acl.o #12 335.5 CC filemode.o #12 335.8 CC filevercmp.o #12 336.1 CC free.o #12 336.2 CC fsusage.o #12 336.4 CC gettime.o #12 336.5 CC malloc/dynarray_at_failure.o #12 336.6 CC malloc/dynarray_emplace_enlarge.o #12 336.8 CC malloc/dynarray_finalize.o #12 337.0 CC malloc/dynarray_resize.o #12 337.2 CC malloc/dynarray_resize_clear.o #12 337.3 CC memset_explicit.o #12 337.4 CC nanosleep.o #12 337.6 CC nproc.o #12 337.9 CC nstrftime.o #12 339.7 CC pipe2.o #12 339.9 CC qcopy-acl.o #12 340.2 CC regex.o #12 354.8 CC sig2str.o #12 356.8 CC sigdescr_np.o #12 357.1 CC stat-time.o #12 357.5 CC tempname.o #12 358.1 CC time_rz.o #12 358.7 CC timegm.o #12 358.9 CC timespec.o #12 359.2 CC timespec-add.o #12 359.6 CC timespec-sub.o #12 359.9 CC u64.o #12 360.1 CC unistd.o #12 360.4 CC openat-die.o #12 360.7 CC save-cwd.o #12 361.0 AR libgnu.a #12 361.6 make[3]: Leaving directory '/checkout/lib' #12 361.6 make -C lib-src all #12 361.6 make[3]: Entering directory '/checkout/lib-src' #12 361.6 CCLD etags #12 372.0 CCLD ctags #12 387.8 CCLD emacsclient #12 390.7 CCLD ebrowse #12 396.6 CCLD hexl #12 397.7 CC pop.o #12 397.8 CCLD movemail #12 398.8 CCLD make-docfile #12 401.5 CCLD make-fingerprint #12 402.5 make[3]: Leaving directory '/checkout/lib-src' #12 402.5 make -C src BIN_DESTDIR=''/checkout/nextstep/Emacs.app/'' \ #12 402.5 ELN_DESTDIR='/checkout/nextstep/Emacs.app/Frameworks/' all #12 403.1 make[3]: Entering directory '/checkout/src' #12 403.1 GEN globals.h #12 403.9 CC dispnew.o #12 416.9 CC frame.o #12 430.3 CC scroll.o #12 432.8 CC xdisp.o #12 532.0 CC menu.o #12 536.7 CC window.o #12 559.8 CC charset.o #12 570.0 CC coding.o #12 609.6 CC category.o #12 611.4 CC ccl.o #12 619.9 CC character.o #12 624.3 CC chartab.o #12 629.8 CC bidi.o #12 636.0 CC cm.o #12 637.8 CC term.o #12 647.9 CC terminal.o #12 650.0 CC xfaces.o #12 668.9 CC dbusbind.o #12 680.2 CC emacs.o #12 686.2 CC keyboard.o #12 728.1 CC macros.o #12 730.2 CC keymap.o #12 743.7 CC sysdep.o #12 750.3 CC bignum.o #12 752.2 CC buffer.o #12 765.1 CC filelock.o #12 767.6 CC insdel.o #12 773.3 CC marker.o #12 776.4 CC minibuf.o #12 784.4 CC fileio.o #12 799.7 CC dired.o #12 803.9 CC cmds.o #12 807.5 CC casetab.o #12 809.4 CC casefiddle.o #12 812.8 CC indent.o #12 822.6 CC search.o #12 833.5 CC regex-emacs.o #12 858.0 CC undo.o #12 860.3 CC alloc.o #12 874.7 CC pdumper.o #12 886.3 CC data.o #12 900.8 GEN buildobj.h #12 902.1 CC doc.o #12 905.2 CC editfns.o #12 922.1 CC callint.o #12 926.4 CC eval.o #12 941.8 CC floatfns.o #12 945.2 CC fns.o #12 969.1 CC sort.o #12 971.6 CC font.o #12 992.4 CC print.o #12 1003. CC lread.o #12 1019. CC emacs-module.o #12 1027. CC syntax.o #12 1043. CC bytecode.o #12 1053. CC comp.o #12 1054. CC dynlib.o #12 1055. CC process.o #12 1078. CC gnutls.o #12 1085. CC callproc.o #12 1090. CC region-cache.o #12 1092. CC sound.o #12 1096. CC timefns.o #12 1101. CC atimer.o #12 1103. CC doprnt.o #12 1106. CC intervals.o #12 1114. CC textprop.o #12 1124. CC composite.o #12 1134. CC xml.o #12 1135. CC lcms.o #12 1135. CC inotify.o #12 1139. CC profiler.o #12 1142. CC decompress.o #12 1143. CC thread.o #12 1146. CC systhread.o #12 1148. CC sqlite.o #12 1149. CC treesit.o #12 1150. CC itree.o #12 1153. CC fontset.o #12 1164. CC fringe.o #12 1172. CC image.o #12 1182. image.c:143: warning: macro "PIX_MASK_DRAW" is not used [-Wunused-macros] #12 1182. 143 | #define PIX_MASK_DRAW 1 #12 1182. | #12 1184. CC nsterm.o #12 1184. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1184. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1185. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1185. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1185. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1185. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1185. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1185. | ^~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1185. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1185. | ^~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1185. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1185. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1185. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1185. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 88 | #if GS_API_VERSION(0,011500) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1185. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1185. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1185. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1185. | ^~~~~~~~~~ #12 1185. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1185. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1185. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1185. | ^~~~~~~~~~ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1185. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1185. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1185. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1185. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1185. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1185. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1185. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1185. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 45 | #if GS_EXPOSE(NSArchiver) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 114 | #if GS_EXPOSE(NSBundle) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 43 | #if GS_EXPOSE(NSCache) #12 1185. | ^~~~~~~~~~~~~~~~~~~~ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 113 | #if GS_EXPOSE(NSException) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1185. 303 | NSGetUncaughtExceptionHandler(); #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 53 | #if GS_EXPOSE(NSExpression) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 47 | #if GS_EXPOSE(NSTimer) #12 1185. | ^~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1185. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1185. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 46 | #if GS_EXPOSE(NSRunLoop) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1185. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 40 | #if GS_EXPOSE(NSDistantObject) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 74 | #if GS_EXPOSE(NSLock) #12 1185. | ^~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 125 | #if GS_EXPOSE(NSCondition) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 175 | #if GS_EXPOSE(NSConditionLock) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1185. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 134 | #if GS_EXPOSE(NSError) #12 1185. | ^~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1185. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 182 | #if GS_EXPOSE(NSURLHandle) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 73 | #if GS_EXPOSE(NSURL) #12 1185. | ^~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1185. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 633 | #if GS_EXPOSE(NSURLComponents) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 160 | #if GS_EXPOSE(NSPipe) #12 1185. | ^~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 215 | #if GS_EXPOSE(NSFileManager) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 42 | #if GS_EXPOSE(NSHost) #12 1185. | ^~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 47 | #if GS_EXPOSE(NSIndexPath) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 49 | #if GS_EXPOSE(NSIndexSet) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 38 | #if GS_EXPOSE(NSInvocation) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 103 | #if GS_EXPOSE(NSLocale) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 361 | #if GS_EXPOSE(NSNetService) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 53 | #if GS_EXPOSE(NSPortCoder) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 77 | #if GS_EXPOSE(NSPort) #12 1185. | ^~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 202 | #if GS_EXPOSE(NSSocketPort) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 284 | #if GS_EXPOSE(NSMessagePort) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 47 | #if GS_EXPOSE(NSPortMessage) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 53 | #if GS_EXPOSE(NSProgress) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 42 | #if GS_EXPOSE(NSScanner) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 58 | #if GS_EXPOSE(NSSpellServer) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 51 | #if GS_EXPOSE(NSTask) #12 1185. | ^~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 59 | #if GS_EXPOSE(NSThread) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 87 | #if GS_EXPOSE(NSUndoManager) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 105 | #if GS_EXPOSE(NSURLCache) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 48 | #if GS_EXPOSE(NSURLConnection) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 56 | #if GS_EXPOSE(NSURLCredential) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 49 | #if GS_EXPOSE(NSURLDownload) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 92 | #if GS_EXPOSE(NSURLRequest) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 49 | #if GS_EXPOSE(NSURLResponse) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1185. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1185. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 72 | #if GS_EXPOSE(NSXMLParser) #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1185. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1185. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1185. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1185. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1185. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1185. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1185. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1185. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1185. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1185. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1185. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1185. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1185. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1185. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1185. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1185. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1185. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1185. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1185. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1185. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1185. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1185. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1185. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1185. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1185. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1185. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1185. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1185. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1185. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1185. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1185. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1185. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1185. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1185. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1185. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1185. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1185. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1185. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1185. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1185. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1185. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1185. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1185. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1185. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1185. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1185. | ^ #12 1185. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1185. | ^ #12 1185. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1185. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1185. from nsgui.h:34, #12 1185. from dispextern.h:137, #12 1185. from nsterm.h:22, #12 1185. from nsterm.m:48: #12 1185. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1185. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1185. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1186. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1186. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1186. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1186. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1186. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1186. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1186. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1186. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1186. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1186. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1186. | ^~~~~~~~~~~~~~~~~~~~ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1186. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1186. | ^~~~~~~~~~~~~~~~~~~~ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1186. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1186. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1186. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1186. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1186. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1186. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1186. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1186. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1186. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1186. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1186. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1186. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1186. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1186. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1186. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1186. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1186. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1186. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1186. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1186. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1186. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1186. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1186. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1186. | ^ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1186. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1186. | ^ #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1186. 125 | __attribute__((unused)); #12 1186. | ^~~~~~~~~~~~~ #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1186. 129 | __attribute__((unused)); #12 1186. | ^~~~~~~~~~~~~ #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1186. 133 | __attribute__((unused)); #12 1186. | ^~~~~~~~~~~~~ #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1186. 214 | __attribute__((unused)); #12 1186. | ^~~~~~~~~~~~~ #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1186. 247 | __attribute__((unused)); #12 1186. | ^~~~~~~~~~~~~ #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1186. 251 | __attribute__((unused)); #12 1186. | ^~~~~~~~~~~~~ #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1186. 259 | __attribute__((unused)); #12 1186. | ^~~~~~~~~~~~~ #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1186. 263 | __attribute__((unused)); #12 1186. | ^~~~~~~~~~~~~ #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1186. 267 | __attribute__((unused)); #12 1186. | ^~~~~~~~~~~~~ #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1186. 271 | __attribute__((unused)); #12 1186. | ^~~~~~~~~~~~~ #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1186. 275 | __attribute__((unused)); #12 1186. | ^~~~~~~~~~~~~ #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1186. 287 | __attribute__((unused)); #12 1186. | ^~~~~~~~~~~~~ #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1186. 311 | __attribute__((unused)); #12 1186. | ^~~~~~~~~~~~~ #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1186. 323 | __attribute__((unused)); #12 1186. | ^~~~~~~~~~~~~ #12 1186. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1186. from nsgui.h:34, #12 1186. from dispextern.h:137, #12 1186. from nsterm.h:22, #12 1186. from nsterm.m:48: #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1186. 493 | PSgsave() #12 1186. | ^~~~~~~ #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1186. 499 | PSgrestore() #12 1186. | ^~~~~~~~~~ #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1186. 505 | PSinitgraphics() #12 1186. | ^~~~~~~~~~~~~~ #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1186. 622 | PSinitmatrix() #12 1186. | ^~~~~~~~~~~~ #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1186. 669 | PSclip() #12 1186. | ^~~~~~ #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1186. 675 | PSclosepath() #12 1186. | ^~~~~~~~~~~ #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1186. 687 | PSeoclip() #12 1186. | ^~~~~~~~ #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1186. 693 | PSeofill() #12 1186. | ^~~~~~~~ #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1186. 699 | PSfill() #12 1186. | ^~~~~~ #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1186. 705 | PSflattenpath() #12 1186. | ^~~~~~~~~~~~~ #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1186. 711 | PSinitclip() #12 1186. | ^~~~~~~~~~ #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1186. 729 | PSnewpath() #12 1186. | ^~~~~~~~~ #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1186. 765 | PSreversepath() #12 1186. | ^~~~~~~~~~~~~ #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1186. 783 | PSstroke() #12 1186. | ^~~~~~~~ #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1186. 835 | PSWait() #12 1186. | ^~~~~~ #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1186. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1187. nsterm.m: In function 'ns_set_undecorated': #12 1187. nsterm.m:1794:7: warning: 'NSWindow' may not respond to '-setIsVisible:' #12 1187. 1794 | [newWindow setIsVisible:[oldWindow isVisible]]; #12 1187. | ^ #12 1187. nsterm.m:1794:7: warning: (messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments) #12 1187. nsterm.m: In function '-[EmacsView showFontPanel]': #12 1187. nsterm.m:6687:3: warning: 'NSFontPanel' may not respond to '-setIsVisible:' #12 1187. 6687 | [[fm fontPanel: YES] setIsVisible: NO]; #12 1187. | ^ #12 1212. CC nsfns.o #12 1213. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1213. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1214. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1214. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1214. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1214. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1214. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1214. from nsgui.h:34, #12 1214. from dispextern.h:137, #12 1214. from nsterm.h:22, #12 1214. from nsfns.m:38: #12 1214. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1214. | ^ #12 1214. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1214. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1214. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1214. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1214. from nsgui.h:34, #12 1214. from dispextern.h:137, #12 1214. from nsterm.h:22, #12 1214. from nsfns.m:38: #12 1214. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1214. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1214. | ^~~~~~~~~~~~~~~~~~~~ #12 1214. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1214. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1214. | ^~~~~~~~~~~~~~~~~~~~ #12 1214. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1214. | ^ #12 1214. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1214. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1214. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1214. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1214. from nsgui.h:34, #12 1214. from dispextern.h:137, #12 1214. from nsterm.h:22, #12 1214. from nsfns.m:38: #12 1214. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1214. | ^ #12 1214. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1214. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1214. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1214. from nsgui.h:34, #12 1214. from dispextern.h:137, #12 1214. from nsterm.h:22, #12 1214. from nsfns.m:38: #12 1214. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1214. | ^ #12 1214. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1214. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1214. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1214. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1214. from nsgui.h:34, #12 1214. from dispextern.h:137, #12 1214. from nsterm.h:22, #12 1214. from nsfns.m:38: #12 1214. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1214. | ^ #12 1214. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1214. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1214. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1214. from nsgui.h:34, #12 1214. from dispextern.h:137, #12 1214. from nsterm.h:22, #12 1214. from nsfns.m:38: #12 1214. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1214. | ^ #12 1214. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1214. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1214. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1214. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1214. from nsgui.h:34, #12 1214. from dispextern.h:137, #12 1214. from nsterm.h:22, #12 1214. from nsfns.m:38: #12 1214. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1214. | ^ #12 1214. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1214. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1214. from nsgui.h:34, #12 1214. from dispextern.h:137, #12 1214. from nsterm.h:22, #12 1214. from nsfns.m:38: #12 1214. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1214. | ^ #12 1214. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1214. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1214. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1214. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1214. from nsgui.h:34, #12 1214. from dispextern.h:137, #12 1214. from nsterm.h:22, #12 1214. from nsfns.m:38: #12 1214. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 88 | #if GS_API_VERSION(0,011500) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1214. | ^ #12 1214. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1214. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1214. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1214. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1214. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1214. from nsgui.h:34, #12 1214. from dispextern.h:137, #12 1214. from nsterm.h:22, #12 1214. from nsfns.m:38: #12 1214. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1214. | ^ #12 1214. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1214. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1214. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1214. from nsgui.h:34, #12 1214. from dispextern.h:137, #12 1214. from nsterm.h:22, #12 1214. from nsfns.m:38: #12 1214. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1214. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1214. | ^~~~~~~~~~ #12 1214. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1214. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1214. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1214. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1214. from nsgui.h:34, #12 1214. from dispextern.h:137, #12 1214. from nsterm.h:22, #12 1214. from nsfns.m:38: #12 1214. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1214. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1214. | ^~~~~~~~~~ #12 1214. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1214. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1214. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1214. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1214. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1214. from nsgui.h:34, #12 1214. from dispextern.h:137, #12 1214. from nsterm.h:22, #12 1214. from nsfns.m:38: #12 1214. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1214. | ^ #12 1214. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1214. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1214. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1214. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1214. from nsgui.h:34, #12 1214. from dispextern.h:137, #12 1214. from nsterm.h:22, #12 1214. from nsfns.m:38: #12 1214. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1214. | ^ #12 1214. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1214. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1214. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1214. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1214. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1214. from nsgui.h:34, #12 1214. from dispextern.h:137, #12 1214. from nsterm.h:22, #12 1214. from nsfns.m:38: #12 1214. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1214. | ^ #12 1214. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1214. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1214. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1214. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1214. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1214. from nsgui.h:34, #12 1214. from dispextern.h:137, #12 1214. from nsterm.h:22, #12 1214. from nsfns.m:38: #12 1214. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1214. | ^ #12 1214. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1214. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1214. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1214. from nsgui.h:34, #12 1214. from dispextern.h:137, #12 1214. from nsterm.h:22, #12 1214. from nsfns.m:38: #12 1214. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1214. | ^ #12 1214. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1214. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1214. from nsgui.h:34, #12 1214. from dispextern.h:137, #12 1214. from nsterm.h:22, #12 1214. from nsfns.m:38: #12 1214. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1214. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1214. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1214. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1214. from nsgui.h:34, #12 1214. from dispextern.h:137, #12 1214. from nsterm.h:22, #12 1214. from nsfns.m:38: #12 1214. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1214. | ^ #12 1214. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1214. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1214. from nsgui.h:34, #12 1214. from dispextern.h:137, #12 1214. from nsterm.h:22, #12 1214. from nsfns.m:38: #12 1214. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1214. | ^ #12 1214. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1214. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1214. from nsgui.h:34, #12 1214. from dispextern.h:137, #12 1214. from nsterm.h:22, #12 1214. from nsfns.m:38: #12 1214. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1214. | ^ #12 1214. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1214. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1214. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1214. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1214. from nsgui.h:34, #12 1214. from dispextern.h:137, #12 1214. from nsterm.h:22, #12 1214. from nsfns.m:38: #12 1214. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1214. | ^ #12 1214. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1214. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1214. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1214. from nsgui.h:34, #12 1214. from dispextern.h:137, #12 1214. from nsterm.h:22, #12 1214. from nsfns.m:38: #12 1214. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1214. | ^ #12 1214. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1214. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1214. from nsgui.h:34, #12 1214. from dispextern.h:137, #12 1214. from nsterm.h:22, #12 1214. from nsfns.m:38: #12 1214. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 45 | #if GS_EXPOSE(NSArchiver) #12 1214. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1214. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1214. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1214. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1214. | ^ #12 1214. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1214. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1214. from nsgui.h:34, #12 1214. from dispextern.h:137, #12 1214. from nsterm.h:22, #12 1214. from nsfns.m:38: #12 1214. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1214. | ^ #12 1214. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1214. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1214. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1214. from nsgui.h:34, #12 1214. from dispextern.h:137, #12 1214. from nsterm.h:22, #12 1214. from nsfns.m:38: #12 1214. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1214. | ^ #12 1214. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1214. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1214. from nsgui.h:34, #12 1214. from dispextern.h:137, #12 1214. from nsterm.h:22, #12 1214. from nsfns.m:38: #12 1214. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1214. | ^ #12 1214. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1214. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1214. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1214. from nsgui.h:34, #12 1214. from dispextern.h:137, #12 1214. from nsterm.h:22, #12 1214. from nsfns.m:38: #12 1214. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1214. | ^ #12 1214. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1214. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1214. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1214. from nsgui.h:34, #12 1214. from dispextern.h:137, #12 1214. from nsterm.h:22, #12 1214. from nsfns.m:38: #12 1214. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1214. | ^ #12 1214. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1214. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1214. from nsgui.h:34, #12 1214. from dispextern.h:137, #12 1214. from nsterm.h:22, #12 1214. from nsfns.m:38: #12 1214. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1214. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1214. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1214. | ^ #12 1214. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1214. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1214. from nsgui.h:34, #12 1214. from dispextern.h:137, #12 1214. from nsterm.h:22, #12 1214. from nsfns.m:38: #12 1214. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1214. | ^ #12 1214. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1214. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1214. from nsgui.h:34, #12 1214. from dispextern.h:137, #12 1214. from nsterm.h:22, #12 1214. from nsfns.m:38: #12 1214. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 114 | #if GS_EXPOSE(NSBundle) #12 1214. | ^~~~~~~~~~~~~~~~~~~~~ #12 1214. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1214. | ^ #12 1214. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1214. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1214. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1215. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 43 | #if GS_EXPOSE(NSCache) #12 1215. | ^~~~~~~~~~~~~~~~~~~~ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1215. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1215. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 113 | #if GS_EXPOSE(NSException) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1215. 303 | NSGetUncaughtExceptionHandler(); #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1215. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 53 | #if GS_EXPOSE(NSExpression) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1215. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1215. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 47 | #if GS_EXPOSE(NSTimer) #12 1215. | ^~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1215. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1215. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1215. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1215. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 46 | #if GS_EXPOSE(NSRunLoop) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1215. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1215. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1215. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1215. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1215. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1215. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1215. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 40 | #if GS_EXPOSE(NSDistantObject) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1215. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 74 | #if GS_EXPOSE(NSLock) #12 1215. | ^~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 125 | #if GS_EXPOSE(NSCondition) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 175 | #if GS_EXPOSE(NSConditionLock) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1215. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1215. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1215. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 134 | #if GS_EXPOSE(NSError) #12 1215. | ^~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1215. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1215. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 182 | #if GS_EXPOSE(NSURLHandle) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1215. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 73 | #if GS_EXPOSE(NSURL) #12 1215. | ^~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1215. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1215. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1215. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 633 | #if GS_EXPOSE(NSURLComponents) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 160 | #if GS_EXPOSE(NSPipe) #12 1215. | ^~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1215. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1215. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 215 | #if GS_EXPOSE(NSFileManager) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 42 | #if GS_EXPOSE(NSHost) #12 1215. | ^~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 47 | #if GS_EXPOSE(NSIndexPath) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 49 | #if GS_EXPOSE(NSIndexSet) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1215. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 38 | #if GS_EXPOSE(NSInvocation) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1215. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1215. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1215. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 103 | #if GS_EXPOSE(NSLocale) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1215. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 361 | #if GS_EXPOSE(NSNetService) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 53 | #if GS_EXPOSE(NSPortCoder) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1215. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 77 | #if GS_EXPOSE(NSPort) #12 1215. | ^~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 202 | #if GS_EXPOSE(NSSocketPort) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 284 | #if GS_EXPOSE(NSMessagePort) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 47 | #if GS_EXPOSE(NSPortMessage) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 53 | #if GS_EXPOSE(NSProgress) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 42 | #if GS_EXPOSE(NSScanner) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 58 | #if GS_EXPOSE(NSSpellServer) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1215. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 51 | #if GS_EXPOSE(NSTask) #12 1215. | ^~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1215. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 59 | #if GS_EXPOSE(NSThread) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1215. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 87 | #if GS_EXPOSE(NSUndoManager) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 105 | #if GS_EXPOSE(NSURLCache) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 48 | #if GS_EXPOSE(NSURLConnection) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 56 | #if GS_EXPOSE(NSURLCredential) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 49 | #if GS_EXPOSE(NSURLDownload) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 92 | #if GS_EXPOSE(NSURLRequest) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 49 | #if GS_EXPOSE(NSURLResponse) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1215. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1215. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 72 | #if GS_EXPOSE(NSXMLParser) #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1215. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1215. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1215. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1215. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1215. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1215. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1215. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1215. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1215. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1215. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1215. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1215. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1215. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1215. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1215. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1215. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1215. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1215. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1215. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1215. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1215. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1215. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1215. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1215. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1215. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1215. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1215. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1215. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1215. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1215. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1215. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1215. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1215. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1215. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1215. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1215. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1215. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1215. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1215. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1215. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1215. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1215. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1215. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1215. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1215. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1215. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1215. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1215. | ^~~~~~~~~~~~~~~~~~~~ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1215. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1215. | ^~~~~~~~~~~~~~~~~~~~ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1215. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1215. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1215. | ^ #12 1215. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1215. from nsgui.h:34, #12 1215. from dispextern.h:137, #12 1215. from nsterm.h:22, #12 1215. from nsfns.m:38: #12 1215. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1215. | ^ #12 1215. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1215. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1215. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1216. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1216. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1216. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1216. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1216. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1216. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1216. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1216. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1216. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1216. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1216. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1216. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1216. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1216. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1216. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1216. | ^ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1216. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1216. | ^ #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1216. 125 | __attribute__((unused)); #12 1216. | ^~~~~~~~~~~~~ #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1216. 129 | __attribute__((unused)); #12 1216. | ^~~~~~~~~~~~~ #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1216. 133 | __attribute__((unused)); #12 1216. | ^~~~~~~~~~~~~ #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1216. 214 | __attribute__((unused)); #12 1216. | ^~~~~~~~~~~~~ #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1216. 247 | __attribute__((unused)); #12 1216. | ^~~~~~~~~~~~~ #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1216. 251 | __attribute__((unused)); #12 1216. | ^~~~~~~~~~~~~ #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1216. 259 | __attribute__((unused)); #12 1216. | ^~~~~~~~~~~~~ #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1216. 263 | __attribute__((unused)); #12 1216. | ^~~~~~~~~~~~~ #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1216. 267 | __attribute__((unused)); #12 1216. | ^~~~~~~~~~~~~ #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1216. 271 | __attribute__((unused)); #12 1216. | ^~~~~~~~~~~~~ #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1216. 275 | __attribute__((unused)); #12 1216. | ^~~~~~~~~~~~~ #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1216. 287 | __attribute__((unused)); #12 1216. | ^~~~~~~~~~~~~ #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1216. 311 | __attribute__((unused)); #12 1216. | ^~~~~~~~~~~~~ #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1216. 323 | __attribute__((unused)); #12 1216. | ^~~~~~~~~~~~~ #12 1216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1216. from nsgui.h:34, #12 1216. from dispextern.h:137, #12 1216. from nsterm.h:22, #12 1216. from nsfns.m:38: #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1216. 493 | PSgsave() #12 1216. | ^~~~~~~ #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1216. 499 | PSgrestore() #12 1216. | ^~~~~~~~~~ #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1216. 505 | PSinitgraphics() #12 1216. | ^~~~~~~~~~~~~~ #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1216. 622 | PSinitmatrix() #12 1216. | ^~~~~~~~~~~~ #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1216. 669 | PSclip() #12 1216. | ^~~~~~ #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1216. 675 | PSclosepath() #12 1216. | ^~~~~~~~~~~ #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1216. 687 | PSeoclip() #12 1216. | ^~~~~~~~ #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1216. 693 | PSeofill() #12 1216. | ^~~~~~~~ #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1216. 699 | PSfill() #12 1216. | ^~~~~~ #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1216. 705 | PSflattenpath() #12 1216. | ^~~~~~~~~~~~~ #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1216. 711 | PSinitclip() #12 1216. | ^~~~~~~~~~ #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1216. 729 | PSnewpath() #12 1216. | ^~~~~~~~~ #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1216. 765 | PSreversepath() #12 1216. | ^~~~~~~~~~~~~ #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1216. 783 | PSstroke() #12 1216. | ^~~~~~~~ #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1216. 835 | PSWait() #12 1216. | ^~~~~~ #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1216. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1216. nsfns.m: At top level: #12 1216. nsfns.m:689:1: warning: no previous prototype for 'ns_make_frame_key_window' [-Wmissing-prototypes] #12 1216. 689 | ns_make_frame_key_window (struct frame *f) #12 1216. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1229. CC nsmenu.o #12 1229. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1229. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1230. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1230. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1230. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1230. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1230. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1230. | ^~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1230. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1230. | ^~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1230. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1230. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1230. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1230. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 88 | #if GS_API_VERSION(0,011500) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1230. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1230. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1230. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1230. | ^~~~~~~~~~ #12 1230. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1230. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1230. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1230. | ^~~~~~~~~~ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1230. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1230. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1230. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1230. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1230. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1230. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1230. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1230. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 45 | #if GS_EXPOSE(NSArchiver) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 114 | #if GS_EXPOSE(NSBundle) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 43 | #if GS_EXPOSE(NSCache) #12 1230. | ^~~~~~~~~~~~~~~~~~~~ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 113 | #if GS_EXPOSE(NSException) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1230. 303 | NSGetUncaughtExceptionHandler(); #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 53 | #if GS_EXPOSE(NSExpression) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 47 | #if GS_EXPOSE(NSTimer) #12 1230. | ^~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1230. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1230. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 46 | #if GS_EXPOSE(NSRunLoop) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1230. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 40 | #if GS_EXPOSE(NSDistantObject) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 74 | #if GS_EXPOSE(NSLock) #12 1230. | ^~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 125 | #if GS_EXPOSE(NSCondition) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 175 | #if GS_EXPOSE(NSConditionLock) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1230. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 134 | #if GS_EXPOSE(NSError) #12 1230. | ^~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1230. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 182 | #if GS_EXPOSE(NSURLHandle) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 73 | #if GS_EXPOSE(NSURL) #12 1230. | ^~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1230. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 633 | #if GS_EXPOSE(NSURLComponents) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 160 | #if GS_EXPOSE(NSPipe) #12 1230. | ^~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 215 | #if GS_EXPOSE(NSFileManager) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 42 | #if GS_EXPOSE(NSHost) #12 1230. | ^~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 47 | #if GS_EXPOSE(NSIndexPath) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 49 | #if GS_EXPOSE(NSIndexSet) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 38 | #if GS_EXPOSE(NSInvocation) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 103 | #if GS_EXPOSE(NSLocale) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 361 | #if GS_EXPOSE(NSNetService) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 53 | #if GS_EXPOSE(NSPortCoder) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 77 | #if GS_EXPOSE(NSPort) #12 1230. | ^~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 202 | #if GS_EXPOSE(NSSocketPort) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 284 | #if GS_EXPOSE(NSMessagePort) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 47 | #if GS_EXPOSE(NSPortMessage) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 53 | #if GS_EXPOSE(NSProgress) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 42 | #if GS_EXPOSE(NSScanner) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 58 | #if GS_EXPOSE(NSSpellServer) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 51 | #if GS_EXPOSE(NSTask) #12 1230. | ^~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 59 | #if GS_EXPOSE(NSThread) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 87 | #if GS_EXPOSE(NSUndoManager) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 105 | #if GS_EXPOSE(NSURLCache) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 48 | #if GS_EXPOSE(NSURLConnection) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 56 | #if GS_EXPOSE(NSURLCredential) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 49 | #if GS_EXPOSE(NSURLDownload) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 92 | #if GS_EXPOSE(NSURLRequest) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 49 | #if GS_EXPOSE(NSURLResponse) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1230. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1230. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 72 | #if GS_EXPOSE(NSXMLParser) #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1230. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1230. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1230. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1230. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1230. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1230. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1230. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1230. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1230. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1230. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1230. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1230. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1230. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1230. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1230. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1230. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1230. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1230. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1230. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1230. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1230. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1230. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1230. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1230. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1230. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1230. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1230. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1230. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1230. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1230. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1230. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1230. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1230. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1230. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1230. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1230. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1230. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1230. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1230. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1230. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1230. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1230. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1230. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1230. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1230. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1230. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1230. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1230. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1230. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1230. | ^ #12 1230. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1230. from nsgui.h:34, #12 1230. from dispextern.h:137, #12 1230. from window.h:23, #12 1230. from nsmenu.m:29: #12 1230. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1230. | ^ #12 1230. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1230. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1230. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1231. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1231. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1231. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1231. | ^~~~~~~~~~~~~~~~~~~~ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1231. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1231. | ^~~~~~~~~~~~~~~~~~~~ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1231. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1231. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1231. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1231. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1231. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1231. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1231. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1231. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1231. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1231. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1231. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1231. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1231. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1231. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1231. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1231. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1231. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1231. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1231. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1231. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1231. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1231. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1231. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1231. | ^ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1231. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1231. | ^ #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1231. 125 | __attribute__((unused)); #12 1231. | ^~~~~~~~~~~~~ #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1231. 129 | __attribute__((unused)); #12 1231. | ^~~~~~~~~~~~~ #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1231. 133 | __attribute__((unused)); #12 1231. | ^~~~~~~~~~~~~ #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1231. 214 | __attribute__((unused)); #12 1231. | ^~~~~~~~~~~~~ #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1231. 247 | __attribute__((unused)); #12 1231. | ^~~~~~~~~~~~~ #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1231. 251 | __attribute__((unused)); #12 1231. | ^~~~~~~~~~~~~ #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1231. 259 | __attribute__((unused)); #12 1231. | ^~~~~~~~~~~~~ #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1231. 263 | __attribute__((unused)); #12 1231. | ^~~~~~~~~~~~~ #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1231. 267 | __attribute__((unused)); #12 1231. | ^~~~~~~~~~~~~ #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1231. 271 | __attribute__((unused)); #12 1231. | ^~~~~~~~~~~~~ #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1231. 275 | __attribute__((unused)); #12 1231. | ^~~~~~~~~~~~~ #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1231. 287 | __attribute__((unused)); #12 1231. | ^~~~~~~~~~~~~ #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1231. 311 | __attribute__((unused)); #12 1231. | ^~~~~~~~~~~~~ #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1231. 323 | __attribute__((unused)); #12 1231. | ^~~~~~~~~~~~~ #12 1231. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1231. from nsgui.h:34, #12 1231. from dispextern.h:137, #12 1231. from window.h:23, #12 1231. from nsmenu.m:29: #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1231. 493 | PSgsave() #12 1231. | ^~~~~~~ #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1231. 499 | PSgrestore() #12 1231. | ^~~~~~~~~~ #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1231. 505 | PSinitgraphics() #12 1231. | ^~~~~~~~~~~~~~ #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1231. 622 | PSinitmatrix() #12 1231. | ^~~~~~~~~~~~ #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1231. 669 | PSclip() #12 1231. | ^~~~~~ #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1231. 675 | PSclosepath() #12 1231. | ^~~~~~~~~~~ #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1231. 687 | PSeoclip() #12 1231. | ^~~~~~~~ #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1231. 693 | PSeofill() #12 1231. | ^~~~~~~~ #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1231. 699 | PSfill() #12 1231. | ^~~~~~ #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1231. 705 | PSflattenpath() #12 1231. | ^~~~~~~~~~~~~ #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1231. 711 | PSinitclip() #12 1231. | ^~~~~~~~~~ #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1231. 729 | PSnewpath() #12 1231. | ^~~~~~~~~ #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1231. 765 | PSreversepath() #12 1231. | ^~~~~~~~~~~~~ #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1231. 783 | PSstroke() #12 1231. | ^~~~~~~~ #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1231. 835 | PSWait() #12 1231. | ^~~~~~ #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1231. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1237. CC nsselect.o #12 1237. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1237. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1238. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1238. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1238. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1238. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1238. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1238. from nsgui.h:34, #12 1238. from dispextern.h:137, #12 1238. from nsterm.h:22, #12 1238. from nsselect.m:31: #12 1238. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1238. | ^ #12 1238. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1238. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1238. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1238. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1238. from nsgui.h:34, #12 1238. from dispextern.h:137, #12 1238. from nsterm.h:22, #12 1238. from nsselect.m:31: #12 1238. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1238. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1238. | ^~~~~~~~~~~~~~~~~~~~ #12 1238. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1238. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1238. | ^~~~~~~~~~~~~~~~~~~~ #12 1238. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1238. | ^ #12 1238. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1238. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1238. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1238. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1238. from nsgui.h:34, #12 1238. from dispextern.h:137, #12 1238. from nsterm.h:22, #12 1238. from nsselect.m:31: #12 1238. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1238. | ^ #12 1238. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1238. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1238. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1238. from nsgui.h:34, #12 1238. from dispextern.h:137, #12 1238. from nsterm.h:22, #12 1238. from nsselect.m:31: #12 1238. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1238. | ^ #12 1238. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1238. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1238. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1238. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1238. from nsgui.h:34, #12 1238. from dispextern.h:137, #12 1238. from nsterm.h:22, #12 1238. from nsselect.m:31: #12 1238. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1238. | ^ #12 1238. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1238. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1238. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1238. from nsgui.h:34, #12 1238. from dispextern.h:137, #12 1238. from nsterm.h:22, #12 1238. from nsselect.m:31: #12 1238. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1238. | ^ #12 1238. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1238. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1238. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1238. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1238. from nsgui.h:34, #12 1238. from dispextern.h:137, #12 1238. from nsterm.h:22, #12 1238. from nsselect.m:31: #12 1238. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1238. | ^ #12 1238. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1238. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1238. from nsgui.h:34, #12 1238. from dispextern.h:137, #12 1238. from nsterm.h:22, #12 1238. from nsselect.m:31: #12 1238. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1238. | ^ #12 1238. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1238. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1238. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1238. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1238. from nsgui.h:34, #12 1238. from dispextern.h:137, #12 1238. from nsterm.h:22, #12 1238. from nsselect.m:31: #12 1238. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 88 | #if GS_API_VERSION(0,011500) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1238. | ^ #12 1238. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1238. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1238. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1238. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1238. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1238. from nsgui.h:34, #12 1238. from dispextern.h:137, #12 1238. from nsterm.h:22, #12 1238. from nsselect.m:31: #12 1238. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1238. | ^ #12 1238. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1238. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1238. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1238. from nsgui.h:34, #12 1238. from dispextern.h:137, #12 1238. from nsterm.h:22, #12 1238. from nsselect.m:31: #12 1238. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1238. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1238. | ^~~~~~~~~~ #12 1238. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1238. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1238. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1238. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1238. from nsgui.h:34, #12 1238. from dispextern.h:137, #12 1238. from nsterm.h:22, #12 1238. from nsselect.m:31: #12 1238. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1238. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1238. | ^~~~~~~~~~ #12 1238. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1238. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1238. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1238. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1238. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1238. from nsgui.h:34, #12 1238. from dispextern.h:137, #12 1238. from nsterm.h:22, #12 1238. from nsselect.m:31: #12 1238. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1238. | ^ #12 1238. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1238. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1238. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1238. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1238. from nsgui.h:34, #12 1238. from dispextern.h:137, #12 1238. from nsterm.h:22, #12 1238. from nsselect.m:31: #12 1238. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1238. | ^ #12 1238. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1238. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1238. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1238. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1238. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1238. from nsgui.h:34, #12 1238. from dispextern.h:137, #12 1238. from nsterm.h:22, #12 1238. from nsselect.m:31: #12 1238. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1238. | ^ #12 1238. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1238. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1238. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1238. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1238. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1238. from nsgui.h:34, #12 1238. from dispextern.h:137, #12 1238. from nsterm.h:22, #12 1238. from nsselect.m:31: #12 1238. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1238. | ^ #12 1238. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1238. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1238. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1238. from nsgui.h:34, #12 1238. from dispextern.h:137, #12 1238. from nsterm.h:22, #12 1238. from nsselect.m:31: #12 1238. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1238. | ^ #12 1238. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1238. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1238. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1239. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 45 | #if GS_EXPOSE(NSArchiver) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 114 | #if GS_EXPOSE(NSBundle) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 43 | #if GS_EXPOSE(NSCache) #12 1239. | ^~~~~~~~~~~~~~~~~~~~ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 113 | #if GS_EXPOSE(NSException) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1239. 303 | NSGetUncaughtExceptionHandler(); #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 53 | #if GS_EXPOSE(NSExpression) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 47 | #if GS_EXPOSE(NSTimer) #12 1239. | ^~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1239. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1239. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 46 | #if GS_EXPOSE(NSRunLoop) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1239. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 40 | #if GS_EXPOSE(NSDistantObject) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 74 | #if GS_EXPOSE(NSLock) #12 1239. | ^~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 125 | #if GS_EXPOSE(NSCondition) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 175 | #if GS_EXPOSE(NSConditionLock) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1239. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 134 | #if GS_EXPOSE(NSError) #12 1239. | ^~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1239. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 182 | #if GS_EXPOSE(NSURLHandle) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 73 | #if GS_EXPOSE(NSURL) #12 1239. | ^~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1239. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 633 | #if GS_EXPOSE(NSURLComponents) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 160 | #if GS_EXPOSE(NSPipe) #12 1239. | ^~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 215 | #if GS_EXPOSE(NSFileManager) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 42 | #if GS_EXPOSE(NSHost) #12 1239. | ^~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 47 | #if GS_EXPOSE(NSIndexPath) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 49 | #if GS_EXPOSE(NSIndexSet) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 38 | #if GS_EXPOSE(NSInvocation) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 103 | #if GS_EXPOSE(NSLocale) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 361 | #if GS_EXPOSE(NSNetService) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 53 | #if GS_EXPOSE(NSPortCoder) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 77 | #if GS_EXPOSE(NSPort) #12 1239. | ^~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 202 | #if GS_EXPOSE(NSSocketPort) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 284 | #if GS_EXPOSE(NSMessagePort) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 47 | #if GS_EXPOSE(NSPortMessage) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 53 | #if GS_EXPOSE(NSProgress) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 42 | #if GS_EXPOSE(NSScanner) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 58 | #if GS_EXPOSE(NSSpellServer) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 51 | #if GS_EXPOSE(NSTask) #12 1239. | ^~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 59 | #if GS_EXPOSE(NSThread) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 87 | #if GS_EXPOSE(NSUndoManager) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 105 | #if GS_EXPOSE(NSURLCache) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 48 | #if GS_EXPOSE(NSURLConnection) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 56 | #if GS_EXPOSE(NSURLCredential) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 49 | #if GS_EXPOSE(NSURLDownload) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 92 | #if GS_EXPOSE(NSURLRequest) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 49 | #if GS_EXPOSE(NSURLResponse) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1239. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1239. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 72 | #if GS_EXPOSE(NSXMLParser) #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1239. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1239. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1239. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1239. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1239. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1239. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1239. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1239. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1239. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1239. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1239. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1239. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1239. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1239. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1239. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1239. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1239. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1239. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1239. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1239. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1239. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1239. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1239. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1239. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1239. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1239. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1239. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1239. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1239. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1239. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1239. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1239. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1239. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1239. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1239. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1239. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1239. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1239. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1239. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1239. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1239. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1239. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1239. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1239. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1239. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1239. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1239. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1239. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1239. | ^~~~~~~~~~~~~~~~~~~~ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1239. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1239. | ^~~~~~~~~~~~~~~~~~~~ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1239. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1239. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1239. | ^ #12 1239. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1239. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1239. from nsgui.h:34, #12 1239. from dispextern.h:137, #12 1239. from nsterm.h:22, #12 1239. from nsselect.m:31: #12 1239. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1239. | ^ #12 1239. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1239. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1239. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1240. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1240. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1240. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1240. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1240. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1240. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1240. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1240. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1240. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1240. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1240. | ^ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1240. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1240. | ^ #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1240. 125 | __attribute__((unused)); #12 1240. | ^~~~~~~~~~~~~ #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1240. 129 | __attribute__((unused)); #12 1240. | ^~~~~~~~~~~~~ #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1240. 133 | __attribute__((unused)); #12 1240. | ^~~~~~~~~~~~~ #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1240. 214 | __attribute__((unused)); #12 1240. | ^~~~~~~~~~~~~ #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1240. 247 | __attribute__((unused)); #12 1240. | ^~~~~~~~~~~~~ #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1240. 251 | __attribute__((unused)); #12 1240. | ^~~~~~~~~~~~~ #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1240. 259 | __attribute__((unused)); #12 1240. | ^~~~~~~~~~~~~ #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1240. 263 | __attribute__((unused)); #12 1240. | ^~~~~~~~~~~~~ #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1240. 267 | __attribute__((unused)); #12 1240. | ^~~~~~~~~~~~~ #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1240. 271 | __attribute__((unused)); #12 1240. | ^~~~~~~~~~~~~ #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1240. 275 | __attribute__((unused)); #12 1240. | ^~~~~~~~~~~~~ #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1240. 287 | __attribute__((unused)); #12 1240. | ^~~~~~~~~~~~~ #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1240. 311 | __attribute__((unused)); #12 1240. | ^~~~~~~~~~~~~ #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1240. 323 | __attribute__((unused)); #12 1240. | ^~~~~~~~~~~~~ #12 1240. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1240. from nsgui.h:34, #12 1240. from dispextern.h:137, #12 1240. from nsterm.h:22, #12 1240. from nsselect.m:31: #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1240. 493 | PSgsave() #12 1240. | ^~~~~~~ #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1240. 499 | PSgrestore() #12 1240. | ^~~~~~~~~~ #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1240. 505 | PSinitgraphics() #12 1240. | ^~~~~~~~~~~~~~ #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1240. 622 | PSinitmatrix() #12 1240. | ^~~~~~~~~~~~ #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1240. 669 | PSclip() #12 1240. | ^~~~~~ #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1240. 675 | PSclosepath() #12 1240. | ^~~~~~~~~~~ #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1240. 687 | PSeoclip() #12 1240. | ^~~~~~~~ #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1240. 693 | PSeofill() #12 1240. | ^~~~~~~~ #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1240. 699 | PSfill() #12 1240. | ^~~~~~ #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1240. 705 | PSflattenpath() #12 1240. | ^~~~~~~~~~~~~ #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1240. 711 | PSinitclip() #12 1240. | ^~~~~~~~~~ #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1240. 729 | PSnewpath() #12 1240. | ^~~~~~~~~ #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1240. 765 | PSreversepath() #12 1240. | ^~~~~~~~~~~~~ #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1240. 783 | PSstroke() #12 1240. | ^~~~~~~~ #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1240. 835 | PSWait() #12 1240. | ^~~~~~ #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1240. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1243. CC nsimage.o #12 1244. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1244. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1245. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1245. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1245. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1245. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1245. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1245. | ^~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1245. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1245. | ^~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1245. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1245. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1245. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1245. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 88 | #if GS_API_VERSION(0,011500) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1245. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1245. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1245. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1245. | ^~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1245. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1245. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1245. | ^~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1245. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1245. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1245. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1245. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1245. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1245. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1245. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1245. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 45 | #if GS_EXPOSE(NSArchiver) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 114 | #if GS_EXPOSE(NSBundle) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 43 | #if GS_EXPOSE(NSCache) #12 1245. | ^~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 113 | #if GS_EXPOSE(NSException) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1245. 303 | NSGetUncaughtExceptionHandler(); #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 53 | #if GS_EXPOSE(NSExpression) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 47 | #if GS_EXPOSE(NSTimer) #12 1245. | ^~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1245. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1245. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 46 | #if GS_EXPOSE(NSRunLoop) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1245. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 40 | #if GS_EXPOSE(NSDistantObject) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 74 | #if GS_EXPOSE(NSLock) #12 1245. | ^~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 125 | #if GS_EXPOSE(NSCondition) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 175 | #if GS_EXPOSE(NSConditionLock) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1245. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 134 | #if GS_EXPOSE(NSError) #12 1245. | ^~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1245. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 182 | #if GS_EXPOSE(NSURLHandle) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 73 | #if GS_EXPOSE(NSURL) #12 1245. | ^~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1245. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 633 | #if GS_EXPOSE(NSURLComponents) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 160 | #if GS_EXPOSE(NSPipe) #12 1245. | ^~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 215 | #if GS_EXPOSE(NSFileManager) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 42 | #if GS_EXPOSE(NSHost) #12 1245. | ^~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 47 | #if GS_EXPOSE(NSIndexPath) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 49 | #if GS_EXPOSE(NSIndexSet) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 38 | #if GS_EXPOSE(NSInvocation) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 103 | #if GS_EXPOSE(NSLocale) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 361 | #if GS_EXPOSE(NSNetService) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 53 | #if GS_EXPOSE(NSPortCoder) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 77 | #if GS_EXPOSE(NSPort) #12 1245. | ^~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 202 | #if GS_EXPOSE(NSSocketPort) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 284 | #if GS_EXPOSE(NSMessagePort) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 47 | #if GS_EXPOSE(NSPortMessage) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 53 | #if GS_EXPOSE(NSProgress) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 42 | #if GS_EXPOSE(NSScanner) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 58 | #if GS_EXPOSE(NSSpellServer) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 51 | #if GS_EXPOSE(NSTask) #12 1245. | ^~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 59 | #if GS_EXPOSE(NSThread) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 87 | #if GS_EXPOSE(NSUndoManager) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 105 | #if GS_EXPOSE(NSURLCache) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 48 | #if GS_EXPOSE(NSURLConnection) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 56 | #if GS_EXPOSE(NSURLCredential) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 49 | #if GS_EXPOSE(NSURLDownload) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 92 | #if GS_EXPOSE(NSURLRequest) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 49 | #if GS_EXPOSE(NSURLResponse) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1245. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 72 | #if GS_EXPOSE(NSXMLParser) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1245. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1245. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1245. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1245. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1245. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1245. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1245. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1245. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1245. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1245. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1245. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1245. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1245. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1245. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1245. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1245. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1245. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1245. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1245. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1245. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1245. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1245. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1245. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1245. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsimage.m:33: #12 1245. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1245. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1245. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1245. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1245. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1245. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1245. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1245. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1245. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1245. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1245. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1245. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1245. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1245. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1245. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1245. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1245. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1245. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1245. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsimage.m:33: #12 1246. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsimage.m:33: #12 1246. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsimage.m:33: #12 1246. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsimage.m:33: #12 1246. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsimage.m:33: #12 1246. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsimage.m:33: #12 1246. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsimage.m:33: #12 1246. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsimage.m:33: #12 1246. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsimage.m:33: #12 1246. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsimage.m:33: #12 1246. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsimage.m:33: #12 1246. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsimage.m:33: #12 1246. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsimage.m:33: #12 1246. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1246. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsimage.m:33: #12 1246. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsimage.m:33: #12 1246. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsimage.m:33: #12 1246. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1246. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsimage.m:33: #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsimage.m:33: #12 1246. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsimage.m:33: #12 1246. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsimage.m:33: #12 1246. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsimage.m:33: #12 1246. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsimage.m:33: #12 1246. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsimage.m:33: #12 1246. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsimage.m:33: #12 1246. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1246. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsimage.m:33: #12 1246. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1246. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsimage.m:33: #12 1246. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsimage.m:33: #12 1246. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsimage.m:33: #12 1246. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsimage.m:33: #12 1246. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsimage.m:33: #12 1246. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsimage.m:33: #12 1246. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | section_end:1698323587:build_script section_start:1698323588: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-7c668eb7: No such file or directory section_end:1698323591:after_script section_start:1698323591:upload_artifacts_on_failure section_end:1698323594:upload_artifacts_on_failure ERROR: Job failed: exit code 1