Auto detecting your dev setup to initialize the default profile (/tmp/c3ipr/pr_994_16_0_0/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 5.4 gcc>=5, using the major as version ************************* WARNING: GCC OLD ABI COMPATIBILITY *********************** Conan detected a GCC version > 5 but has adjusted the 'compiler.libcxx' setting to 'libstdc++' for backwards compatibility. Your compiler is likely using the new CXX11 ABI by default (libstdc++11). If you want Conan to use the new ABI for the default profile, run: $ conan profile update settings.compiler.libcxx=libstdc++11 default Or edit '/tmp/c3ipr/pr_994_16_0_0/.conan/profiles/default' and set compiler.libcxx=libstdc++11 ************************************************************************************ Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=gcc compiler.version=5 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /tmp/c3ipr/pr_994_16_0_0/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** [HOOK - conan-center.py] pre_export(): [DEPRECATED GLOBAL CPPSTD (KB-H001)] OK [HOOK - conan-center.py] pre_export(): [REFERENCE LOWERCASE (KB-H002)] OK [HOOK - conan-center.py] pre_export(): [RECIPE METADATA (KB-H003)] OK [HOOK - conan-center.py] pre_export(): [HEADER_ONLY, NO COPY SOURCE (KB-H005)] OK [HOOK - conan-center.py] pre_export(): [FPIC OPTION (KB-H006)] OK [HOOK - conan-center.py] pre_export(): [VERSION RANGES (KB-H008)] OK [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] Total recipe size: 199.5107421875 KB [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] OK [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: None [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: patches/** [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] OK [HOOK - conan-center.py] pre_export(): [TEST PACKAGE FOLDER (KB-H024)] OK [HOOK - conan-center.py] pre_export(): [META LINES (KB-H025)] OK [HOOK - conan-center.py] pre_export(): [CONAN CENTER INDEX URL (KB-H027)] OK [HOOK - conan-center.py] pre_export(): [CMAKE MINIMUM VERSION (KB-H028)] OK [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - RUN ENVIRONMENT (KB-H029)] OK [HOOK - conan-center.py] pre_export(): [SYSTEM REQUIREMENTS (KB-H032)] OK [HOOK - conan-center.py] pre_export(): [CONANDATA.YML FORMAT (KB-H030)] OK [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO IMPORTS() (KB-H034)] OK [HOOK - conan-center.py] pre_export(): [NO AUTHOR (KB-H037)] OK [HOOK - conan-center.py] pre_export(): [NO TARGET NAME (KB-H040)] OK Exporting package recipe ncurses/6.2 exports: File 'conandata.yml' found. Exporting it... ncurses/6.2 exports: Copied 1 '.yml' file: conandata.yml ncurses/6.2 exports_sources: Copied 15 '.patch' files [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] Saving conandata.yml: {'sources': {'6.2': {'url': 'https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.2.tar.gz', 'sha256': '30306e0c76e0f9f1f0de987cf1c82a5c21e1ce6568b9227f7da5b71cbea86c9d'}}, 'patches': {'6.2': [{'patch_file': 'patches/0001-Look-for-pcre2posix-instead-of-pcre2-posix.h.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0002-Optionally-include-sys-time.h.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0003-Do-not-redeclare-exit.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0004-fix-win32con.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0005-api-must-be-placed-next-to-variable-name.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0006-Add-potentially-missing-STDOUT_FILENO.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0007-No-import-export-declaration-on-class-members.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0008-Add-include-file-to-add-export-annotation.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0009-Added-enable-fvisibility-configure-option.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0010-Pass-BUILDING_XXX-compile-definition-while-building-.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0011-Let-each-sublibrary-do-its-own-import-exporting.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0012-Learn-configure-about-msvc.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0013-Fix-lib_gen.c.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0015-Run-autoreconf.patch', 'base_path': 'source_subfolder'}]}} [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] New conandata.yml contents: patches: '6.2': - base_path: source_subfolder patch_file: patches/0001-Look-for-pcre2posix-instead-of-pcre2-posix.h.patch - base_path: source_subfolder patch_file: patches/0002-Optionally-include-sys-time.h.patch - base_path: source_subfolder patch_file: patches/0003-Do-not-redeclare-exit.patch - base_path: source_subfolder patch_file: patches/0004-fix-win32con.patch - base_path: source_subfolder patch_file: patches/0005-api-must-be-placed-next-to-variable-name.patch - base_path: source_subfolder patch_file: patches/0006-Add-potentially-missing-STDOUT_FILENO.patch - base_path: source_subfolder patch_file: patches/0007-No-import-export-declaration-on-class-members.patch - base_path: source_subfolder patch_file: patches/0008-Add-include-file-to-add-export-annotation.patch - base_path: source_subfolder patch_file: patches/0009-Added-enable-fvisibility-configure-option.patch - base_path: source_subfolder patch_file: patches/0010-Pass-BUILDING_XXX-compile-definition-while-building-.patch - base_path: source_subfolder patch_file: patches/0011-Let-each-sublibrary-do-its-own-import-exporting.patch - base_path: source_subfolder patch_file: patches/0012-Learn-configure-about-msvc.patch - base_path: source_subfolder patch_file: patches/0013-Fix-lib_gen.c.patch - base_path: source_subfolder patch_file: patches/0015-Run-autoreconf.patch sources: '6.2': sha256: 30306e0c76e0f9f1f0de987cf1c82a5c21e1ce6568b9227f7da5b71cbea86c9d url: https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.2.tar.gz [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] OK ncurses/6.2: A new conanfile.py version was exported ncurses/6.2: Folder: /tmp/c3ipr/pr_994_16_0_0/.conan/data/ncurses/6.2/_/_/export ncurses/6.2: Using the exported files summary hash as the recipe revision: e0eb41e157ffc9379827393c5b5b232f ncurses/6.2: Exported revision: e0eb41e157ffc9379827393c5b5b232f Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++ compiler.version=5 os=Linux os_build=Linux [options] ncurses:shared=True [build_requires] [env] ncurses/6.2: Forced build from source ncurses/6.2 (test package): Installing package Requirements ncurses/6.2 from local cache - Cache Packages ncurses/6.2:d704c799f967b31e9aea33360ebfa7a05eeb5d19 - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK ncurses/6.2: Configuring sources in /tmp/c3ipr/pr_994_16_0_0/.conan/data/ncurses/6.2/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK ncurses/6.2: Copying sources to build folder ncurses/6.2: Building your package in /tmp/c3ipr/pr_994_16_0_0/.conan/data/ncurses/6.2/_/_/build/d704c799f967b31e9aea33360ebfa7a05eeb5d19 [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK ncurses/6.2: Calling build() ncurses/6.2: Calling: > source_subfolder/configure '--with-shared' '--without-normal' '--with-cxx-binding' '--with-cxx-shared' '--disable-reentrant' '--disable-widec' '--without-pcre2' '--without-libtool' '--without-ada' '--without-manpages' '--without-tests' '--disable-echo' '--without-debug' '--without-profile' '--with-sp-funcs' '--disable-rpath' '--datarootdir=/tmp/c3ipr/pr_994_16_0_0/.conan/data/ncurses/6.2/_/_/package/d704c799f967b31e9aea33360ebfa7a05eeb5d19/bin/share' '--disable-pc-files' '--prefix=/tmp/c3ipr/pr_994_16_0_0/.conan/data/ncurses/6.2/_/_/package/d704c799f967b31e9aea33360ebfa7a05eeb5d19' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' ----Running------ > source_subfolder/configure '--with-shared' '--without-normal' '--with-cxx-binding' '--with-cxx-shared' '--disable-reentrant' '--disable-widec' '--without-pcre2' '--without-libtool' '--without-ada' '--without-manpages' '--without-tests' '--disable-echo' '--without-debug' '--without-profile' '--with-sp-funcs' '--disable-rpath' '--datarootdir=/tmp/c3ipr/pr_994_16_0_0/.conan/data/ncurses/6.2/_/_/package/d704c799f967b31e9aea33360ebfa7a05eeb5d19/bin/share' '--disable-pc-files' '--prefix=/tmp/c3ipr/pr_994_16_0_0/.conan/data/ncurses/6.2/_/_/package/d704c799f967b31e9aea33360ebfa7a05eeb5d19' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' ----------------- checking for egrep... grep -E Configuring NCURSES 6.2 ABI 6 (Tue Apr 28 14:51:06 UTC 2020) checking for package version... 6.2 checking for package patch date... 20200212 checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu Configuring for linux-gnu checking for prefix... /tmp/c3ipr/pr_994_16_0_0/.conan/data/ncurses/6.2/_/_/package/d704c799f967b31e9aea33360ebfa7a05eeb5d19 checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for executable suffix... checking for object suffix... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking version of /usr/bin/gcc... 5.4.0 checking if this is really Intel C compiler... no checking if this is really Clang C compiler... no checking for /usr/bin/gcc option to accept ANSI C... none needed checking $CFLAGS variable... ok checking $CC variable... ok checking how to run the C preprocessor... /usr/bin/gcc -E checking whether /usr/bin/gcc needs -traditional... no checking whether /usr/bin/gcc understands -c and -o together... yes checking for ldconfig... /sbin/ldconfig checking if you want to ensure bool is consistent with C++... yes checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking if /usr/bin/g++ works... yes checking version of /usr/bin/g++... 5.4.0 checking if you want to build C++ binding and demo... yes checking if you want to build with Ada... no checking if you want to install terminal database... yes checking if you want to install manpages... no checking if you want to build programs such as tic... yes checking if you want to build test-programs... no checking if you wish to install curses.h... yes checking for mawk... mawk checking for egrep... (cached) grep -E checking for a BSD compatible install... /usr/bin/install -c checking for lint... no checking for cppcheck... no checking for splint... no checking whether ln -s works... yes checking if ln -s -f options work... yes checking for long file names... yes checking if you want to use pkg-config... yes checking for pkg-config... /usr/bin/pkg-config checking for /usr/bin/pkg-config library directory... checking done... /usr/lib/x86_64-linux-gnu/pkgconfig checking if we should install .pc files for /usr/bin/pkg-config... no checking if we should assume mixed-case filenames... auto checking if filesystem supports mixed-case filenames... yes checking whether make sets ${MAKE}... yes checking for exctags... no checking for ctags... no checking for exetags... no checking for etags... no checking for ctags... no checking for etags... no checking for makeflags variable... checking for ranlib... ranlib checking for ld... ld checking for ar... ar checking for nm... nm checking for ar... (cached) ar checking for options to update archives... -curvU checking if you have specified an install-prefix... checking if libtool -version-number should be used... yes checking if you want to build libraries with libtool... no checking if you want to build shared libraries... yes checking if you want to build static libraries... no checking if you want to build debug libraries... no checking if you want to build profiling libraries... no checking if you want to build C++ shared libraries... yes checking for specified models... shared checking for default model... shared checking if you want to have a library-prefix... auto checking for PATH separator... : checking if you want to build a separate terminfo library... no checking if you want to build a separate tic library... no checking for default loader flags... checking if rpath option should be used... no checking if shared libraries should be relinked during install... yes checking if release/abi version should be used for shared libs... auto checking which /usr/bin/gcc option to use... -fPIC checking if current CFLAGS link properly... yes checking if versioned-symbols file should be used... no checking if you want to link with the GPM mouse library... maybe checking for gpm.h... no checking if you want to use PCRE2 for regular-expressions... no checking if you want to disable library suffixes... no checking if you wish to append extra suffix to header/library paths... checking if you wish to install ncurses overwriting curses... no checking if external terminfo-database is used... yes checking which terminfo source-file will be installed... ${top_srcdir}/misc/terminfo.src checking whether to use hashed database instead of directory/tree... no checking for list of fallback descriptions... checking if you want modern xterm or antique... xterm-new checking if xterm backspace sends BS or DEL... BS checking for list of terminfo directories... /tmp/c3ipr/pr_994_16_0_0/.conan/data/ncurses/6.2/_/_/package/d704c799f967b31e9aea33360ebfa7a05eeb5d19/bin/share/terminfo checking for default terminfo directory... /tmp/c3ipr/pr_994_16_0_0/.conan/data/ncurses/6.2/_/_/package/d704c799f967b31e9aea33360ebfa7a05eeb5d19/bin/share/terminfo checking if big-core option selected... yes checking if big-strings option selected... yes checking if you want termcap-fallback support... no checking if ~/.terminfo is wanted... yes checking if you want to use restricted environment when running as root... yes checking for unistd.h... yes checking for remove... yes checking for unlink... yes checking if link/symlink functions work... link symlink checking if tic should use symbolic links... no checking if tic should use hard links... yes checking if you want broken-linker support code... no checking if tputs should process BSD-style prefix padding... no checking if the POSIX test-macros are already defined... no checking if this is the GNU C library... yes checking if _DEFAULT_SOURCE can be used as a basis... yes checking if _XOPEN_SOURCE=600 works with _DEFAULT_SOURCE... yes checking if _XOPEN_SOURCE really is set... yes checking if SIGWINCH is defined... yes checking for nl_langinfo and CODESET... yes checking if you want wide-character code... no checking whether to enable _LP64 definition in curses.h... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGE_FILES value needed for large files... no checking for _LARGEFILE_SOURCE value needed for large files... no checking for fseeko... yes checking whether to use struct dirent64... no checking if you want tparm not to use X/Open fixed-parameter list... yes checking if you want to suppress wattr* macros to help with ncurses5/ncurses6 transition... no checking for X11 rgb file... /usr/share/X11/rgb.txt checking for type of bool... auto checking for alternate terminal capabilities file... Caps checking for type of chtype... uint32_t checking for type of ospeed... short checking for type of mmask_t... uint32_t checking for size CCHARW_MAX... 5 checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... (cached) yes checking for signed char... yes checking size of signed char... 1 checking if you want to use signed Boolean array in term.h... no checking for type of tparm args... intptr_t checking if RCS identifiers should be compiled-in... no checking if you want to use fvisibility... no checking format of man-pages... gzip checking for manpage renaming... /tmp/c3ipr/pr_994_16_0_0/.conan/data/ncurses/6.2/_/_/build/d704c799f967b31e9aea33360ebfa7a05eeb5d19/source_subfolder/man/man_db.renames checking if manpage aliases will be installed... yes checking if manpage symlinks should be used... yes checking for manpage tbl... no checking if you want to build with function extensions... yes checking if you want to build with SCREEN extensions... yes checking if you want to build with terminal-driver... no checking for extended use of const keyword... yes checking if you want to use extended colors... yes configure: WARNING: This option applies only to wide-character library checking if you want to use extended mouse encoding... yes checking if you want to use extended putwin/screendump... yes checking if you want $NCURSES_NO_PADDING code... yes checking if you want SIGWINCH handler... yes checking if you want user-definable terminal capabilities like termcap... yes checking if you want to link with the pthread library... no checking if you want reentrant code... no checking if you want opaque curses-library structures... no checking if you want opaque form-library structures... no checking if you want opaque menu-library structures... no checking if you want opaque panel-library structures... no checking if you want all development code... no checking if you want hard-tabs code... no checking if you want limited support for xmc... no checking if you do not want to assume colors are white-on-black... yes checking if you want hashmap scrolling-optimization code... yes checking if you want colorfgbg code... no checking if you want interop bindings... yes checking if you want experimental safe-sprintf code... no checking if you want wgetch-events code... no checking if you want to see long compiling messages... no checking if you want to install stripped executables... yes checking if install accepts -p option... yes checking if install needs to be told about ownership... no checking if you want to see compiler warnings... configure: checking for /usr/bin/gcc __attribute__ directives... ... scanf ... printf ... unused ... noreturn checking if you want to work around bogus compiler/loader warnings... no checking if you want to enable runtime assertions... no checking if you want to use dmalloc for testing... no checking if you want to use dbmalloc for testing... no checking if you want to use valgrind for testing... no checking if you want to perform memory-leak testing... no checking whether to add trace feature to all models... no checking if we want to use GNAT projects... yes checking for gettimeofday... yes checking if -lm needed for math functions... yes checking for ANSI C header files... (cached) yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking whether time.h and sys/time.h may both be included... yes checking for regcomp... yes checking for regular-expression headers... regex.h checking for fcntl.h... yes checking for getopt.h... yes checking for limits.h... yes checking for locale.h... yes checking for math.h... yes checking for poll.h... yes checking for sys/bsdtypes.h... no checking for sys/ioctl.h... yes checking for sys/param.h... yes checking for sys/poll.h... yes checking for sys/select.h... yes checking for sys/time.h... yes checking for sys/times.h... yes checking for ttyent.h... yes checking for unistd.h... (cached) yes checking for wctype.h... yes checking for unistd.h... (cached) yes checking for getopt.h... (cached) yes checking for header declaring getopt variables... unistd.h checking if external environ is declared... no checking if external environ exists... yes checking for getenv... yes checking for putenv... yes checking for setenv... yes checking for strdup... yes checking if getenv returns consistent values... yes checking if sys/time.h works with sys/select.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking if /usr/bin/gcc supports options to tune inlining... yes checking for signal global datatype... volatile sig_atomic_t checking if unsigned literals are legal... yes checking if external errno is declared... yes checking if external errno exists... no checking if data-only library module links... yes checking for getcwd... yes checking for getegid... yes checking for geteuid... yes checking for getopt... yes checking for getttynam... yes checking for issetugid... no checking for localeconv... yes checking for poll... yes checking for putenv... (cached) yes checking for remove... (cached) yes checking for select... yes checking for setbuf... yes checking for setbuffer... yes checking for setenv... (cached) yes checking for setvbuf... yes checking for sigaction... yes checking for sigvec... no checking for strdup... (cached) yes checking for strstr... yes checking for sysconf... yes checking for tcgetpgrp... yes checking for times... yes checking for tsearch... yes checking for vsnprintf... yes checking for isascii... yes checking whether sigaction needs _POSIX_SOURCE... no checking if nanosleep really works... yes checking for termio.h... yes checking for termios.h... yes checking for unistd.h... (cached) yes checking for sys/ioctl.h... (cached) yes checking for sys/termio.h... no checking whether termios.h needs _POSIX_SOURCE... no checking for tcgetattr... yes checking for vsscanf function or workaround... vsscanf checking for unistd.h... (cached) yes checking for working mkstemp... yes checking whether setvbuf arguments are reversed... no checking for intptr_t... yes checking for ssize_t... yes checking for type sigaction_t... no checking declaration of size-change... yes checking for memmove... yes checking for posix_openpt... yes checking if poll really works... yes checking for va_copy... yes checking for pid_t... yes checking for unistd.h... (cached) yes checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... (cached) yes checking for working vfork... (cached) yes checking if fopen accepts explicit binary mode... yes checking for openpty in -lutil... yes checking for openpty header... pty.h checking if we should include stdbool.h... yes checking for builtin bool type... no checking if we already have C++ library... yes checking whether /usr/bin/g++ understands -c and -o together... yes checking how to run the C++ preprocessor... /usr/bin/g++ -E checking for typeinfo... yes checking for iostream... yes checking if iostream uses std-namespace... yes checking if we should include stdbool.h... (cached) yes checking for builtin bool type... yes checking for size of bool... unsigned char checking for special defines needed for etip.h... none checking if /usr/bin/g++ accepts parameter initialization... no checking if /usr/bin/g++ accepts static_cast... yes checking for library subsets... ticlib+termlib+ext_tinfo+base+ext_funcs checking default library suffix... checking default library-dependency suffix... .so checking default object directory... obj_s checking c++ library-dependency suffix... .so checking where we will install curses.h... ${prefix}/include/ncurses checking for src modules... ncurses progs panel menu form checking for defines to add to ncurses6-config script... -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 package: ncurses checking for linker search path... /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /lib64 /usr/local/lib /lib /usr/lib configure: creating ./config.status config.status: creating include/MKterm.h.awk config.status: creating include/curses.head config.status: creating include/ncurses_dll.h config.status: creating include/ncurses_exports.h config.status: creating include/termcap.h config.status: creating include/unctrl.h config.status: creating include/Makefile config.status: creating ncurses/Makefile config.status: creating progs/Makefile config.status: creating panel/Makefile config.status: creating menu/Makefile config.status: creating form/Makefile config.status: creating misc/Makefile config.status: creating c++/Makefile config.status: creating misc/run_tic.sh config.status: creating misc/ncurses-config config.status: creating man/ncurses6-config.1 config.status: creating Makefile config.status: creating include/ncurses_cfg.h Appending rules for shared model (ncurses: ticlib+termlib+ext_tinfo+base+ext_funcs) Appending rules for shared model (progs: ticlib+termlib+ext_tinfo+base+ext_funcs) Appending rules for shared model (panel: ticlib+termlib+ext_tinfo+base+ext_funcs) Appending rules for shared model (menu: ticlib+termlib+ext_tinfo+base+ext_funcs) Appending rules for shared model (form: ticlib+termlib+ext_tinfo+base+ext_funcs) Appending rules for shared model (c++: ticlib+termlib+ext_tinfo+base+ext_funcs) creating headers.sh ** Configuration summary for NCURSES 6.2 20200212: extended funcs: yes xterm terminfo: xterm-new bin directory: /tmp/c3ipr/pr_994_16_0_0/.conan/data/ncurses/6.2/_/_/package/d704c799f967b31e9aea33360ebfa7a05eeb5d19/bin lib directory: /tmp/c3ipr/pr_994_16_0_0/.conan/data/ncurses/6.2/_/_/package/d704c799f967b31e9aea33360ebfa7a05eeb5d19/lib include directory: /tmp/c3ipr/pr_994_16_0_0/.conan/data/ncurses/6.2/_/_/package/d704c799f967b31e9aea33360ebfa7a05eeb5d19/include/ncurses man directory: /tmp/c3ipr/pr_994_16_0_0/.conan/data/ncurses/6.2/_/_/package/d704c799f967b31e9aea33360ebfa7a05eeb5d19/bin/share/man terminfo directory: /tmp/c3ipr/pr_994_16_0_0/.conan/data/ncurses/6.2/_/_/package/d704c799f967b31e9aea33360ebfa7a05eeb5d19/bin/share/terminfo ** Include-directory is not in a standard location ----Running------ > make -j3 ----------------- cd include && make DESTDIR="" RPATH_LIST="/tmp/c3ipr/pr_994_16_0_0/.conan/data/ncurses/6.2/_/_/package/d704c799f967b31e9aea33360ebfa7a05eeb5d19/lib" all make[1]: Entering directory '/tmp/c3ipr/pr_994_16_0_0/.conan/data/ncurses/6.2/_/_/build/d704c799f967b31e9aea33360ebfa7a05eeb5d19/include' cat curses.head >curses.h /bin/sh ../source_subfolder/include/MKhashsize.sh ../source_subfolder/include/Caps ../source_subfolder/include/Caps-ncurses >hashsize.h AWK=mawk /bin/sh ../source_subfolder/include/MKncurses_def.sh ../source_subfolder/include/ncurses_defs >ncurses_def.h AWK=mawk /bin/sh ../source_subfolder/include/MKkey_defs.sh ../source_subfolder/include/Caps ../source_subfolder/include/Caps-ncurses >>curses.h AWK=mawk /bin/sh ../source_subfolder/include/MKparametrized.sh ../source_subfolder/include/Caps ../source_subfolder/include/Caps-ncurses >parametrized.h touch config.h mawk -f MKterm.h.awk ../source_subfolder/include/Caps ../source_subfolder/include/Caps-ncurses > term.h /bin/sh ../source_subfolder/include/edit_cfg.sh ../include/ncurses_cfg.h term.h ** edit: HAVE_TCGETATTR 1 ** edit: HAVE_TERMIOS_H 1 /bin/sh -c 'if test "chtype" = "cchar_t" ; then cat ../source_subfolder/include/curses.wide >>curses.h ; fi' cat ../source_subfolder/include/curses.tail >>curses.h ** edit: HAVE_TERMIO_H 1 ** edit: BROKEN_LINKER 0 make[1]: Leaving directory '/tmp/c3ipr/pr_994_16_0_0/.conan/data/ncurses/6.2/_/_/build/d704c799f967b31e9aea33360ebfa7a05eeb5d19/include' cd ncurses && make DESTDIR="" RPATH_LIST="/tmp/c3ipr/pr_994_16_0_0/.conan/data/ncurses/6.2/_/_/package/d704c799f967b31e9aea33360ebfa7a05eeb5d19/lib" all make[1]: Entering directory '/tmp/c3ipr/pr_994_16_0_0/.conan/data/ncurses/6.2/_/_/build/d704c799f967b31e9aea33360ebfa7a05eeb5d19/ncurses' mawk -f ../source_subfolder/ncurses/tinfo/MKcodes.awk bigstrings=1 ../source_subfolder/include/Caps ../source_subfolder/include/Caps-ncurses >codes.c /usr/bin/gcc -o make_hash -DHAVE_CONFIG_H -DUSE_BUILD_CC -I../ncurses -I../source_subfolder/ncurses -I../include -I../source_subfolder/ncurses/../include -DHAVE_CONFIG_H -DBUILDING_NCURSES -I../ncurses -I. -I../source_subfolder/ncurses -I../include -I../source_subfolder/ncurses/../include -DNDEBUG -D_GLIBCXX_USE_CXX11_ABI=0 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DNDEBUG -m64 -O3 -s --param max-inline-insns-single=1200 ../source_subfolder/ncurses/tinfo/make_hash.c -m64 /bin/sh -e ../source_subfolder/ncurses/tty/MKexpanded.sh "/usr/bin/gcc -E" -DHAVE_CONFIG_H -DBUILDING_NCURSES -I../ncurses -I. -I../source_subfolder/ncurses -I../include -I../source_subfolder/ncurses/../include -DNDEBUG -D_GLIBCXX_USE_CXX11_ABI=0 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DNDEBUG > expanded.c /bin/sh -e ../source_subfolder/ncurses/tinfo/MKfallback.sh /tmp/c3ipr/pr_994_16_0_0/.conan/data/ncurses/6.2/_/_/package/d704c799f967b31e9aea33360ebfa7a05eeb5d19/bin/share/terminfo ../source_subfolder/misc/terminfo.src tic infocmp >fallback.c /bin/sh -e ../source_subfolder/ncurses/base/MKlib_gen.sh "/usr/bin/gcc -E -DHAVE_CONFIG_H -DBUILDING_NCURSES -I../ncurses -I. -I../source_subfolder/ncurses -I../include -I../source_subfolder/ncurses/../include -DNDEBUG -D_GLIBCXX_USE_CXX11_ABI=0 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DNDEBUG" "mawk" generated <../include/curses.h >lib_gen.c .. adding -P option to work around /usr/bin/gcc 5.4.0 AWK=mawk /bin/sh ../source_subfolder/ncurses/tinfo/MKkeys_list.sh ../source_subfolder/include/Caps ../source_subfolder/include/Caps-ncurses | LC_ALL=C sort >keys.list /bin/sh -e ../source_subfolder/ncurses/base/MKlib_gen.sh "/usr/bin/gcc -E -DHAVE_CONFIG_H -DBUILDING_NCURSES -I../ncurses -I. -I../source_subfolder/ncurses -I../include -I../source_subfolder/ncurses/../include -DNDEBUG -D_GLIBCXX_USE_CXX11_ABI=0 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DNDEBUG" "mawk" implemented <../include/curses.h >link_test.c mawk -f ../source_subfolder/ncurses/tinfo/MKnames.awk bigstrings=1 ../source_subfolder/include/Caps ../source_subfolder/include/Caps-ncurses >names.c echo | mawk -f ../source_subfolder/ncurses/base/MKunctrl.awk bigstrings=1 >unctrl.c .. adding -P option to work around /usr/bin/gcc 5.4.0 /usr/bin/gcc -o make_keys -DHAVE_CONFIG_H -DUSE_BUILD_CC -I../ncurses -I../source_subfolder/ncurses -I../include -I../source_subfolder/ncurses/../include -DHAVE_CONFIG_H -DBUILDING_NCURSES -I../ncurses -I. -I../source_subfolder/ncurses -I../include -I../source_subfolder/ncurses/../include -DNDEBUG -D_GLIBCXX_USE_CXX11_ABI=0 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DNDEBUG -m64 -O3 -s --param max-inline-insns-single=1200 ../source_subfolder/ncurses/tinfo/make_keys.c -m64 compiling hardscroll (obj_s) compiling hashmap (obj_s) compiling lib_addch (obj_s) compiling lib_addstr (obj_s) compiling lib_beep (obj_s) compiling lib_bkgd (obj_s) compiling lib_box (obj_s) compiling lib_chgat (obj_s) compiling lib_clear (obj_s) compiling lib_clearok (obj_s) compiling lib_clrbot (obj_s) compiling lib_clreol (obj_s) compiling lib_color (obj_s) compiling lib_colorset (obj_s) compiling lib_delch (obj_s) compiling lib_delwin (obj_s) compiling lib_echo (obj_s) compiling lib_endwin (obj_s) compiling lib_erase (obj_s) compiling lib_flash (obj_s) compiling lib_gen (obj_s) compiling lib_getch (obj_s) In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1254:34: error: expected ‘)’ before ‘(’ token #define addch(ch) waddch(stdscr,(ch)) ^ ../ncurses/lib_gen.c:23:1: note: in expansion of macro ‘addch’ addch (const chtype z) ^ ../include/curses.h:1255:44: error: expected ‘)’ before ‘(’ token #define addchnstr(str,n) waddchnstr(stdscr,(str),(n)) ^ ../ncurses/lib_gen.c:29:1: note: in expansion of macro ‘addchnstr’ addchnstr (const chtype * a1, int z) ^ ../include/curses.h:1256:41: error: expected ‘)’ before ‘(’ token #define addchstr(str) waddchstr(stdscr,(str)) ^ ../include/curses.h:1242:43: note: in definition of macro ‘waddchstr’ #define waddchstr(win,str) waddchnstr(win,str,-1) ^ ../ncurses/lib_gen.c:35:1: note: in expansion of macro ‘addchstr’ addchstr (const chtype * z) ^ ../include/curses.h:1257:41: error: expected ‘)’ before ‘(’ token #define addnstr(str,n) waddnstr(stdscr,(str),(n)) ^ ../ncurses/lib_gen.c:41:1: note: in expansion of macro ‘addnstr’ addnstr (const char * a1, int z) ^ ../include/curses.h:1258:38: error: expected ‘)’ before ‘(’ token #define addstr(str) waddnstr(stdscr,(str),-1) ^ ../ncurses/lib_gen.c:47:1: note: in expansion of macro ‘addstr’ addstr (const char * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:257:34: error: expected ‘)’ before ‘(’ token #define NCURSES_CAST(type,value) (type)(value) ^ ../include/curses.h:1201:41: note: in expansion of macro ‘NCURSES_CAST’ #define wattroff(win,at) wattr_off(win, NCURSES_CAST(attr_t, at), NULL) ^ ../include/curses.h:1263:22: note: in expansion of macro ‘wattroff’ #define attroff(at) wattroff(stdscr,(at)) ^ ../ncurses/lib_gen.c:53:1: note: in expansion of macro ‘attroff’ attroff (int z) ^ ../include/curses.h:257:34: error: expected ‘)’ before ‘(’ token #define NCURSES_CAST(type,value) (type)(value) ^ ../include/curses.h:1200:40: note: in expansion of macro ‘NCURSES_CAST’ #define wattron(win,at) wattr_on(win, NCURSES_CAST(attr_t, at), NULL) ^ ../include/curses.h:1264:21: note: in expansion of macro ‘wattron’ #define attron(at) wattron(stdscr,(at)) ^ ../ncurses/lib_gen.c:59:1: note: in expansion of macro ‘attron’ attron (int z) ^ ../include/curses.h:260:29: error: expected identifier or ‘(’ before numeric constant #define NCURSES_OK_ADDR(p) (0 != NCURSES_CAST(const void *, (p))) ^ ../include/curses.h:1214:3: note: in expansion of macro ‘NCURSES_OK_ADDR’ (NCURSES_OK_ADDR(win) \ ^ ../include/curses.h:1265:22: note: in expansion of macro ‘wattrset’ #define attrset(at) wattrset(stdscr,(at)) ^ ../ncurses/lib_gen.c:65:1: note: in expansion of macro ‘attrset’ attrset (int z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1215:4: error: expected ‘)’ before ‘?’ token ? ((win)->_attrs = NCURSES_CAST(attr_t, at), \ ^ ../include/curses.h:1265:22: note: in expansion of macro ‘wattrset’ #define attrset(at) wattrset(stdscr,(at)) ^ ../ncurses/lib_gen.c:65:1: note: in expansion of macro ‘attrset’ attrset (int z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:260:29: error: expected identifier or ‘(’ before numeric constant #define NCURSES_OK_ADDR(p) (0 != NCURSES_CAST(const void *, (p))) ^ ../include/curses.h:1385:3: note: in expansion of macro ‘NCURSES_OK_ADDR’ (NCURSES_OK_ADDR(win) \ ^ ../include/curses.h:1259:27: note: in expansion of macro ‘wattr_get’ #define attr_get(ap,cp,o) wattr_get(stdscr,(ap),(cp),(o)) ^ ../ncurses/lib_gen.c:71:1: note: in expansion of macro ‘attr_get’ attr_get (attr_t * a1, short * a2, void * z GCC_UNUSED) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1386:3: error: expected ‘)’ before ‘?’ token ? ((void)(NCURSES_OK_ADDR(a) \ ^ ../include/curses.h:1259:27: note: in expansion of macro ‘wattr_get’ #define attr_get(ap,cp,o) wattr_get(stdscr,(ap),(cp),(o)) ^ ../ncurses/lib_gen.c:71:1: note: in expansion of macro ‘attr_get’ attr_get (attr_t * a1, short * a2, void * z GCC_UNUSED) ^ ../include/curses.h:1260:41: error: expected ‘)’ before ‘(’ token #define attr_off(a,o) wattr_off(stdscr,(a),(o)) ^ ../ncurses/lib_gen.c:77:1: note: in expansion of macro ‘attr_off’ attr_off (attr_t a1, void * z) ^ ../include/curses.h:1261:39: error: expected ‘)’ before ‘(’ token #define attr_on(a,o) wattr_on(stdscr,(a),(o)) ^ ../ncurses/lib_gen.c:83:1: note: in expansion of macro ‘attr_on’ attr_on (attr_t a1, void * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:260:29: error: expected identifier or ‘(’ before numeric constant #define NCURSES_OK_ADDR(p) (0 != NCURSES_CAST(const void *, (p))) ^ ../include/curses.h:1379:4: note: in expansion of macro ‘NCURSES_OK_ADDR’ (NCURSES_OK_ADDR(win) \ ^ ../include/curses.h:1262:26: note: in expansion of macro ‘wattr_set’ #define attr_set(a,c,o) wattr_set(stdscr,(a),(c),(o)) ^ ../ncurses/lib_gen.c:89:1: note: in expansion of macro ‘attr_set’ attr_set (attr_t a1, short a2, void * z GCC_UNUSED) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1380:4: error: expected ‘)’ before ‘?’ token ? ((void)((win)->_attrs = (((a) & ~A_COLOR) | \ ^ ../include/curses.h:1262:26: note: in expansion of macro ‘wattr_set’ #define attr_set(a,c,o) wattr_set(stdscr,(a),(c),(o)) ^ ../ncurses/lib_gen.c:89:1: note: in expansion of macro ‘attr_set’ attr_set (attr_t a1, short a2, void * z GCC_UNUSED) ^ ../include/curses.h:1266:32: error: expected ‘)’ before ‘(’ token #define bkgd(ch) wbkgd(stdscr,(ch)) ^ ../ncurses/lib_gen.c:95:1: note: in expansion of macro ‘bkgd’ bkgd (chtype z) ^ ../include/curses.h:1267:38: error: expected ‘)’ before ‘(’ token #define bkgdset(ch) wbkgdset(stdscr,(ch)) ^ ../ncurses/lib_gen.c:101:1: note: in expansion of macro ‘bkgdset’ bkgdset (chtype z) ^ ../ncurses/lib_gen.c:108:9: error: expected ‘)’ before ‘chtype’ border (chtype a1, chtype a2, chtype a3, chtype a4, chtype a5, chtype a6, chtype a7, chtype z) ^ ../include/curses.h:1229:64: note: in definition of macro ‘border’ #define border(ls, rs, ts, bs, tl, tr, bl, br) wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br) ^ ../ncurses/lib_gen.c:114:26: error: redefinition of parameter ‘a2’ box (WINDOW * a1, chtype a2, chtype z) ^ ../include/curses.h:1228:41: note: in definition of macro ‘box’ #define box(win, v, h) wborder(win, v, v, h, h, 0, 0, 0, 0) ^ ../ncurses/lib_gen.c:114:26: note: previous definition of ‘a2’ was here box (WINDOW * a1, chtype a2, chtype z) ^ ../include/curses.h:1228:38: note: in definition of macro ‘box’ #define box(win, v, h) wborder(win, v, v, h, h, 0, 0, 0, 0) ^ ../ncurses/lib_gen.c:114:37: error: redefinition of parameter ‘z’ box (WINDOW * a1, chtype a2, chtype z) ^ ../include/curses.h:1228:47: note: in definition of macro ‘box’ #define box(win, v, h) wborder(win, v, v, h, h, 0, 0, 0, 0) ^ ../ncurses/lib_gen.c:114:37: note: previous definition of ‘z’ was here box (WINDOW * a1, chtype a2, chtype z) ^ ../include/curses.h:1228:44: note: in definition of macro ‘box’ #define box(win, v, h) wborder(win, v, v, h, h, 0, 0, 0, 0) ^ ../include/curses.h:1228:50: error: expected declaration specifiers or ‘...’ before numeric constant #define box(win, v, h) wborder(win, v, v, h, h, 0, 0, 0, 0) ^ ../ncurses/lib_gen.c:114:1: note: in expansion of macro ‘box’ box (WINDOW * a1, chtype a2, chtype z) ^ ../include/curses.h:1228:53: error: expected declaration specifiers or ‘...’ before numeric constant #define box(win, v, h) wborder(win, v, v, h, h, 0, 0, 0, 0) ^ ../ncurses/lib_gen.c:114:1: note: in expansion of macro ‘box’ box (WINDOW * a1, chtype a2, chtype z) ^ ../include/curses.h:1228:56: error: expected declaration specifiers or ‘...’ before numeric constant #define box(win, v, h) wborder(win, v, v, h, h, 0, 0, 0, 0) ^ ../ncurses/lib_gen.c:114:1: note: in expansion of macro ‘box’ box (WINDOW * a1, chtype a2, chtype z) ^ ../include/curses.h:1228:59: error: expected declaration specifiers or ‘...’ before numeric constant #define box(win, v, h) wborder(win, v, v, h, h, 0, 0, 0, 0) ^ ../ncurses/lib_gen.c:114:1: note: in expansion of macro ‘box’ box (WINDOW * a1, chtype a2, chtype z) ^ ../include/curses.h:1268:39: error: expected ‘)’ before ‘(’ token #define chgat(n,a,c,o) wchgat(stdscr,(n),(a),(c),(o)) ^ ../ncurses/lib_gen.c:120:1: note: in expansion of macro ‘chgat’ chgat (int a1, attr_t a2, short a3, const void * z) ^ ../ncurses/lib_gen.c:126:12: error: macro "clear" passed 1 arguments, but takes just 0 clear (void) ^ ../ncurses/lib_gen.c:127:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token { ^ ../ncurses/lib_gen.c:132:15: error: macro "clrtobot" passed 1 arguments, but takes just 0 clrtobot (void) ^ ../ncurses/lib_gen.c:133:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token { ^ ../ncurses/lib_gen.c:138:15: error: macro "clrtoeol" passed 1 arguments, but takes just 0 clrtoeol (void) ^ ../ncurses/lib_gen.c:139:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token { ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1272:43: error: expected ‘)’ before ‘(’ token #define color_set(c,o) wcolor_set(stdscr,(c),(o)) ^ ../ncurses/lib_gen.c:144:1: note: in expansion of macro ‘color_set’ color_set (short a1, void * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1107:55: error: expected declaration specifiers or ‘...’ before ‘(’ token #define NCURSES_BITS(mask,shift) (NCURSES_CAST(chtype,(mask)) << ((shift) + NCURSES_ATTR_SHIFT)) ^ ../include/curses.h:257:41: note: in definition of macro ‘NCURSES_CAST’ #define NCURSES_CAST(type,value) (type)(value) ^ ../include/curses.h:1247:24: note: in expansion of macro ‘NCURSES_BITS’ #define COLOR_PAIR(n) (NCURSES_BITS((n), 0) & A_COLOR) ^ ../ncurses/lib_gen.c:150:1: note: in expansion of macro ‘COLOR_PAIR’ COLOR_PAIR (int z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1107:63: error: expected ‘)’ before ‘<<’ token #define NCURSES_BITS(mask,shift) (NCURSES_CAST(chtype,(mask)) << ((shift) + NCURSES_ATTR_SHIFT)) ^ ../include/curses.h:1247:24: note: in expansion of macro ‘NCURSES_BITS’ #define COLOR_PAIR(n) (NCURSES_BITS((n), 0) & A_COLOR) ^ ../ncurses/lib_gen.c:150:1: note: in expansion of macro ‘COLOR_PAIR’ COLOR_PAIR (int z) ^ ../include/curses.h:1247:45: error: expected ‘)’ before ‘&’ token #define COLOR_PAIR(n) (NCURSES_BITS((n), 0) & A_COLOR) ^ ../ncurses/lib_gen.c:150:1: note: in expansion of macro ‘COLOR_PAIR’ COLOR_PAIR (int z) ^ ../ncurses/lib_gen.c:156:12: error: macro "delch" passed 1 arguments, but takes just 0 delch (void) ^ ../ncurses/lib_gen.c:157:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token { ^ ../ncurses/lib_gen.c:162:15: error: macro "deleteln" passed 1 arguments, but takes just 0 deleteln (void) ^ ../ncurses/lib_gen.c:163:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token { ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1275:39: error: expected ‘)’ before ‘(’ token #define echochar(c) wechochar(stdscr,(c)) ^ ../ncurses/lib_gen.c:168:1: note: in expansion of macro ‘echochar’ echochar (const chtype z) ^ ../ncurses/lib_gen.c:174:12: error: macro "erase" passed 1 arguments, but takes just 0 erase (void) ^ ../ncurses/lib_gen.c:175:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token { ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:260:29: error: expected identifier or ‘(’ before numeric constant #define NCURSES_OK_ADDR(p) (0 != NCURSES_CAST(const void *, (p))) ^ ../include/curses.h:1349:42: note: in expansion of macro ‘NCURSES_OK_ADDR’ #define getbkgd(win) (NCURSES_OK_ADDR(win) ? ((win)->_bkgd) : 0) ^ ../ncurses/lib_gen.c:180:1: note: in expansion of macro ‘getbkgd’ getbkgd (WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1349:63: error: expected ‘)’ before ‘?’ token #define getbkgd(win) (NCURSES_OK_ADDR(win) ? ((win)->_bkgd) : 0) ^ ../ncurses/lib_gen.c:180:1: note: in expansion of macro ‘getbkgd’ getbkgd (WINDOW * z) ^ ../ncurses/lib_gen.c:186:12: error: macro "getch" passed 1 arguments, but takes just 0 getch (void) ^ ../ncurses/lib_gen.c:187:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token { ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../ncurses/lib_gen.c:192:10: error: expected ‘)’ before ‘char’ getnstr (char * a1, int z) ^ ../include/curses.h:1173:41: note: in definition of macro ‘getnstr’ #define getnstr(s, n) wgetnstr(stdscr, s, (n)) ^ ../include/curses.h:1278:37: error: expected ‘)’ before ‘(’ token #define getstr(str) wgetstr(stdscr,(str)) ^ ../include/curses.h:1172:36: note: in definition of macro ‘wgetstr’ #define wgetstr(w, s) wgetnstr(w, s, -1) ^ ../ncurses/lib_gen.c:198:1: note: in expansion of macro ‘getstr’ getstr (char * z) ^ ../ncurses/lib_gen.c:204:8: error: expected ‘)’ before ‘chtype’ hline (chtype a1, int z) ^ ../include/curses.h:1230:38: note: in definition of macro ‘hline’ #define hline(ch, n) whline(stdscr, ch, (n)) ^ ../ncurses/lib_gen.c:210:11: error: macro "inch" passed 1 arguments, but takes just 0 inch (void) ^ ../ncurses/lib_gen.c:211:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token { ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1280:41: error: expected ‘)’ before ‘(’ token #define inchnstr(s,n) winchnstr(stdscr,(s),(n)) ^ ../ncurses/lib_gen.c:216:1: note: in expansion of macro ‘inchnstr’ inchnstr (chtype * a1, int z) ^ ../include/curses.h:1281:37: error: expected ‘)’ before ‘(’ token #define inchstr(s) winchstr(stdscr,(s)) ^ ../include/curses.h:1234:38: note: in definition of macro ‘winchstr’ #define winchstr(w, s) winchnstr(w, s, -1) ^ ../ncurses/lib_gen.c:222:1: note: in expansion of macro ‘inchstr’ inchstr (chtype * z) ^ ../include/curses.h:1282:37: error: expected ‘)’ before ‘(’ token #define innstr(s,n) winnstr(stdscr,(s),(n)) ^ ../ncurses/lib_gen.c:228:1: note: in expansion of macro ‘innstr’ innstr (char * a1, int z) ^ ../include/curses.h:1283:33: error: expected ‘)’ before ‘(’ token #define insch(c) winsch(stdscr,(c)) ^ ../ncurses/lib_gen.c:233:1: note: in expansion of macro ‘insch’ insch (chtype z) ^ ../include/curses.h:1284:39: error: expected ‘)’ before ‘(’ token #define insdelln(n) winsdelln(stdscr,(n)) ^ ../ncurses/lib_gen.c:239:1: note: in expansion of macro ‘insdelln’ insdelln (int z) ^ ../ncurses/lib_gen.c:245:15: error: macro "insertln" passed 1 arguments, but takes just 0 insertln (void) ^ ../ncurses/lib_gen.c:246:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token { ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1286:39: error: expected ‘)’ before ‘(’ token #define insnstr(s,n) winsnstr(stdscr,(s),(n)) ^ ../ncurses/lib_gen.c:251:1: note: in expansion of macro ‘insnstr’ insnstr (const char * a1, int z) ^ ../include/curses.h:1287:35: error: expected ‘)’ before ‘(’ token #define insstr(s) winsstr(stdscr,(s)) ^ ../include/curses.h:1235:36: note: in definition of macro ‘winsstr’ #define winsstr(w, s) winsnstr(w, s, -1) ^ ../ncurses/lib_gen.c:257:1: note: in expansion of macro ‘insstr’ insstr (const char * z) ^ ../include/curses.h:1288:33: error: expected ‘)’ before ‘(’ token #define instr(s) winstr(stdscr,(s)) ^ ../include/curses.h:1233:34: note: in definition of macro ‘winstr’ #define winstr(w, s) winnstr(w, s, -1) ^ ../ncurses/lib_gen.c:263:1: note: in expansion of macro ‘instr’ instr (char * z) ^ ../include/curses.h:1289:33: error: expected ‘)’ before ‘(’ token #define move(y,x) wmove(stdscr,(y),(x)) ^ ../ncurses/lib_gen.c:269:1: note: in expansion of macro ‘move’ move (int a1, int z) ^ ../include/curses.h:1303:38: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwaddch(win,y,x,ch) (wmove((win),(y),(x)) == ERR ? ERR : waddch((win),(ch))) ^ ../include/curses.h:1324:27: note: in expansion of macro ‘mvwaddch’ #define mvaddch(y,x,ch) mvwaddch(stdscr,(y),(x),(ch)) ^ ../ncurses/lib_gen.c:275:1: note: in expansion of macro ‘mvaddch’ mvaddch (int a1, int a2, const chtype z) ^ ../include/curses.h:1303:44: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwaddch(win,y,x,ch) (wmove((win),(y),(x)) == ERR ? ERR : waddch((win),(ch))) ^ ../include/curses.h:1324:27: note: in expansion of macro ‘mvwaddch’ #define mvaddch(y,x,ch) mvwaddch(stdscr,(y),(x),(ch)) ^ ../ncurses/lib_gen.c:275:1: note: in expansion of macro ‘mvaddch’ mvaddch (int a1, int a2, const chtype z) ^ ../include/curses.h:1303:48: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwaddch(win,y,x,ch) (wmove((win),(y),(x)) == ERR ? ERR : waddch((win),(ch))) ^ ../include/curses.h:1324:27: note: in expansion of macro ‘mvwaddch’ #define mvaddch(y,x,ch) mvwaddch(stdscr,(y),(x),(ch)) ^ ../ncurses/lib_gen.c:275:1: note: in expansion of macro ‘mvaddch’ mvaddch (int a1, int a2, const chtype z) ^ ../include/curses.h:1303:53: error: expected ‘)’ before ‘==’ token #define mvwaddch(win,y,x,ch) (wmove((win),(y),(x)) == ERR ? ERR : waddch((win),(ch))) ^ ../include/curses.h:1324:27: note: in expansion of macro ‘mvwaddch’ #define mvaddch(y,x,ch) mvwaddch(stdscr,(y),(x),(ch)) ^ ../ncurses/lib_gen.c:275:1: note: in expansion of macro ‘mvaddch’ mvaddch (int a1, int a2, const chtype z) ^ ../include/curses.h:1304:44: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwaddchnstr(win,y,x,str,n) (wmove((win),(y),(x)) == ERR ? ERR : waddchnstr((win),(str),(n))) ^ ../include/curses.h:1325:33: note: in expansion of macro ‘mvwaddchnstr’ #define mvaddchnstr(y,x,str,n) mvwaddchnstr(stdscr,(y),(x),(str),(n)) ^ ../ncurses/lib_gen.c:281:1: note: in expansion of macro ‘mvaddchnstr’ mvaddchnstr (int a1, int a2, const chtype * a3, int z) ^ ../include/curses.h:1304:50: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwaddchnstr(win,y,x,str,n) (wmove((win),(y),(x)) == ERR ? ERR : waddchnstr((win),(str),(n))) ^ ../include/curses.h:1325:33: note: in expansion of macro ‘mvwaddchnstr’ #define mvaddchnstr(y,x,str,n) mvwaddchnstr(stdscr,(y),(x),(str),(n)) ^ ../ncurses/lib_gen.c:281:1: note: in expansion of macro ‘mvaddchnstr’ mvaddchnstr (int a1, int a2, const chtype * a3, int z) ^ ../include/curses.h:1304:54: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwaddchnstr(win,y,x,str,n) (wmove((win),(y),(x)) == ERR ? ERR : waddchnstr((win),(str),(n))) ^ ../include/curses.h:1325:33: note: in expansion of macro ‘mvwaddchnstr’ #define mvaddchnstr(y,x,str,n) mvwaddchnstr(stdscr,(y),(x),(str),(n)) ^ ../ncurses/lib_gen.c:281:1: note: in expansion of macro ‘mvaddchnstr’ mvaddchnstr (int a1, int a2, const chtype * a3, int z) ^ ../include/curses.h:1304:59: error: expected ‘)’ before ‘==’ token #define mvwaddchnstr(win,y,x,str,n) (wmove((win),(y),(x)) == ERR ? ERR : waddchnstr((win),(str),(n))) ^ ../include/curses.h:1325:33: note: in expansion of macro ‘mvwaddchnstr’ #define mvaddchnstr(y,x,str,n) mvwaddchnstr(stdscr,(y),(x),(str),(n)) ^ ../ncurses/lib_gen.c:281:1: note: in expansion of macro ‘mvaddchnstr’ mvaddchnstr (int a1, int a2, const chtype * a3, int z) ^ ../include/curses.h:1305:41: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwaddchstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR : waddchnstr((win),(str),-1)) ^ ../include/curses.h:1326:30: note: in expansion of macro ‘mvwaddchstr’ #define mvaddchstr(y,x,str) mvwaddchstr(stdscr,(y),(x),(str)) ^ ../ncurses/lib_gen.c:287:1: note: in expansion of macro ‘mvaddchstr’ mvaddchstr (int a1, int a2, const chtype * z) ^ ../include/curses.h:1305:47: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwaddchstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR : waddchnstr((win),(str),-1)) ^ ../include/curses.h:1326:30: note: in expansion of macro ‘mvwaddchstr’ #define mvaddchstr(y,x,str) mvwaddchstr(stdscr,(y),(x),(str)) ^ ../ncurses/lib_gen.c:287:1: note: in expansion of macro ‘mvaddchstr’ mvaddchstr (int a1, int a2, const chtype * z) ^ ../include/curses.h:1305:51: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwaddchstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR : waddchnstr((win),(str),-1)) ^ ../include/curses.h:1326:30: note: in expansion of macro ‘mvwaddchstr’ #define mvaddchstr(y,x,str) mvwaddchstr(stdscr,(y),(x),(str)) ^ ../ncurses/lib_gen.c:287:1: note: in expansion of macro ‘mvaddchstr’ mvaddchstr (int a1, int a2, const chtype * z) ^ ../include/curses.h:1305:56: error: expected ‘)’ before ‘==’ token #define mvwaddchstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR : waddchnstr((win),(str),-1)) ^ ../include/curses.h:1326:30: note: in expansion of macro ‘mvwaddchstr’ #define mvaddchstr(y,x,str) mvwaddchstr(stdscr,(y),(x),(str)) ^ ../ncurses/lib_gen.c:287:1: note: in expansion of macro ‘mvaddchstr’ mvaddchstr (int a1, int a2, const chtype * z) ^ ../include/curses.h:1306:42: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwaddnstr(win,y,x,str,n) (wmove((win),(y),(x)) == ERR ? ERR : waddnstr((win),(str),(n))) ^ ../include/curses.h:1327:31: note: in expansion of macro ‘mvwaddnstr’ #define mvaddnstr(y,x,str,n) mvwaddnstr(stdscr,(y),(x),(str),(n)) ^ ../ncurses/lib_gen.c:293:1: note: in expansion of macro ‘mvaddnstr’ mvaddnstr (int a1, int a2, const char * a3, int z) ^ ../include/curses.h:1306:48: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwaddnstr(win,y,x,str,n) (wmove((win),(y),(x)) == ERR ? ERR : waddnstr((win),(str),(n))) ^ ../include/curses.h:1327:31: note: in expansion of macro ‘mvwaddnstr’ #define mvaddnstr(y,x,str,n) mvwaddnstr(stdscr,(y),(x),(str),(n)) ^ ../ncurses/lib_gen.c:293:1: note: in expansion of macro ‘mvaddnstr’ mvaddnstr (int a1, int a2, const char * a3, int z) ^ ../include/curses.h:1306:52: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwaddnstr(win,y,x,str,n) (wmove((win),(y),(x)) == ERR ? ERR : waddnstr((win),(str),(n))) ^ ../include/curses.h:1327:31: note: in expansion of macro ‘mvwaddnstr’ #define mvaddnstr(y,x,str,n) mvwaddnstr(stdscr,(y),(x),(str),(n)) ^ ../ncurses/lib_gen.c:293:1: note: in expansion of macro ‘mvaddnstr’ mvaddnstr (int a1, int a2, const char * a3, int z) ^ ../include/curses.h:1306:57: error: expected ‘)’ before ‘==’ token #define mvwaddnstr(win,y,x,str,n) (wmove((win),(y),(x)) == ERR ? ERR : waddnstr((win),(str),(n))) ^ ../include/curses.h:1327:31: note: in expansion of macro ‘mvwaddnstr’ #define mvaddnstr(y,x,str,n) mvwaddnstr(stdscr,(y),(x),(str),(n)) ^ ../ncurses/lib_gen.c:293:1: note: in expansion of macro ‘mvaddnstr’ mvaddnstr (int a1, int a2, const char * a3, int z) ^ ../include/curses.h:1307:40: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwaddstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR : waddnstr((win),(str),-1)) ^ ../include/curses.h:1328:28: note: in expansion of macro ‘mvwaddstr’ #define mvaddstr(y,x,str) mvwaddstr(stdscr,(y),(x),(str)) ^ ../ncurses/lib_gen.c:299:1: note: in expansion of macro ‘mvaddstr’ mvaddstr (int a1, int a2, const char * z) ^ ../include/curses.h:1307:46: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwaddstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR : waddnstr((win),(str),-1)) ^ ../include/curses.h:1328:28: note: in expansion of macro ‘mvwaddstr’ #define mvaddstr(y,x,str) mvwaddstr(stdscr,(y),(x),(str)) ^ ../ncurses/lib_gen.c:299:1: note: in expansion of macro ‘mvaddstr’ mvaddstr (int a1, int a2, const char * z) ^ ../include/curses.h:1307:50: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwaddstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR : waddnstr((win),(str),-1)) ^ ../include/curses.h:1328:28: note: in expansion of macro ‘mvwaddstr’ #define mvaddstr(y,x,str) mvwaddstr(stdscr,(y),(x),(str)) ^ ../ncurses/lib_gen.c:299:1: note: in expansion of macro ‘mvaddstr’ mvaddstr (int a1, int a2, const char * z) ^ ../include/curses.h:1307:55: error: expected ‘)’ before ‘==’ token #define mvwaddstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR : waddnstr((win),(str),-1)) ^ ../include/curses.h:1328:28: note: in expansion of macro ‘mvwaddstr’ #define mvaddstr(y,x,str) mvwaddstr(stdscr,(y),(x),(str)) ^ ../ncurses/lib_gen.c:299:1: note: in expansion of macro ‘mvaddstr’ mvaddstr (int a1, int a2, const char * z) ^ ../include/curses.h:1308:42: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwchgat(win,y,x,n,a,c,o) (wmove((win),(y),(x)) == ERR ? ERR : wchgat((win),(n),(a),(c),(o))) ^ ../include/curses.h:1329:31: note: in expansion of macro ‘mvwchgat’ #define mvchgat(y,x,n,a,c,o) mvwchgat(stdscr,(y),(x),(n),(a),(c),(o)) ^ ../ncurses/lib_gen.c:305:1: note: in expansion of macro ‘mvchgat’ mvchgat (int a1, int a2, int a3, attr_t a4, short a5, const void * z) ^ ../include/curses.h:1308:48: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwchgat(win,y,x,n,a,c,o) (wmove((win),(y),(x)) == ERR ? ERR : wchgat((win),(n),(a),(c),(o))) ^ ../include/curses.h:1329:31: note: in expansion of macro ‘mvwchgat’ #define mvchgat(y,x,n,a,c,o) mvwchgat(stdscr,(y),(x),(n),(a),(c),(o)) ^ ../ncurses/lib_gen.c:305:1: note: in expansion of macro ‘mvchgat’ mvchgat (int a1, int a2, int a3, attr_t a4, short a5, const void * z) ^ ../include/curses.h:1308:52: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwchgat(win,y,x,n,a,c,o) (wmove((win),(y),(x)) == ERR ? ERR : wchgat((win),(n),(a),(c),(o))) ^ ../include/curses.h:1329:31: note: in expansion of macro ‘mvwchgat’ #define mvchgat(y,x,n,a,c,o) mvwchgat(stdscr,(y),(x),(n),(a),(c),(o)) ^ ../ncurses/lib_gen.c:305:1: note: in expansion of macro ‘mvchgat’ mvchgat (int a1, int a2, int a3, attr_t a4, short a5, const void * z) ^ ../include/curses.h:1308:57: error: expected ‘)’ before ‘==’ token #define mvwchgat(win,y,x,n,a,c,o) (wmove((win),(y),(x)) == ERR ? ERR : wchgat((win),(n),(a),(c),(o))) ^ ../include/curses.h:1329:31: note: in expansion of macro ‘mvwchgat’ #define mvchgat(y,x,n,a,c,o) mvwchgat(stdscr,(y),(x),(n),(a),(c),(o)) ^ ../ncurses/lib_gen.c:305:1: note: in expansion of macro ‘mvchgat’ mvchgat (int a1, int a2, int a3, attr_t a4, short a5, const void * z) ^ ../include/curses.h:1309:35: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwdelch(win,y,x) (wmove((win),(y),(x)) == ERR ? ERR : wdelch(win)) ^ ../include/curses.h:1330:24: note: in expansion of macro ‘mvwdelch’ #define mvdelch(y,x) mvwdelch(stdscr,(y),(x)) ^ ../ncurses/lib_gen.c:311:1: note: in expansion of macro ‘mvdelch’ mvdelch (int a1, int z) ^ ../include/curses.h:1309:41: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwdelch(win,y,x) (wmove((win),(y),(x)) == ERR ? ERR : wdelch(win)) ^ ../include/curses.h:1330:24: note: in expansion of macro ‘mvwdelch’ #define mvdelch(y,x) mvwdelch(stdscr,(y),(x)) ^ ../ncurses/lib_gen.c:311:1: note: in expansion of macro ‘mvdelch’ mvdelch (int a1, int z) ^ ../include/curses.h:1309:45: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwdelch(win,y,x) (wmove((win),(y),(x)) == ERR ? ERR : wdelch(win)) ^ ../include/curses.h:1330:24: note: in expansion of macro ‘mvwdelch’ #define mvdelch(y,x) mvwdelch(stdscr,(y),(x)) ^ ../ncurses/lib_gen.c:311:1: note: in expansion of macro ‘mvdelch’ mvdelch (int a1, int z) ^ ../include/curses.h:1309:50: error: expected ‘)’ before ‘==’ token #define mvwdelch(win,y,x) (wmove((win),(y),(x)) == ERR ? ERR : wdelch(win)) ^ ../include/curses.h:1330:24: note: in expansion of macro ‘mvwdelch’ #define mvdelch(y,x) mvwdelch(stdscr,(y),(x)) ^ ../ncurses/lib_gen.c:311:1: note: in expansion of macro ‘mvdelch’ mvdelch (int a1, int z) ^ ../include/curses.h:1310:35: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwgetch(win,y,x) (wmove((win),(y),(x)) == ERR ? ERR : wgetch(win)) ^ ../include/curses.h:1331:24: note: in expansion of macro ‘mvwgetch’ #define mvgetch(y,x) mvwgetch(stdscr,(y),(x)) ^ ../ncurses/lib_gen.c:317:1: note: in expansion of macro ‘mvgetch’ mvgetch (int a1, int z) ^ ../include/curses.h:1310:41: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwgetch(win,y,x) (wmove((win),(y),(x)) == ERR ? ERR : wgetch(win)) ^ ../include/curses.h:1331:24: note: in expansion of macro ‘mvwgetch’ #define mvgetch(y,x) mvwgetch(stdscr,(y),(x)) ^ ../ncurses/lib_gen.c:317:1: note: in expansion of macro ‘mvgetch’ mvgetch (int a1, int z) ^ ../include/curses.h:1310:45: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwgetch(win,y,x) (wmove((win),(y),(x)) == ERR ? ERR : wgetch(win)) ^ ../include/curses.h:1331:24: note: in expansion of macro ‘mvwgetch’ #define mvgetch(y,x) mvwgetch(stdscr,(y),(x)) ^ ../ncurses/lib_gen.c:317:1: note: in expansion of macro ‘mvgetch’ mvgetch (int a1, int z) ^ ../include/curses.h:1310:50: error: expected ‘)’ before ‘==’ token #define mvwgetch(win,y,x) (wmove((win),(y),(x)) == ERR ? ERR : wgetch(win)) ^ ../include/curses.h:1331:24: note: in expansion of macro ‘mvwgetch’ #define mvgetch(y,x) mvwgetch(stdscr,(y),(x)) ^ ../ncurses/lib_gen.c:317:1: note: in expansion of macro ‘mvgetch’ mvgetch (int a1, int z) ^ ../include/curses.h:1311:42: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwgetnstr(win,y,x,str,n) (wmove((win),(y),(x)) == ERR ? ERR : wgetnstr((win),(str),(n))) ^ ../include/curses.h:1332:31: note: in expansion of macro ‘mvwgetnstr’ #define mvgetnstr(y,x,str,n) mvwgetnstr(stdscr,(y),(x),(str),(n)) ^ ../ncurses/lib_gen.c:323:1: note: in expansion of macro ‘mvgetnstr’ mvgetnstr (int a1, int a2, char * a3, int z) ^ ../include/curses.h:1311:48: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwgetnstr(win,y,x,str,n) (wmove((win),(y),(x)) == ERR ? ERR : wgetnstr((win),(str),(n))) ^ ../include/curses.h:1332:31: note: in expansion of macro ‘mvwgetnstr’ #define mvgetnstr(y,x,str,n) mvwgetnstr(stdscr,(y),(x),(str),(n)) ^ ../ncurses/lib_gen.c:323:1: note: in expansion of macro ‘mvgetnstr’ mvgetnstr (int a1, int a2, char * a3, int z) ^ ../include/curses.h:1311:52: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwgetnstr(win,y,x,str,n) (wmove((win),(y),(x)) == ERR ? ERR : wgetnstr((win),(str),(n))) ^ ../include/curses.h:1332:31: note: in expansion of macro ‘mvwgetnstr’ #define mvgetnstr(y,x,str,n) mvwgetnstr(stdscr,(y),(x),(str),(n)) ^ ../ncurses/lib_gen.c:323:1: note: in expansion of macro ‘mvgetnstr’ mvgetnstr (int a1, int a2, char * a3, int z) ^ ../include/curses.h:1311:57: error: expected ‘)’ before ‘==’ token #define mvwgetnstr(win,y,x,str,n) (wmove((win),(y),(x)) == ERR ? ERR : wgetnstr((win),(str),(n))) ^ ../include/curses.h:1332:31: note: in expansion of macro ‘mvwgetnstr’ #define mvgetnstr(y,x,str,n) mvwgetnstr(stdscr,(y),(x),(str),(n)) ^ ../ncurses/lib_gen.c:323:1: note: in expansion of macro ‘mvgetnstr’ mvgetnstr (int a1, int a2, char * a3, int z) ^ ../include/curses.h:1312:40: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwgetstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR : wgetstr((win),(str))) ^ ../include/curses.h:1333:28: note: in expansion of macro ‘mvwgetstr’ #define mvgetstr(y,x,str) mvwgetstr(stdscr,(y),(x),(str)) ^ ../ncurses/lib_gen.c:329:1: note: in expansion of macro ‘mvgetstr’ mvgetstr (int a1, int a2, char * z) ^ ../include/curses.h:1312:46: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwgetstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR : wgetstr((win),(str))) ^ ../include/curses.h:1333:28: note: in expansion of macro ‘mvwgetstr’ #define mvgetstr(y,x,str) mvwgetstr(stdscr,(y),(x),(str)) ^ ../ncurses/lib_gen.c:329:1: note: in expansion of macro ‘mvgetstr’ mvgetstr (int a1, int a2, char * z) ^ ../include/curses.h:1312:50: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwgetstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR : wgetstr((win),(str))) ^ ../include/curses.h:1333:28: note: in expansion of macro ‘mvwgetstr’ #define mvgetstr(y,x,str) mvwgetstr(stdscr,(y),(x),(str)) ^ ../ncurses/lib_gen.c:329:1: note: in expansion of macro ‘mvgetstr’ mvgetstr (int a1, int a2, char * z) ^ ../include/curses.h:1312:55: error: expected ‘)’ before ‘==’ token #define mvwgetstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR : wgetstr((win),(str))) ^ ../include/curses.h:1333:28: note: in expansion of macro ‘mvwgetstr’ #define mvgetstr(y,x,str) mvwgetstr(stdscr,(y),(x),(str)) ^ ../ncurses/lib_gen.c:329:1: note: in expansion of macro ‘mvgetstr’ mvgetstr (int a1, int a2, char * z) ^ ../include/curses.h:1313:39: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwhline(win,y,x,c,n) (wmove((win),(y),(x)) == ERR ? ERR : whline((win),(c),(n))) ^ ../include/curses.h:1334:27: note: in expansion of macro ‘mvwhline’ #define mvhline(y,x,c,n) mvwhline(stdscr,(y),(x),(c),(n)) ^ ../ncurses/lib_gen.c:335:1: note: in expansion of macro ‘mvhline’ mvhline (int a1, int a2, chtype a3, int z) ^ ../include/curses.h:1313:45: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwhline(win,y,x,c,n) (wmove((win),(y),(x)) == ERR ? ERR : whline((win),(c),(n))) ^ ../include/curses.h:1334:27: note: in expansion of macro ‘mvwhline’ #define mvhline(y,x,c,n) mvwhline(stdscr,(y),(x),(c),(n)) ^ ../ncurses/lib_gen.c:335:1: note: in expansion of macro ‘mvhline’ mvhline (int a1, int a2, chtype a3, int z) ^ ../include/curses.h:1313:49: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwhline(win,y,x,c,n) (wmove((win),(y),(x)) == ERR ? ERR : whline((win),(c),(n))) ^ ../include/curses.h:1334:27: note: in expansion of macro ‘mvwhline’ #define mvhline(y,x,c,n) mvwhline(stdscr,(y),(x),(c),(n)) ^ ../ncurses/lib_gen.c:335:1: note: in expansion of macro ‘mvhline’ mvhline (int a1, int a2, chtype a3, int z) ^ ../include/curses.h:1313:54: error: expected ‘)’ before ‘==’ token #define mvwhline(win,y,x,c,n) (wmove((win),(y),(x)) == ERR ? ERR : whline((win),(c),(n))) ^ ../include/curses.h:1334:27: note: in expansion of macro ‘mvwhline’ #define mvhline(y,x,c,n) mvwhline(stdscr,(y),(x),(c),(n)) ^ ../ncurses/lib_gen.c:335:1: note: in expansion of macro ‘mvhline’ mvhline (int a1, int a2, chtype a3, int z) ^ ../include/curses.h:1314:34: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinch(win,y,x) (wmove((win),(y),(x)) == ERR ? NCURSES_CAST(chtype, ERR) : winch(win)) ^ ../include/curses.h:1335:23: note: in expansion of macro ‘mvwinch’ #define mvinch(y,x) mvwinch(stdscr,(y),(x)) ^ ../ncurses/lib_gen.c:341:1: note: in expansion of macro ‘mvinch’ mvinch (int a1, int z) ^ ../include/curses.h:1314:40: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinch(win,y,x) (wmove((win),(y),(x)) == ERR ? NCURSES_CAST(chtype, ERR) : winch(win)) ^ ../include/curses.h:1335:23: note: in expansion of macro ‘mvwinch’ #define mvinch(y,x) mvwinch(stdscr,(y),(x)) ^ ../ncurses/lib_gen.c:341:1: note: in expansion of macro ‘mvinch’ mvinch (int a1, int z) ^ ../include/curses.h:1314:44: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinch(win,y,x) (wmove((win),(y),(x)) == ERR ? NCURSES_CAST(chtype, ERR) : winch(win)) ^ ../include/curses.h:1335:23: note: in expansion of macro ‘mvwinch’ #define mvinch(y,x) mvwinch(stdscr,(y),(x)) ^ ../ncurses/lib_gen.c:341:1: note: in expansion of macro ‘mvinch’ mvinch (int a1, int z) ^ ../include/curses.h:1314:49: error: expected ‘)’ before ‘==’ token #define mvwinch(win,y,x) (wmove((win),(y),(x)) == ERR ? NCURSES_CAST(chtype, ERR) : winch(win)) ^ ../include/curses.h:1335:23: note: in expansion of macro ‘mvwinch’ #define mvinch(y,x) mvwinch(stdscr,(y),(x)) ^ ../ncurses/lib_gen.c:341:1: note: in expansion of macro ‘mvinch’ mvinch (int a1, int z) ^ ../include/curses.h:1315:41: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinchnstr(win,y,x,s,n) (wmove((win),(y),(x)) == ERR ? ERR : winchnstr((win),(s),(n))) ^ ../include/curses.h:1336:30: note: in expansion of macro ‘mvwinchnstr’ #define mvinchnstr(y,x,s,n) mvwinchnstr(stdscr,(y),(x),(s),(n)) ^ ../ncurses/lib_gen.c:347:1: note: in expansion of macro ‘mvinchnstr’ mvinchnstr (int a1, int a2, chtype * a3, int z) ^ ../include/curses.h:1315:47: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinchnstr(win,y,x,s,n) (wmove((win),(y),(x)) == ERR ? ERR : winchnstr((win),(s),(n))) ^ ../include/curses.h:1336:30: note: in expansion of macro ‘mvwinchnstr’ #define mvinchnstr(y,x,s,n) mvwinchnstr(stdscr,(y),(x),(s),(n)) ^ ../ncurses/lib_gen.c:347:1: note: in expansion of macro ‘mvinchnstr’ mvinchnstr (int a1, int a2, chtype * a3, int z) ^ ../include/curses.h:1315:51: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinchnstr(win,y,x,s,n) (wmove((win),(y),(x)) == ERR ? ERR : winchnstr((win),(s),(n))) ^ ../include/curses.h:1336:30: note: in expansion of macro ‘mvwinchnstr’ #define mvinchnstr(y,x,s,n) mvwinchnstr(stdscr,(y),(x),(s),(n)) ^ ../ncurses/lib_gen.c:347:1: note: in expansion of macro ‘mvinchnstr’ mvinchnstr (int a1, int a2, chtype * a3, int z) ^ ../include/curses.h:1315:56: error: expected ‘)’ before ‘==’ token #define mvwinchnstr(win,y,x,s,n) (wmove((win),(y),(x)) == ERR ? ERR : winchnstr((win),(s),(n))) ^ ../include/curses.h:1336:30: note: in expansion of macro ‘mvwinchnstr’ #define mvinchnstr(y,x,s,n) mvwinchnstr(stdscr,(y),(x),(s),(n)) ^ ../ncurses/lib_gen.c:347:1: note: in expansion of macro ‘mvinchnstr’ mvinchnstr (int a1, int a2, chtype * a3, int z) ^ ../include/curses.h:1316:39: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinchstr(win,y,x,s) (wmove((win),(y),(x)) == ERR ? ERR : winchstr((win),(s))) ^ ../include/curses.h:1337:27: note: in expansion of macro ‘mvwinchstr’ #define mvinchstr(y,x,s) mvwinchstr(stdscr,(y),(x),(s)) ^ ../ncurses/lib_gen.c:353:1: note: in expansion of macro ‘mvinchstr’ mvinchstr (int a1, int a2, chtype * z) ^ ../include/curses.h:1316:45: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinchstr(win,y,x,s) (wmove((win),(y),(x)) == ERR ? ERR : winchstr((win),(s))) ^ ../include/curses.h:1337:27: note: in expansion of macro ‘mvwinchstr’ #define mvinchstr(y,x,s) mvwinchstr(stdscr,(y),(x),(s)) ^ ../ncurses/lib_gen.c:353:1: note: in expansion of macro ‘mvinchstr’ mvinchstr (int a1, int a2, chtype * z) ^ ../include/curses.h:1316:49: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinchstr(win,y,x,s) (wmove((win),(y),(x)) == ERR ? ERR : winchstr((win),(s))) ^ ../include/curses.h:1337:27: note: in expansion of macro ‘mvwinchstr’ #define mvinchstr(y,x,s) mvwinchstr(stdscr,(y),(x),(s)) ^ ../ncurses/lib_gen.c:353:1: note: in expansion of macro ‘mvinchstr’ mvinchstr (int a1, int a2, chtype * z) ^ ../include/curses.h:1316:54: error: expected ‘)’ before ‘==’ token #define mvwinchstr(win,y,x,s) (wmove((win),(y),(x)) == ERR ? ERR : winchstr((win),(s))) ^ ../include/curses.h:1337:27: note: in expansion of macro ‘mvwinchstr’ #define mvinchstr(y,x,s) mvwinchstr(stdscr,(y),(x),(s)) ^ ../ncurses/lib_gen.c:353:1: note: in expansion of macro ‘mvinchstr’ mvinchstr (int a1, int a2, chtype * z) ^ ../include/curses.h:1317:40: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinnstr(win,y,x,s,n) (wmove((win),(y),(x)) == ERR ? ERR : winnstr((win),(s),(n))) ^ ../include/curses.h:1338:28: note: in expansion of macro ‘mvwinnstr’ #define mvinnstr(y,x,s,n) mvwinnstr(stdscr,(y),(x),(s),(n)) ^ ../ncurses/lib_gen.c:359:1: note: in expansion of macro ‘mvinnstr’ mvinnstr (int a1, int a2, char * a3, int z) ^ ../include/curses.h:1317:46: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinnstr(win,y,x,s,n) (wmove((win),(y),(x)) == ERR ? ERR : winnstr((win),(s),(n))) ^ ../include/curses.h:1338:28: note: in expansion of macro ‘mvwinnstr’ #define mvinnstr(y,x,s,n) mvwinnstr(stdscr,(y),(x),(s),(n)) ^ ../ncurses/lib_gen.c:359:1: note: in expansion of macro ‘mvinnstr’ mvinnstr (int a1, int a2, char * a3, int z) ^ ../include/curses.h:1317:50: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinnstr(win,y,x,s,n) (wmove((win),(y),(x)) == ERR ? ERR : winnstr((win),(s),(n))) ^ ../include/curses.h:1338:28: note: in expansion of macro ‘mvwinnstr’ #define mvinnstr(y,x,s,n) mvwinnstr(stdscr,(y),(x),(s),(n)) ^ ../ncurses/lib_gen.c:359:1: note: in expansion of macro ‘mvinnstr’ mvinnstr (int a1, int a2, char * a3, int z) ^ ../include/curses.h:1317:55: error: expected ‘)’ before ‘==’ token #define mvwinnstr(win,y,x,s,n) (wmove((win),(y),(x)) == ERR ? ERR : winnstr((win),(s),(n))) ^ ../include/curses.h:1338:28: note: in expansion of macro ‘mvwinnstr’ #define mvinnstr(y,x,s,n) mvwinnstr(stdscr,(y),(x),(s),(n)) ^ ../ncurses/lib_gen.c:359:1: note: in expansion of macro ‘mvinnstr’ mvinnstr (int a1, int a2, char * a3, int z) ^ ../include/curses.h:1318:37: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinsch(win,y,x,c) (wmove((win),(y),(x)) == ERR ? ERR : winsch((win),(c))) ^ ../include/curses.h:1339:26: note: in expansion of macro ‘mvwinsch’ #define mvinsch(y,x,c) mvwinsch(stdscr,(y),(x),(c)) ^ ../ncurses/lib_gen.c:364:1: note: in expansion of macro ‘mvinsch’ mvinsch (int a1, int a2, chtype z) ^ ../include/curses.h:1318:43: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinsch(win,y,x,c) (wmove((win),(y),(x)) == ERR ? ERR : winsch((win),(c))) ^ ../include/curses.h:1339:26: note: in expansion of macro ‘mvwinsch’ #define mvinsch(y,x,c) mvwinsch(stdscr,(y),(x),(c)) ^ ../ncurses/lib_gen.c:364:1: note: in expansion of macro ‘mvinsch’ mvinsch (int a1, int a2, chtype z) ^ ../include/curses.h:1318:47: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinsch(win,y,x,c) (wmove((win),(y),(x)) == ERR ? ERR : winsch((win),(c))) ^ ../include/curses.h:1339:26: note: in expansion of macro ‘mvwinsch’ #define mvinsch(y,x,c) mvwinsch(stdscr,(y),(x),(c)) ^ ../ncurses/lib_gen.c:364:1: note: in expansion of macro ‘mvinsch’ mvinsch (int a1, int a2, chtype z) ^ ../include/curses.h:1318:52: error: expected ‘)’ before ‘==’ token #define mvwinsch(win,y,x,c) (wmove((win),(y),(x)) == ERR ? ERR : winsch((win),(c))) ^ ../include/curses.h:1339:26: note: in expansion of macro ‘mvwinsch’ #define mvinsch(y,x,c) mvwinsch(stdscr,(y),(x),(c)) ^ ../ncurses/lib_gen.c:364:1: note: in expansion of macro ‘mvinsch’ mvinsch (int a1, int a2, chtype z) ^ ../include/curses.h:1319:41: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinsnstr(win,y,x,s,n) (wmove((win),(y),(x)) == ERR ? ERR : winsnstr((win),(s),(n))) ^ ../include/curses.h:1340:29: note: in expansion of macro ‘mvwinsnstr’ #define mvinsnstr(y,x,s,n) mvwinsnstr(stdscr,(y),(x),(s),(n)) ^ ../ncurses/lib_gen.c:370:1: note: in expansion of macro ‘mvinsnstr’ mvinsnstr (int a1, int a2, const char * a3, int z) ^ ../include/curses.h:1319:47: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinsnstr(win,y,x,s,n) (wmove((win),(y),(x)) == ERR ? ERR : winsnstr((win),(s),(n))) ^ ../include/curses.h:1340:29: note: in expansion of macro ‘mvwinsnstr’ #define mvinsnstr(y,x,s,n) mvwinsnstr(stdscr,(y),(x),(s),(n)) ^ ../ncurses/lib_gen.c:370:1: note: in expansion of macro ‘mvinsnstr’ mvinsnstr (int a1, int a2, const char * a3, int z) ^ ../include/curses.h:1319:51: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinsnstr(win,y,x,s,n) (wmove((win),(y),(x)) == ERR ? ERR : winsnstr((win),(s),(n))) ^ ../include/curses.h:1340:29: note: in expansion of macro ‘mvwinsnstr’ #define mvinsnstr(y,x,s,n) mvwinsnstr(stdscr,(y),(x),(s),(n)) ^ ../ncurses/lib_gen.c:370:1: note: in expansion of macro ‘mvinsnstr’ mvinsnstr (int a1, int a2, const char * a3, int z) ^ ../include/curses.h:1319:56: error: expected ‘)’ before ‘==’ token #define mvwinsnstr(win,y,x,s,n) (wmove((win),(y),(x)) == ERR ? ERR : winsnstr((win),(s),(n))) ^ ../include/curses.h:1340:29: note: in expansion of macro ‘mvwinsnstr’ #define mvinsnstr(y,x,s,n) mvwinsnstr(stdscr,(y),(x),(s),(n)) ^ ../ncurses/lib_gen.c:370:1: note: in expansion of macro ‘mvinsnstr’ mvinsnstr (int a1, int a2, const char * a3, int z) ^ ../include/curses.h:1320:38: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinsstr(win,y,x,s) (wmove((win),(y),(x)) == ERR ? ERR : winsstr((win),(s))) ^ ../include/curses.h:1341:27: note: in expansion of macro ‘mvwinsstr’ #define mvinsstr(y,x,s) mvwinsstr(stdscr,(y),(x),(s)) ^ ../ncurses/lib_gen.c:376:1: note: in expansion of macro ‘mvinsstr’ mvinsstr (int a1, int a2, const char * z) ^ ../include/curses.h:1320:44: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinsstr(win,y,x,s) (wmove((win),(y),(x)) == ERR ? ERR : winsstr((win),(s))) ^ ../include/curses.h:1341:27: note: in expansion of macro ‘mvwinsstr’ #define mvinsstr(y,x,s) mvwinsstr(stdscr,(y),(x),(s)) ^ ../ncurses/lib_gen.c:376:1: note: in expansion of macro ‘mvinsstr’ mvinsstr (int a1, int a2, const char * z) ^ ../include/curses.h:1320:48: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinsstr(win,y,x,s) (wmove((win),(y),(x)) == ERR ? ERR : winsstr((win),(s))) ^ ../include/curses.h:1341:27: note: in expansion of macro ‘mvwinsstr’ #define mvinsstr(y,x,s) mvwinsstr(stdscr,(y),(x),(s)) ^ ../ncurses/lib_gen.c:376:1: note: in expansion of macro ‘mvinsstr’ mvinsstr (int a1, int a2, const char * z) ^ ../include/curses.h:1320:53: error: expected ‘)’ before ‘==’ token #define mvwinsstr(win,y,x,s) (wmove((win),(y),(x)) == ERR ? ERR : winsstr((win),(s))) ^ ../include/curses.h:1341:27: note: in expansion of macro ‘mvwinsstr’ #define mvinsstr(y,x,s) mvwinsstr(stdscr,(y),(x),(s)) ^ ../ncurses/lib_gen.c:376:1: note: in expansion of macro ‘mvinsstr’ mvinsstr (int a1, int a2, const char * z) ^ ../include/curses.h:1321:37: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinstr(win,y,x,s) (wmove((win),(y),(x)) == ERR ? ERR : winstr((win),(s))) ^ ../include/curses.h:1342:26: note: in expansion of macro ‘mvwinstr’ #define mvinstr(y,x,s) mvwinstr(stdscr,(y),(x),(s)) ^ ../ncurses/lib_gen.c:382:1: note: in expansion of macro ‘mvinstr’ mvinstr (int a1, int a2, char * z) ^ ../include/curses.h:1321:43: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinstr(win,y,x,s) (wmove((win),(y),(x)) == ERR ? ERR : winstr((win),(s))) ^ ../include/curses.h:1342:26: note: in expansion of macro ‘mvwinstr’ #define mvinstr(y,x,s) mvwinstr(stdscr,(y),(x),(s)) ^ ../ncurses/lib_gen.c:382:1: note: in expansion of macro ‘mvinstr’ mvinstr (int a1, int a2, char * z) ^ ../include/curses.h:1321:47: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinstr(win,y,x,s) (wmove((win),(y),(x)) == ERR ? ERR : winstr((win),(s))) ^ ../include/curses.h:1342:26: note: in expansion of macro ‘mvwinstr’ #define mvinstr(y,x,s) mvwinstr(stdscr,(y),(x),(s)) ^ ../ncurses/lib_gen.c:382:1: note: in expansion of macro ‘mvinstr’ mvinstr (int a1, int a2, char * z) ^ ../include/curses.h:1321:52: error: expected ‘)’ before ‘==’ token #define mvwinstr(win,y,x,s) (wmove((win),(y),(x)) == ERR ? ERR : winstr((win),(s))) ^ ../include/curses.h:1342:26: note: in expansion of macro ‘mvwinstr’ #define mvinstr(y,x,s) mvwinstr(stdscr,(y),(x),(s)) ^ ../ncurses/lib_gen.c:382:1: note: in expansion of macro ‘mvinstr’ mvinstr (int a1, int a2, char * z) ^ ../include/curses.h:1322:39: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwvline(win,y,x,c,n) (wmove((win),(y),(x)) == ERR ? ERR : wvline((win),(c),(n))) ^ ../include/curses.h:1343:27: note: in expansion of macro ‘mvwvline’ #define mvvline(y,x,c,n) mvwvline(stdscr,(y),(x),(c),(n)) ^ ../ncurses/lib_gen.c:388:1: note: in expansion of macro ‘mvvline’ mvvline (int a1, int a2, chtype a3, int z) ^ ../include/curses.h:1322:45: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwvline(win,y,x,c,n) (wmove((win),(y),(x)) == ERR ? ERR : wvline((win),(c),(n))) ^ ../include/curses.h:1343:27: note: in expansion of macro ‘mvwvline’ #define mvvline(y,x,c,n) mvwvline(stdscr,(y),(x),(c),(n)) ^ ../ncurses/lib_gen.c:388:1: note: in expansion of macro ‘mvvline’ mvvline (int a1, int a2, chtype a3, int z) ^ ../include/curses.h:1322:49: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwvline(win,y,x,c,n) (wmove((win),(y),(x)) == ERR ? ERR : wvline((win),(c),(n))) ^ ../include/curses.h:1343:27: note: in expansion of macro ‘mvwvline’ #define mvvline(y,x,c,n) mvwvline(stdscr,(y),(x),(c),(n)) ^ ../ncurses/lib_gen.c:388:1: note: in expansion of macro ‘mvvline’ mvvline (int a1, int a2, chtype a3, int z) ^ ../include/curses.h:1322:54: error: expected ‘)’ before ‘==’ token #define mvwvline(win,y,x,c,n) (wmove((win),(y),(x)) == ERR ? ERR : wvline((win),(c),(n))) ^ ../include/curses.h:1343:27: note: in expansion of macro ‘mvwvline’ #define mvvline(y,x,c,n) mvwvline(stdscr,(y),(x),(c),(n)) ^ ../ncurses/lib_gen.c:388:1: note: in expansion of macro ‘mvvline’ mvvline (int a1, int a2, chtype a3, int z) ^ ../include/curses.h:1303:38: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwaddch(win,y,x,ch) (wmove((win),(y),(x)) == ERR ? ERR : waddch((win),(ch))) ^ ../ncurses/lib_gen.c:394:1: note: in expansion of macro ‘mvwaddch’ mvwaddch (WINDOW * a1, int a2, int a3, const chtype z) ^ ../include/curses.h:1303:44: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwaddch(win,y,x,ch) (wmove((win),(y),(x)) == ERR ? ERR : waddch((win),(ch))) ^ ../ncurses/lib_gen.c:394:1: note: in expansion of macro ‘mvwaddch’ mvwaddch (WINDOW * a1, int a2, int a3, const chtype z) ^ ../include/curses.h:1303:48: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwaddch(win,y,x,ch) (wmove((win),(y),(x)) == ERR ? ERR : waddch((win),(ch))) ^ ../ncurses/lib_gen.c:394:1: note: in expansion of macro ‘mvwaddch’ mvwaddch (WINDOW * a1, int a2, int a3, const chtype z) ^ ../include/curses.h:1303:53: error: expected ‘)’ before ‘==’ token #define mvwaddch(win,y,x,ch) (wmove((win),(y),(x)) == ERR ? ERR : waddch((win),(ch))) ^ ../ncurses/lib_gen.c:394:1: note: in expansion of macro ‘mvwaddch’ mvwaddch (WINDOW * a1, int a2, int a3, const chtype z) ^ ../include/curses.h:1304:44: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwaddchnstr(win,y,x,str,n) (wmove((win),(y),(x)) == ERR ? ERR : waddchnstr((win),(str),(n))) ^ ../ncurses/lib_gen.c:400:1: note: in expansion of macro ‘mvwaddchnstr’ mvwaddchnstr (WINDOW * a1, int a2, int a3, const chtype * a4, int z) ^ ../include/curses.h:1304:50: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwaddchnstr(win,y,x,str,n) (wmove((win),(y),(x)) == ERR ? ERR : waddchnstr((win),(str),(n))) ^ ../ncurses/lib_gen.c:400:1: note: in expansion of macro ‘mvwaddchnstr’ mvwaddchnstr (WINDOW * a1, int a2, int a3, const chtype * a4, int z) ^ ../include/curses.h:1304:54: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwaddchnstr(win,y,x,str,n) (wmove((win),(y),(x)) == ERR ? ERR : waddchnstr((win),(str),(n))) ^ ../ncurses/lib_gen.c:400:1: note: in expansion of macro ‘mvwaddchnstr’ mvwaddchnstr (WINDOW * a1, int a2, int a3, const chtype * a4, int z) ^ ../include/curses.h:1304:59: error: expected ‘)’ before ‘==’ token #define mvwaddchnstr(win,y,x,str,n) (wmove((win),(y),(x)) == ERR ? ERR : waddchnstr((win),(str),(n))) ^ ../ncurses/lib_gen.c:400:1: note: in expansion of macro ‘mvwaddchnstr’ mvwaddchnstr (WINDOW * a1, int a2, int a3, const chtype * a4, int z) ^ ../include/curses.h:1305:41: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwaddchstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR : waddchnstr((win),(str),-1)) ^ ../ncurses/lib_gen.c:406:1: note: in expansion of macro ‘mvwaddchstr’ mvwaddchstr (WINDOW * a1, int a2, int a3, const chtype * z) ^ ../include/curses.h:1305:47: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwaddchstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR : waddchnstr((win),(str),-1)) ^ ../ncurses/lib_gen.c:406:1: note: in expansion of macro ‘mvwaddchstr’ mvwaddchstr (WINDOW * a1, int a2, int a3, const chtype * z) ^ ../include/curses.h:1305:51: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwaddchstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR : waddchnstr((win),(str),-1)) ^ ../ncurses/lib_gen.c:406:1: note: in expansion of macro ‘mvwaddchstr’ mvwaddchstr (WINDOW * a1, int a2, int a3, const chtype * z) ^ ../include/curses.h:1305:56: error: expected ‘)’ before ‘==’ token #define mvwaddchstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR : waddchnstr((win),(str),-1)) ^ ../ncurses/lib_gen.c:406:1: note: in expansion of macro ‘mvwaddchstr’ mvwaddchstr (WINDOW * a1, int a2, int a3, const chtype * z) ^ ../include/curses.h:1306:42: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwaddnstr(win,y,x,str,n) (wmove((win),(y),(x)) == ERR ? ERR : waddnstr((win),(str),(n))) ^ ../ncurses/lib_gen.c:412:1: note: in expansion of macro ‘mvwaddnstr’ mvwaddnstr (WINDOW * a1, int a2, int a3, const char * a4, int z) ^ ../include/curses.h:1306:48: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwaddnstr(win,y,x,str,n) (wmove((win),(y),(x)) == ERR ? ERR : waddnstr((win),(str),(n))) ^ ../ncurses/lib_gen.c:412:1: note: in expansion of macro ‘mvwaddnstr’ mvwaddnstr (WINDOW * a1, int a2, int a3, const char * a4, int z) ^ ../include/curses.h:1306:52: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwaddnstr(win,y,x,str,n) (wmove((win),(y),(x)) == ERR ? ERR : waddnstr((win),(str),(n))) ^ ../ncurses/lib_gen.c:412:1: note: in expansion of macro ‘mvwaddnstr’ mvwaddnstr (WINDOW * a1, int a2, int a3, const char * a4, int z) ^ ../include/curses.h:1306:57: error: expected ‘)’ before ‘==’ token #define mvwaddnstr(win,y,x,str,n) (wmove((win),(y),(x)) == ERR ? ERR : waddnstr((win),(str),(n))) ^ ../ncurses/lib_gen.c:412:1: note: in expansion of macro ‘mvwaddnstr’ mvwaddnstr (WINDOW * a1, int a2, int a3, const char * a4, int z) ^ ../include/curses.h:1307:40: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwaddstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR : waddnstr((win),(str),-1)) ^ ../ncurses/lib_gen.c:418:1: note: in expansion of macro ‘mvwaddstr’ mvwaddstr (WINDOW * a1, int a2, int a3, const char * z) ^ ../include/curses.h:1307:46: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwaddstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR : waddnstr((win),(str),-1)) ^ ../ncurses/lib_gen.c:418:1: note: in expansion of macro ‘mvwaddstr’ mvwaddstr (WINDOW * a1, int a2, int a3, const char * z) ^ ../include/curses.h:1307:50: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwaddstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR : waddnstr((win),(str),-1)) ^ ../ncurses/lib_gen.c:418:1: note: in expansion of macro ‘mvwaddstr’ mvwaddstr (WINDOW * a1, int a2, int a3, const char * z) ^ ../include/curses.h:1307:55: error: expected ‘)’ before ‘==’ token #define mvwaddstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR : waddnstr((win),(str),-1)) ^ ../ncurses/lib_gen.c:418:1: note: in expansion of macro ‘mvwaddstr’ mvwaddstr (WINDOW * a1, int a2, int a3, const char * z) ^ ../include/curses.h:1308:42: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwchgat(win,y,x,n,a,c,o) (wmove((win),(y),(x)) == ERR ? ERR : wchgat((win),(n),(a),(c),(o))) ^ ../ncurses/lib_gen.c:424:1: note: in expansion of macro ‘mvwchgat’ mvwchgat (WINDOW * a1, int a2, int a3, int a4, attr_t a5, short a6, const void * z) ^ ../include/curses.h:1308:48: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwchgat(win,y,x,n,a,c,o) (wmove((win),(y),(x)) == ERR ? ERR : wchgat((win),(n),(a),(c),(o))) ^ ../ncurses/lib_gen.c:424:1: note: in expansion of macro ‘mvwchgat’ mvwchgat (WINDOW * a1, int a2, int a3, int a4, attr_t a5, short a6, const void * z) ^ ../include/curses.h:1308:52: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwchgat(win,y,x,n,a,c,o) (wmove((win),(y),(x)) == ERR ? ERR : wchgat((win),(n),(a),(c),(o))) ^ ../ncurses/lib_gen.c:424:1: note: in expansion of macro ‘mvwchgat’ mvwchgat (WINDOW * a1, int a2, int a3, int a4, attr_t a5, short a6, const void * z) ^ ../include/curses.h:1308:57: error: expected ‘)’ before ‘==’ token #define mvwchgat(win,y,x,n,a,c,o) (wmove((win),(y),(x)) == ERR ? ERR : wchgat((win),(n),(a),(c),(o))) ^ ../ncurses/lib_gen.c:424:1: note: in expansion of macro ‘mvwchgat’ mvwchgat (WINDOW * a1, int a2, int a3, int a4, attr_t a5, short a6, const void * z) ^ ../include/curses.h:1309:35: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwdelch(win,y,x) (wmove((win),(y),(x)) == ERR ? ERR : wdelch(win)) ^ ../ncurses/lib_gen.c:430:1: note: in expansion of macro ‘mvwdelch’ mvwdelch (WINDOW * a1, int a2, int z) ^ ../include/curses.h:1309:41: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwdelch(win,y,x) (wmove((win),(y),(x)) == ERR ? ERR : wdelch(win)) ^ ../ncurses/lib_gen.c:430:1: note: in expansion of macro ‘mvwdelch’ mvwdelch (WINDOW * a1, int a2, int z) ^ ../include/curses.h:1309:45: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwdelch(win,y,x) (wmove((win),(y),(x)) == ERR ? ERR : wdelch(win)) ^ ../ncurses/lib_gen.c:430:1: note: in expansion of macro ‘mvwdelch’ mvwdelch (WINDOW * a1, int a2, int z) ^ ../include/curses.h:1309:50: error: expected ‘)’ before ‘==’ token #define mvwdelch(win,y,x) (wmove((win),(y),(x)) == ERR ? ERR : wdelch(win)) ^ ../ncurses/lib_gen.c:430:1: note: in expansion of macro ‘mvwdelch’ mvwdelch (WINDOW * a1, int a2, int z) ^ ../include/curses.h:1310:35: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwgetch(win,y,x) (wmove((win),(y),(x)) == ERR ? ERR : wgetch(win)) ^ ../ncurses/lib_gen.c:436:1: note: in expansion of macro ‘mvwgetch’ mvwgetch (WINDOW * a1, int a2, int z) ^ ../include/curses.h:1310:41: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwgetch(win,y,x) (wmove((win),(y),(x)) == ERR ? ERR : wgetch(win)) ^ ../ncurses/lib_gen.c:436:1: note: in expansion of macro ‘mvwgetch’ mvwgetch (WINDOW * a1, int a2, int z) ^ ../include/curses.h:1310:45: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwgetch(win,y,x) (wmove((win),(y),(x)) == ERR ? ERR : wgetch(win)) ^ ../ncurses/lib_gen.c:436:1: note: in expansion of macro ‘mvwgetch’ mvwgetch (WINDOW * a1, int a2, int z) ^ ../include/curses.h:1310:50: error: expected ‘)’ before ‘==’ token #define mvwgetch(win,y,x) (wmove((win),(y),(x)) == ERR ? ERR : wgetch(win)) ^ ../ncurses/lib_gen.c:436:1: note: in expansion of macro ‘mvwgetch’ mvwgetch (WINDOW * a1, int a2, int z) ^ ../include/curses.h:1311:42: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwgetnstr(win,y,x,str,n) (wmove((win),(y),(x)) == ERR ? ERR : wgetnstr((win),(str),(n))) ^ ../ncurses/lib_gen.c:442:1: note: in expansion of macro ‘mvwgetnstr’ mvwgetnstr (WINDOW * a1, int a2, int a3, char * a4, int z) ^ ../include/curses.h:1311:48: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwgetnstr(win,y,x,str,n) (wmove((win),(y),(x)) == ERR ? ERR : wgetnstr((win),(str),(n))) ^ ../ncurses/lib_gen.c:442:1: note: in expansion of macro ‘mvwgetnstr’ mvwgetnstr (WINDOW * a1, int a2, int a3, char * a4, int z) ^ ../include/curses.h:1311:52: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwgetnstr(win,y,x,str,n) (wmove((win),(y),(x)) == ERR ? ERR : wgetnstr((win),(str),(n))) ^ ../ncurses/lib_gen.c:442:1: note: in expansion of macro ‘mvwgetnstr’ mvwgetnstr (WINDOW * a1, int a2, int a3, char * a4, int z) ^ ../include/curses.h:1311:57: error: expected ‘)’ before ‘==’ token #define mvwgetnstr(win,y,x,str,n) (wmove((win),(y),(x)) == ERR ? ERR : wgetnstr((win),(str),(n))) ^ ../ncurses/lib_gen.c:442:1: note: in expansion of macro ‘mvwgetnstr’ mvwgetnstr (WINDOW * a1, int a2, int a3, char * a4, int z) ^ ../include/curses.h:1312:40: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwgetstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR : wgetstr((win),(str))) ^ ../ncurses/lib_gen.c:448:1: note: in expansion of macro ‘mvwgetstr’ mvwgetstr (WINDOW * a1, int a2, int a3, char * z) ^ ../include/curses.h:1312:46: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwgetstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR : wgetstr((win),(str))) ^ ../ncurses/lib_gen.c:448:1: note: in expansion of macro ‘mvwgetstr’ mvwgetstr (WINDOW * a1, int a2, int a3, char * z) ^ ../include/curses.h:1312:50: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwgetstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR : wgetstr((win),(str))) ^ ../ncurses/lib_gen.c:448:1: note: in expansion of macro ‘mvwgetstr’ mvwgetstr (WINDOW * a1, int a2, int a3, char * z) ^ ../include/curses.h:1312:55: error: expected ‘)’ before ‘==’ token #define mvwgetstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR : wgetstr((win),(str))) ^ ../ncurses/lib_gen.c:448:1: note: in expansion of macro ‘mvwgetstr’ mvwgetstr (WINDOW * a1, int a2, int a3, char * z) ^ ../include/curses.h:1313:39: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwhline(win,y,x,c,n) (wmove((win),(y),(x)) == ERR ? ERR : whline((win),(c),(n))) ^ ../ncurses/lib_gen.c:454:1: note: in expansion of macro ‘mvwhline’ mvwhline (WINDOW * a1, int a2, int a3, chtype a4, int z) ^ ../include/curses.h:1313:45: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwhline(win,y,x,c,n) (wmove((win),(y),(x)) == ERR ? ERR : whline((win),(c),(n))) ^ ../ncurses/lib_gen.c:454:1: note: in expansion of macro ‘mvwhline’ mvwhline (WINDOW * a1, int a2, int a3, chtype a4, int z) ^ ../include/curses.h:1313:49: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwhline(win,y,x,c,n) (wmove((win),(y),(x)) == ERR ? ERR : whline((win),(c),(n))) ^ ../ncurses/lib_gen.c:454:1: note: in expansion of macro ‘mvwhline’ mvwhline (WINDOW * a1, int a2, int a3, chtype a4, int z) ^ ../include/curses.h:1313:54: error: expected ‘)’ before ‘==’ token #define mvwhline(win,y,x,c,n) (wmove((win),(y),(x)) == ERR ? ERR : whline((win),(c),(n))) ^ ../ncurses/lib_gen.c:454:1: note: in expansion of macro ‘mvwhline’ mvwhline (WINDOW * a1, int a2, int a3, chtype a4, int z) ^ ../include/curses.h:1314:34: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinch(win,y,x) (wmove((win),(y),(x)) == ERR ? NCURSES_CAST(chtype, ERR) : winch(win)) ^ ../ncurses/lib_gen.c:460:1: note: in expansion of macro ‘mvwinch’ mvwinch (WINDOW * a1, int a2, int z) ^ ../include/curses.h:1314:40: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinch(win,y,x) (wmove((win),(y),(x)) == ERR ? NCURSES_CAST(chtype, ERR) : winch(win)) ^ ../ncurses/lib_gen.c:460:1: note: in expansion of macro ‘mvwinch’ mvwinch (WINDOW * a1, int a2, int z) ^ ../include/curses.h:1314:44: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinch(win,y,x) (wmove((win),(y),(x)) == ERR ? NCURSES_CAST(chtype, ERR) : winch(win)) ^ ../ncurses/lib_gen.c:460:1: note: in expansion of macro ‘mvwinch’ mvwinch (WINDOW * a1, int a2, int z) ^ ../include/curses.h:1314:49: error: expected ‘)’ before ‘==’ token #define mvwinch(win,y,x) (wmove((win),(y),(x)) == ERR ? NCURSES_CAST(chtype, ERR) : winch(win)) ^ ../ncurses/lib_gen.c:460:1: note: in expansion of macro ‘mvwinch’ mvwinch (WINDOW * a1, int a2, int z) ^ ../include/curses.h:1315:41: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinchnstr(win,y,x,s,n) (wmove((win),(y),(x)) == ERR ? ERR : winchnstr((win),(s),(n))) ^ ../ncurses/lib_gen.c:466:1: note: in expansion of macro ‘mvwinchnstr’ mvwinchnstr (WINDOW * a1, int a2, int a3, chtype * a4, int z) ^ ../include/curses.h:1315:47: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinchnstr(win,y,x,s,n) (wmove((win),(y),(x)) == ERR ? ERR : winchnstr((win),(s),(n))) ^ ../ncurses/lib_gen.c:466:1: note: in expansion of macro ‘mvwinchnstr’ mvwinchnstr (WINDOW * a1, int a2, int a3, chtype * a4, int z) ^ ../include/curses.h:1315:51: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinchnstr(win,y,x,s,n) (wmove((win),(y),(x)) == ERR ? ERR : winchnstr((win),(s),(n))) ^ ../ncurses/lib_gen.c:466:1: note: in expansion of macro ‘mvwinchnstr’ mvwinchnstr (WINDOW * a1, int a2, int a3, chtype * a4, int z) ^ ../include/curses.h:1315:56: error: expected ‘)’ before ‘==’ token #define mvwinchnstr(win,y,x,s,n) (wmove((win),(y),(x)) == ERR ? ERR : winchnstr((win),(s),(n))) ^ ../ncurses/lib_gen.c:466:1: note: in expansion of macro ‘mvwinchnstr’ mvwinchnstr (WINDOW * a1, int a2, int a3, chtype * a4, int z) ^ ../include/curses.h:1316:39: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinchstr(win,y,x,s) (wmove((win),(y),(x)) == ERR ? ERR : winchstr((win),(s))) ^ ../ncurses/lib_gen.c:472:1: note: in expansion of macro ‘mvwinchstr’ mvwinchstr (WINDOW * a1, int a2, int a3, chtype * z) ^ ../include/curses.h:1316:45: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinchstr(win,y,x,s) (wmove((win),(y),(x)) == ERR ? ERR : winchstr((win),(s))) ^ ../ncurses/lib_gen.c:472:1: note: in expansion of macro ‘mvwinchstr’ mvwinchstr (WINDOW * a1, int a2, int a3, chtype * z) ^ ../include/curses.h:1316:49: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinchstr(win,y,x,s) (wmove((win),(y),(x)) == ERR ? ERR : winchstr((win),(s))) ^ ../ncurses/lib_gen.c:472:1: note: in expansion of macro ‘mvwinchstr’ mvwinchstr (WINDOW * a1, int a2, int a3, chtype * z) ^ ../include/curses.h:1316:54: error: expected ‘)’ before ‘==’ token #define mvwinchstr(win,y,x,s) (wmove((win),(y),(x)) == ERR ? ERR : winchstr((win),(s))) ^ ../ncurses/lib_gen.c:472:1: note: in expansion of macro ‘mvwinchstr’ mvwinchstr (WINDOW * a1, int a2, int a3, chtype * z) ^ ../include/curses.h:1317:40: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinnstr(win,y,x,s,n) (wmove((win),(y),(x)) == ERR ? ERR : winnstr((win),(s),(n))) ^ ../ncurses/lib_gen.c:478:1: note: in expansion of macro ‘mvwinnstr’ mvwinnstr (WINDOW * a1, int a2, int a3, char * a4, int z) ^ ../include/curses.h:1317:46: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinnstr(win,y,x,s,n) (wmove((win),(y),(x)) == ERR ? ERR : winnstr((win),(s),(n))) ^ ../ncurses/lib_gen.c:478:1: note: in expansion of macro ‘mvwinnstr’ mvwinnstr (WINDOW * a1, int a2, int a3, char * a4, int z) ^ ../include/curses.h:1317:50: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinnstr(win,y,x,s,n) (wmove((win),(y),(x)) == ERR ? ERR : winnstr((win),(s),(n))) ^ ../ncurses/lib_gen.c:478:1: note: in expansion of macro ‘mvwinnstr’ mvwinnstr (WINDOW * a1, int a2, int a3, char * a4, int z) ^ ../include/curses.h:1317:55: error: expected ‘)’ before ‘==’ token #define mvwinnstr(win,y,x,s,n) (wmove((win),(y),(x)) == ERR ? ERR : winnstr((win),(s),(n))) ^ ../ncurses/lib_gen.c:478:1: note: in expansion of macro ‘mvwinnstr’ mvwinnstr (WINDOW * a1, int a2, int a3, char * a4, int z) ^ ../include/curses.h:1318:37: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinsch(win,y,x,c) (wmove((win),(y),(x)) == ERR ? ERR : winsch((win),(c))) ^ ../ncurses/lib_gen.c:483:1: note: in expansion of macro ‘mvwinsch’ mvwinsch (WINDOW * a1, int a2, int a3, chtype z) ^ ../include/curses.h:1318:43: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinsch(win,y,x,c) (wmove((win),(y),(x)) == ERR ? ERR : winsch((win),(c))) ^ ../ncurses/lib_gen.c:483:1: note: in expansion of macro ‘mvwinsch’ mvwinsch (WINDOW * a1, int a2, int a3, chtype z) ^ ../include/curses.h:1318:47: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinsch(win,y,x,c) (wmove((win),(y),(x)) == ERR ? ERR : winsch((win),(c))) ^ ../ncurses/lib_gen.c:483:1: note: in expansion of macro ‘mvwinsch’ mvwinsch (WINDOW * a1, int a2, int a3, chtype z) ^ ../include/curses.h:1318:52: error: expected ‘)’ before ‘==’ token #define mvwinsch(win,y,x,c) (wmove((win),(y),(x)) == ERR ? ERR : winsch((win),(c))) ^ ../ncurses/lib_gen.c:483:1: note: in expansion of macro ‘mvwinsch’ mvwinsch (WINDOW * a1, int a2, int a3, chtype z) ^ ../include/curses.h:1319:41: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinsnstr(win,y,x,s,n) (wmove((win),(y),(x)) == ERR ? ERR : winsnstr((win),(s),(n))) ^ ../ncurses/lib_gen.c:489:1: note: in expansion of macro ‘mvwinsnstr’ mvwinsnstr (WINDOW * a1, int a2, int a3, const char * a4, int z) ^ ../include/curses.h:1319:47: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinsnstr(win,y,x,s,n) (wmove((win),(y),(x)) == ERR ? ERR : winsnstr((win),(s),(n))) ^ ../ncurses/lib_gen.c:489:1: note: in expansion of macro ‘mvwinsnstr’ mvwinsnstr (WINDOW * a1, int a2, int a3, const char * a4, int z) ^ ../include/curses.h:1319:51: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinsnstr(win,y,x,s,n) (wmove((win),(y),(x)) == ERR ? ERR : winsnstr((win),(s),(n))) ^ ../ncurses/lib_gen.c:489:1: note: in expansion of macro ‘mvwinsnstr’ mvwinsnstr (WINDOW * a1, int a2, int a3, const char * a4, int z) ^ ../include/curses.h:1319:56: error: expected ‘)’ before ‘==’ token #define mvwinsnstr(win,y,x,s,n) (wmove((win),(y),(x)) == ERR ? ERR : winsnstr((win),(s),(n))) ^ ../ncurses/lib_gen.c:489:1: note: in expansion of macro ‘mvwinsnstr’ mvwinsnstr (WINDOW * a1, int a2, int a3, const char * a4, int z) ^ ../include/curses.h:1320:38: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinsstr(win,y,x,s) (wmove((win),(y),(x)) == ERR ? ERR : winsstr((win),(s))) ^ ../ncurses/lib_gen.c:495:1: note: in expansion of macro ‘mvwinsstr’ mvwinsstr (WINDOW * a1, int a2, int a3, const char * z) ^ ../include/curses.h:1320:44: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinsstr(win,y,x,s) (wmove((win),(y),(x)) == ERR ? ERR : winsstr((win),(s))) ^ ../ncurses/lib_gen.c:495:1: note: in expansion of macro ‘mvwinsstr’ mvwinsstr (WINDOW * a1, int a2, int a3, const char * z) ^ ../include/curses.h:1320:48: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinsstr(win,y,x,s) (wmove((win),(y),(x)) == ERR ? ERR : winsstr((win),(s))) ^ ../ncurses/lib_gen.c:495:1: note: in expansion of macro ‘mvwinsstr’ mvwinsstr (WINDOW * a1, int a2, int a3, const char * z) ^ ../include/curses.h:1320:53: error: expected ‘)’ before ‘==’ token #define mvwinsstr(win,y,x,s) (wmove((win),(y),(x)) == ERR ? ERR : winsstr((win),(s))) ^ ../ncurses/lib_gen.c:495:1: note: in expansion of macro ‘mvwinsstr’ mvwinsstr (WINDOW * a1, int a2, int a3, const char * z) ^ ../include/curses.h:1321:37: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinstr(win,y,x,s) (wmove((win),(y),(x)) == ERR ? ERR : winstr((win),(s))) ^ ../ncurses/lib_gen.c:501:1: note: in expansion of macro ‘mvwinstr’ mvwinstr (WINDOW * a1, int a2, int a3, char * z) ^ ../include/curses.h:1321:43: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinstr(win,y,x,s) (wmove((win),(y),(x)) == ERR ? ERR : winstr((win),(s))) ^ ../ncurses/lib_gen.c:501:1: note: in expansion of macro ‘mvwinstr’ mvwinstr (WINDOW * a1, int a2, int a3, char * z) ^ ../include/curses.h:1321:47: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwinstr(win,y,x,s) (wmove((win),(y),(x)) == ERR ? ERR : winstr((win),(s))) ^ ../ncurses/lib_gen.c:501:1: note: in expansion of macro ‘mvwinstr’ mvwinstr (WINDOW * a1, int a2, int a3, char * z) ^ ../include/curses.h:1321:52: error: expected ‘)’ before ‘==’ token #define mvwinstr(win,y,x,s) (wmove((win),(y),(x)) == ERR ? ERR : winstr((win),(s))) ^ ../ncurses/lib_gen.c:501:1: note: in expansion of macro ‘mvwinstr’ mvwinstr (WINDOW * a1, int a2, int a3, char * z) ^ ../include/curses.h:1322:39: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwvline(win,y,x,c,n) (wmove((win),(y),(x)) == ERR ? ERR : wvline((win),(c),(n))) ^ ../ncurses/lib_gen.c:507:1: note: in expansion of macro ‘mvwvline’ mvwvline (WINDOW * a1, int a2, int a3, chtype a4, int z) ^ ../include/curses.h:1322:45: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwvline(win,y,x,c,n) (wmove((win),(y),(x)) == ERR ? ERR : wvline((win),(c),(n))) ^ ../ncurses/lib_gen.c:507:1: note: in expansion of macro ‘mvwvline’ mvwvline (WINDOW * a1, int a2, int a3, chtype a4, int z) ^ ../include/curses.h:1322:49: error: expected declaration specifiers or ‘...’ before ‘(’ token #define mvwvline(win,y,x,c,n) (wmove((win),(y),(x)) == ERR ? ERR : wvline((win),(c),(n))) ^ ../ncurses/lib_gen.c:507:1: note: in expansion of macro ‘mvwvline’ mvwvline (WINDOW * a1, int a2, int a3, chtype a4, int z) ^ ../include/curses.h:1322:54: error: expected ‘)’ before ‘==’ token #define mvwvline(win,y,x,c,n) (wmove((win),(y),(x)) == ERR ? ERR : wvline((win),(c),(n))) ^ ../ncurses/lib_gen.c:507:1: note: in expansion of macro ‘mvwvline’ mvwvline (WINDOW * a1, int a2, int a3, chtype a4, int z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1248:38: error: expected identifier or ‘(’ before ‘int’ #define PAIR_NUMBER(a) (NCURSES_CAST(int,((NCURSES_CAST(unsigned long,(a)) & A_COLOR) >> NCURSES_ATTR_SHIFT))) ^ ../include/curses.h:257:35: note: in definition of macro ‘NCURSES_CAST’ #define NCURSES_CAST(type,value) (type)(value) ^ ../ncurses/lib_gen.c:513:1: note: in expansion of macro ‘PAIR_NUMBER’ PAIR_NUMBER (int z) ^ ../include/curses.h:257:40: error: expected ‘)’ before ‘(’ token #define NCURSES_CAST(type,value) (type)(value) ^ ../include/curses.h:1248:25: note: in expansion of macro ‘NCURSES_CAST’ #define PAIR_NUMBER(a) (NCURSES_CAST(int,((NCURSES_CAST(unsigned long,(a)) & A_COLOR) >> NCURSES_ATTR_SHIFT))) ^ ../ncurses/lib_gen.c:513:1: note: in expansion of macro ‘PAIR_NUMBER’ PAIR_NUMBER (int z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1238:40: error: expected declaration specifiers or ‘...’ before numeric constant #define redrawwin(win) wredrawln(win, 0, (NCURSES_OK_ADDR(win) ? (win)->_maxy+1 : -1)) ^ ../ncurses/lib_gen.c:519:1: note: in expansion of macro ‘redrawwin’ redrawwin (WINDOW * z) ^ ../include/curses.h:1238:43: error: expected declaration specifiers or ‘...’ before ‘(’ token #define redrawwin(win) wredrawln(win, 0, (NCURSES_OK_ADDR(win) ? (win)->_maxy+1 : -1)) ^ ../ncurses/lib_gen.c:519:1: note: in expansion of macro ‘redrawwin’ redrawwin (WINDOW * z) ^ ../ncurses/lib_gen.c:525:14: error: macro "refresh" passed 1 arguments, but takes just 0 refresh (void) ^ ../ncurses/lib_gen.c:526:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token { ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1291:32: error: expected ‘)’ before ‘(’ token #define scrl(n) wscrl(stdscr,(n)) ^ ../ncurses/lib_gen.c:531:1: note: in expansion of macro ‘scrl’ scrl (int z) ^ ../include/curses.h:1222:32: error: expected declaration specifiers or ‘...’ before numeric constant #define scroll(win) wscrl(win,1) ^ ../ncurses/lib_gen.c:537:1: note: in expansion of macro ‘scroll’ scroll (WINDOW * z) ^ ../include/curses.h:1292:43: error: expected ‘)’ before ‘(’ token #define setscrreg(t,b) wsetscrreg(stdscr,(t),(b)) ^ ../ncurses/lib_gen.c:543:1: note: in expansion of macro ‘setscrreg’ setscrreg (int a1, int z) ^ ../ncurses/lib_gen.c:565:15: error: macro "standout" passed 1 arguments, but takes just 0 standout (void) ^ ../ncurses/lib_gen.c:566:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token { ^ ../ncurses/lib_gen.c:571:15: error: macro "standend" passed 1 arguments, but takes just 0 standend (void) ^ ../ncurses/lib_gen.c:572:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token { ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1295:41: error: expected ‘)’ before ‘(’ token #define timeout(delay) wtimeout(stdscr,(delay)) ^ ../ncurses/lib_gen.c:577:1: note: in expansion of macro ‘timeout’ timeout (int z) ^ ../include/curses.h:1225:39: error: expected declaration specifiers or ‘...’ before ‘(’ token #define touchline(win, s, c) wtouchln((win), s, c, 1) ^ ../ncurses/lib_gen.c:584:1: note: in expansion of macro ‘touchline’ touchline (WINDOW * a1, int a2, int z) ^ ../include/curses.h:1225:52: error: expected declaration specifiers or ‘...’ before numeric constant #define touchline(win, s, c) wtouchln((win), s, c, 1) ^ ../ncurses/lib_gen.c:584:1: note: in expansion of macro ‘touchline’ touchline (WINDOW * a1, int a2, int z) ^ ../include/curses.h:1224:33: error: expected declaration specifiers or ‘...’ before ‘(’ token #define touchwin(win) wtouchln((win), 0, getmaxy(win), 1) ^ ../ncurses/lib_gen.c:590:1: note: in expansion of macro ‘touchwin’ touchwin (WINDOW * z) ^ ../include/curses.h:1224:40: error: expected declaration specifiers or ‘...’ before numeric constant #define touchwin(win) wtouchln((win), 0, getmaxy(win), 1) ^ ../ncurses/lib_gen.c:590:1: note: in expansion of macro ‘touchwin’ touchwin (WINDOW * z) ^ ../include/curses.h:1192:23: error: expected declaration specifiers or ‘...’ before ‘(’ token #define getmaxy(win) (NCURSES_OK_ADDR(win) ? ((win)->_maxy + 1) : ERR) ^ ../include/curses.h:1224:43: note: in expansion of macro ‘getmaxy’ #define touchwin(win) wtouchln((win), 0, getmaxy(win), 1) ^ ../ncurses/lib_gen.c:590:1: note: in expansion of macro ‘touchwin’ touchwin (WINDOW * z) ^ ../include/curses.h:1224:57: error: expected declaration specifiers or ‘...’ before numeric constant #define touchwin(win) wtouchln((win), 0, getmaxy(win), 1) ^ ../ncurses/lib_gen.c:590:1: note: in expansion of macro ‘touchwin’ touchwin (WINDOW * z) ^ ../include/curses.h:1226:35: error: expected declaration specifiers or ‘...’ before ‘(’ token #define untouchwin(win) wtouchln((win), 0, getmaxy(win), 0) ^ ../ncurses/lib_gen.c:596:1: note: in expansion of macro ‘untouchwin’ untouchwin (WINDOW * z) ^ ../include/curses.h:1226:42: error: expected declaration specifiers or ‘...’ before numeric constant #define untouchwin(win) wtouchln((win), 0, getmaxy(win), 0) ^ ../ncurses/lib_gen.c:596:1: note: in expansion of macro ‘untouchwin’ untouchwin (WINDOW * z) ^ ../include/curses.h:1192:23: error: expected declaration specifiers or ‘...’ before ‘(’ token #define getmaxy(win) (NCURSES_OK_ADDR(win) ? ((win)->_maxy + 1) : ERR) ^ ../include/curses.h:1226:45: note: in expansion of macro ‘getmaxy’ #define untouchwin(win) wtouchln((win), 0, getmaxy(win), 0) ^ ../ncurses/lib_gen.c:596:1: note: in expansion of macro ‘untouchwin’ untouchwin (WINDOW * z) ^ ../include/curses.h:1226:59: error: expected declaration specifiers or ‘...’ before numeric constant #define untouchwin(win) wtouchln((win), 0, getmaxy(win), 0) ^ ../ncurses/lib_gen.c:596:1: note: in expansion of macro ‘untouchwin’ untouchwin (WINDOW * z) ^ ../ncurses/lib_gen.c:602:8: error: expected ‘)’ before ‘chtype’ vline (chtype a1, int z) ^ ../include/curses.h:1231:38: note: in definition of macro ‘vline’ #define vline(ch, n) wvline(stdscr, ch, (n)) ^ ../include/curses.h:1242:47: error: expected declaration specifiers or ‘...’ before ‘-’ token #define waddchstr(win,str) waddchnstr(win,str,-1) ^ ../ncurses/lib_gen.c:608:1: note: in expansion of macro ‘waddchstr’ waddchstr (WINDOW * a1, const chtype * z) ^ ../include/curses.h:1241:43: error: expected declaration specifiers or ‘...’ before ‘-’ token #define waddstr(win,str) waddnstr(win,str,-1) ^ ../ncurses/lib_gen.c:614:1: note: in expansion of macro ‘waddstr’ waddstr (WINDOW * a1, const char * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:257:34: error: expected declaration specifiers or ‘...’ before ‘(’ token #define NCURSES_CAST(type,value) (type)(value) ^ ../include/curses.h:1200:40: note: in expansion of macro ‘NCURSES_CAST’ #define wattron(win,at) wattr_on(win, NCURSES_CAST(attr_t, at), NULL) ^ ../ncurses/lib_gen.c:620:1: note: in expansion of macro ‘wattron’ wattron (WINDOW * a1, int z) ^ In file included from /usr/include/signal.h:316:0, from ../source_subfolder/ncurses/curses.priv.h:131, from ../ncurses/lib_gen.c:20: ../include/curses.h:1200:66: error: expected declaration specifiers or ‘...’ before ‘(’ token #define wattron(win,at) wattr_on(win, NCURSES_CAST(attr_t, at), NULL) ^ ../ncurses/lib_gen.c:620:1: note: in expansion of macro ‘wattron’ wattron (WINDOW * a1, int z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:257:34: error: expected declaration specifiers or ‘...’ before ‘(’ token #define NCURSES_CAST(type,value) (type)(value) ^ ../include/curses.h:1201:41: note: in expansion of macro ‘NCURSES_CAST’ #define wattroff(win,at) wattr_off(win, NCURSES_CAST(attr_t, at), NULL) ^ ../ncurses/lib_gen.c:626:1: note: in expansion of macro ‘wattroff’ wattroff (WINDOW * a1, int z) ^ In file included from /usr/include/signal.h:316:0, from ../source_subfolder/ncurses/curses.priv.h:131, from ../ncurses/lib_gen.c:20: ../include/curses.h:1201:67: error: expected declaration specifiers or ‘...’ before ‘(’ token #define wattroff(win,at) wattr_off(win, NCURSES_CAST(attr_t, at), NULL) ^ ../ncurses/lib_gen.c:626:1: note: in expansion of macro ‘wattroff’ wattroff (WINDOW * a1, int z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:260:29: error: expected identifier or ‘(’ before numeric constant #define NCURSES_OK_ADDR(p) (0 != NCURSES_CAST(const void *, (p))) ^ ../include/curses.h:1214:3: note: in expansion of macro ‘NCURSES_OK_ADDR’ (NCURSES_OK_ADDR(win) \ ^ ../ncurses/lib_gen.c:632:1: note: in expansion of macro ‘wattrset’ wattrset (WINDOW * a1, int z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1215:4: error: expected ‘)’ before ‘?’ token ? ((win)->_attrs = NCURSES_CAST(attr_t, at), \ ^ ../ncurses/lib_gen.c:632:1: note: in expansion of macro ‘wattrset’ wattrset (WINDOW * a1, int z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:260:29: error: expected identifier or ‘(’ before numeric constant #define NCURSES_OK_ADDR(p) (0 != NCURSES_CAST(const void *, (p))) ^ ../include/curses.h:1385:3: note: in expansion of macro ‘NCURSES_OK_ADDR’ (NCURSES_OK_ADDR(win) \ ^ ../ncurses/lib_gen.c:638:1: note: in expansion of macro ‘wattr_get’ wattr_get (WINDOW * a1, attr_t * a2, short * a3, void * z GCC_UNUSED) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1386:3: error: expected ‘)’ before ‘?’ token ? ((void)(NCURSES_OK_ADDR(a) \ ^ ../ncurses/lib_gen.c:638:1: note: in expansion of macro ‘wattr_get’ wattr_get (WINDOW * a1, attr_t * a2, short * a3, void * z GCC_UNUSED) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:260:29: error: expected identifier or ‘(’ before numeric constant #define NCURSES_OK_ADDR(p) (0 != NCURSES_CAST(const void *, (p))) ^ ../include/curses.h:1379:4: note: in expansion of macro ‘NCURSES_OK_ADDR’ (NCURSES_OK_ADDR(win) \ ^ ../ncurses/lib_gen.c:644:1: note: in expansion of macro ‘wattr_set’ wattr_set (WINDOW * a1, attr_t a2, short a3, void * z GCC_UNUSED) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1380:4: error: expected ‘)’ before ‘?’ token ? ((void)((win)->_attrs = (((a) & ~A_COLOR) | \ ^ ../ncurses/lib_gen.c:644:1: note: in expansion of macro ‘wattr_set’ wattr_set (WINDOW * a1, attr_t a2, short a3, void * z GCC_UNUSED) ^ ../include/curses.h:1296:39: error: expected declaration specifiers or ‘...’ before ‘-’ token #define wdeleteln(win) winsdelln(win,-1) ^ ../ncurses/lib_gen.c:650:1: note: in expansion of macro ‘wdeleteln’ wdeleteln (WINDOW * z) ^ ../include/curses.h:1172:39: error: expected declaration specifiers or ‘...’ before ‘-’ token #define wgetstr(w, s) wgetnstr(w, s, -1) ^ ../ncurses/lib_gen.c:656:1: note: in expansion of macro ‘wgetstr’ wgetstr (WINDOW * a1, char * z) ^ ../include/curses.h:1234:41: error: expected declaration specifiers or ‘...’ before ‘-’ token #define winchstr(w, s) winchnstr(w, s, -1) ^ ../ncurses/lib_gen.c:662:1: note: in expansion of macro ‘winchstr’ winchstr (WINDOW * a1, chtype * z) ^ ../include/curses.h:1297:39: error: expected declaration specifiers or ‘...’ before numeric constant #define winsertln(win) winsdelln(win,1) ^ ../ncurses/lib_gen.c:668:1: note: in expansion of macro ‘winsertln’ winsertln (WINDOW * z) ^ ../include/curses.h:1235:39: error: expected declaration specifiers or ‘...’ before ‘-’ token #define winsstr(w, s) winsnstr(w, s, -1) ^ ../ncurses/lib_gen.c:674:1: note: in expansion of macro ‘winsstr’ winsstr (WINDOW * a1, const char * z) ^ ../include/curses.h:1233:37: error: expected declaration specifiers or ‘...’ before ‘-’ token #define winstr(w, s) winnstr(w, s, -1) ^ ../ncurses/lib_gen.c:680:1: note: in expansion of macro ‘winstr’ winstr (WINDOW * a1, char * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:260:29: error: expected identifier or ‘(’ before numeric constant #define NCURSES_OK_ADDR(p) (0 != NCURSES_CAST(const void *, (p))) ^ ../include/curses.h:1214:3: note: in expansion of macro ‘NCURSES_OK_ADDR’ (NCURSES_OK_ADDR(win) \ ^ ../include/curses.h:1197:26: note: in expansion of macro ‘wattrset’ #define wstandout(win) (wattrset(win,A_STANDOUT)) ^ ../ncurses/lib_gen.c:686:1: note: in expansion of macro ‘wstandout’ wstandout (WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1215:4: error: expected ‘)’ before ‘?’ token ? ((win)->_attrs = NCURSES_CAST(attr_t, at), \ ^ ../include/curses.h:1197:26: note: in expansion of macro ‘wattrset’ #define wstandout(win) (wattrset(win,A_STANDOUT)) ^ ../ncurses/lib_gen.c:686:1: note: in expansion of macro ‘wstandout’ wstandout (WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:260:29: error: expected identifier or ‘(’ before numeric constant #define NCURSES_OK_ADDR(p) (0 != NCURSES_CAST(const void *, (p))) ^ ../include/curses.h:1214:3: note: in expansion of macro ‘NCURSES_OK_ADDR’ (NCURSES_OK_ADDR(win) \ ^ ../include/curses.h:1198:26: note: in expansion of macro ‘wattrset’ #define wstandend(win) (wattrset(win,A_NORMAL)) ^ ../ncurses/lib_gen.c:692:1: note: in expansion of macro ‘wstandend’ wstandend (WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1215:4: error: expected ‘)’ before ‘?’ token ? ((win)->_attrs = NCURSES_CAST(attr_t, at), \ ^ ../include/curses.h:1198:26: note: in expansion of macro ‘wattrset’ #define wstandend(win) (wattrset(win,A_NORMAL)) ^ ../ncurses/lib_gen.c:692:1: note: in expansion of macro ‘wstandend’ wstandend (WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1186:37: error: expected identifier or ‘(’ before ‘int’ #define getattrs(win) NCURSES_CAST(int, NCURSES_OK_ADDR(win) ? (win)->_attrs : A_NORMAL) ^ ../include/curses.h:257:35: note: in definition of macro ‘NCURSES_CAST’ #define NCURSES_CAST(type,value) (type)(value) ^ ../ncurses/lib_gen.c:698:1: note: in expansion of macro ‘getattrs’ getattrs (const WINDOW * z) ^ ../include/curses.h:260:29: error: expected identifier or ‘(’ before numeric constant #define NCURSES_OK_ADDR(p) (0 != NCURSES_CAST(const void *, (p))) ^ ../include/curses.h:1187:24: note: in expansion of macro ‘NCURSES_OK_ADDR’ #define getcurx(win) (NCURSES_OK_ADDR(win) ? (win)->_curx : ERR) ^ ../ncurses/lib_gen.c:704:1: note: in expansion of macro ‘getcurx’ getcurx (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1187:45: error: expected ‘)’ before ‘?’ token #define getcurx(win) (NCURSES_OK_ADDR(win) ? (win)->_curx : ERR) ^ ../ncurses/lib_gen.c:704:1: note: in expansion of macro ‘getcurx’ getcurx (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:260:29: error: expected identifier or ‘(’ before numeric constant #define NCURSES_OK_ADDR(p) (0 != NCURSES_CAST(const void *, (p))) ^ ../include/curses.h:1188:24: note: in expansion of macro ‘NCURSES_OK_ADDR’ #define getcury(win) (NCURSES_OK_ADDR(win) ? (win)->_cury : ERR) ^ ../ncurses/lib_gen.c:710:1: note: in expansion of macro ‘getcury’ getcury (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1188:45: error: expected ‘)’ before ‘?’ token #define getcury(win) (NCURSES_OK_ADDR(win) ? (win)->_cury : ERR) ^ ../ncurses/lib_gen.c:710:1: note: in expansion of macro ‘getcury’ getcury (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:260:29: error: expected identifier or ‘(’ before numeric constant #define NCURSES_OK_ADDR(p) (0 != NCURSES_CAST(const void *, (p))) ^ ../include/curses.h:1189:24: note: in expansion of macro ‘NCURSES_OK_ADDR’ #define getbegx(win) (NCURSES_OK_ADDR(win) ? (win)->_begx : ERR) ^ ../ncurses/lib_gen.c:716:1: note: in expansion of macro ‘getbegx’ getbegx (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1189:45: error: expected ‘)’ before ‘?’ token #define getbegx(win) (NCURSES_OK_ADDR(win) ? (win)->_begx : ERR) ^ ../ncurses/lib_gen.c:716:1: note: in expansion of macro ‘getbegx’ getbegx (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:260:29: error: expected identifier or ‘(’ before numeric constant #define NCURSES_OK_ADDR(p) (0 != NCURSES_CAST(const void *, (p))) ^ ../include/curses.h:1190:24: note: in expansion of macro ‘NCURSES_OK_ADDR’ #define getbegy(win) (NCURSES_OK_ADDR(win) ? (win)->_begy : ERR) ^ ../ncurses/lib_gen.c:722:1: note: in expansion of macro ‘getbegy’ getbegy (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1190:45: error: expected ‘)’ before ‘?’ token #define getbegy(win) (NCURSES_OK_ADDR(win) ? (win)->_begy : ERR) ^ ../ncurses/lib_gen.c:722:1: note: in expansion of macro ‘getbegy’ getbegy (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:260:29: error: expected identifier or ‘(’ before numeric constant #define NCURSES_OK_ADDR(p) (0 != NCURSES_CAST(const void *, (p))) ^ ../include/curses.h:1191:24: note: in expansion of macro ‘NCURSES_OK_ADDR’ #define getmaxx(win) (NCURSES_OK_ADDR(win) ? ((win)->_maxx + 1) : ERR) ^ ../ncurses/lib_gen.c:728:1: note: in expansion of macro ‘getmaxx’ getmaxx (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1191:45: error: expected ‘)’ before ‘?’ token #define getmaxx(win) (NCURSES_OK_ADDR(win) ? ((win)->_maxx + 1) : ERR) ^ ../ncurses/lib_gen.c:728:1: note: in expansion of macro ‘getmaxx’ getmaxx (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:260:29: error: expected identifier or ‘(’ before numeric constant #define NCURSES_OK_ADDR(p) (0 != NCURSES_CAST(const void *, (p))) ^ ../include/curses.h:1192:24: note: in expansion of macro ‘NCURSES_OK_ADDR’ #define getmaxy(win) (NCURSES_OK_ADDR(win) ? ((win)->_maxy + 1) : ERR) ^ ../ncurses/lib_gen.c:734:1: note: in expansion of macro ‘getmaxy’ getmaxy (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1192:45: error: expected ‘)’ before ‘?’ token #define getmaxy(win) (NCURSES_OK_ADDR(win) ? ((win)->_maxy + 1) : ERR) ^ ../ncurses/lib_gen.c:734:1: note: in expansion of macro ‘getmaxy’ getmaxy (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:260:29: error: expected identifier or ‘(’ before numeric constant #define NCURSES_OK_ADDR(p) (0 != NCURSES_CAST(const void *, (p))) ^ ../include/curses.h:1193:24: note: in expansion of macro ‘NCURSES_OK_ADDR’ #define getparx(win) (NCURSES_OK_ADDR(win) ? (win)->_parx : ERR) ^ ../ncurses/lib_gen.c:740:1: note: in expansion of macro ‘getparx’ getparx (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1193:45: error: expected ‘)’ before ‘?’ token #define getparx(win) (NCURSES_OK_ADDR(win) ? (win)->_parx : ERR) ^ ../ncurses/lib_gen.c:740:1: note: in expansion of macro ‘getparx’ getparx (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:260:29: error: expected identifier or ‘(’ before numeric constant #define NCURSES_OK_ADDR(p) (0 != NCURSES_CAST(const void *, (p))) ^ ../include/curses.h:1194:24: note: in expansion of macro ‘NCURSES_OK_ADDR’ #define getpary(win) (NCURSES_OK_ADDR(win) ? (win)->_pary : ERR) ^ ../ncurses/lib_gen.c:746:1: note: in expansion of macro ‘getpary’ getpary (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1194:45: error: expected ‘)’ before ‘?’ token #define getpary(win) (NCURSES_OK_ADDR(win) ? (win)->_pary : ERR) ^ ../ncurses/lib_gen.c:746:1: note: in expansion of macro ‘getpary’ getpary (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:260:29: error: expected identifier or ‘(’ before numeric constant #define NCURSES_OK_ADDR(p) (0 != NCURSES_CAST(const void *, (p))) ^ ../include/curses.h:1433:27: note: in expansion of macro ‘NCURSES_OK_ADDR’ #define wgetparent(win) (NCURSES_OK_ADDR(win) ? (win)->_parent : 0) ^ ../ncurses/lib_gen.c:752:1: note: in expansion of macro ‘wgetparent’ wgetparent (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1433:48: error: expected ‘)’ before ‘?’ token #define wgetparent(win) (NCURSES_OK_ADDR(win) ? (win)->_parent : 0) ^ ../ncurses/lib_gen.c:752:1: note: in expansion of macro ‘wgetparent’ wgetparent (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:260:29: error: expected identifier or ‘(’ before numeric constant #define NCURSES_OK_ADDR(p) (0 != NCURSES_CAST(const void *, (p))) ^ ../include/curses.h:1420:27: note: in expansion of macro ‘NCURSES_OK_ADDR’ #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE) ^ ../ncurses/lib_gen.c:758:1: note: in expansion of macro ‘is_cleared’ is_cleared (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1420:48: error: expected ‘)’ before ‘?’ token #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE) ^ ../ncurses/lib_gen.c:758:1: note: in expansion of macro ‘is_cleared’ is_cleared (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:260:29: error: expected identifier or ‘(’ before numeric constant #define NCURSES_OK_ADDR(p) (0 != NCURSES_CAST(const void *, (p))) ^ ../include/curses.h:1421:25: note: in expansion of macro ‘NCURSES_OK_ADDR’ #define is_idcok(win) (NCURSES_OK_ADDR(win) ? (win)->_idcok : FALSE) ^ ../ncurses/lib_gen.c:764:1: note: in expansion of macro ‘is_idcok’ is_idcok (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1421:46: error: expected ‘)’ before ‘?’ token #define is_idcok(win) (NCURSES_OK_ADDR(win) ? (win)->_idcok : FALSE) ^ ../ncurses/lib_gen.c:764:1: note: in expansion of macro ‘is_idcok’ is_idcok (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:260:29: error: expected identifier or ‘(’ before numeric constant #define NCURSES_OK_ADDR(p) (0 != NCURSES_CAST(const void *, (p))) ^ ../include/curses.h:1422:25: note: in expansion of macro ‘NCURSES_OK_ADDR’ #define is_idlok(win) (NCURSES_OK_ADDR(win) ? (win)->_idlok : FALSE) ^ ../ncurses/lib_gen.c:770:1: note: in expansion of macro ‘is_idlok’ is_idlok (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1422:46: error: expected ‘)’ before ‘?’ token #define is_idlok(win) (NCURSES_OK_ADDR(win) ? (win)->_idlok : FALSE) ^ ../ncurses/lib_gen.c:770:1: note: in expansion of macro ‘is_idlok’ is_idlok (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:260:29: error: expected identifier or ‘(’ before numeric constant #define NCURSES_OK_ADDR(p) (0 != NCURSES_CAST(const void *, (p))) ^ ../include/curses.h:1423:27: note: in expansion of macro ‘NCURSES_OK_ADDR’ #define is_immedok(win) (NCURSES_OK_ADDR(win) ? (win)->_immed : FALSE) ^ ../ncurses/lib_gen.c:776:1: note: in expansion of macro ‘is_immedok’ is_immedok (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1423:48: error: expected ‘)’ before ‘?’ token #define is_immedok(win) (NCURSES_OK_ADDR(win) ? (win)->_immed : FALSE) ^ ../ncurses/lib_gen.c:776:1: note: in expansion of macro ‘is_immedok’ is_immedok (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:260:29: error: expected identifier or ‘(’ before numeric constant #define NCURSES_OK_ADDR(p) (0 != NCURSES_CAST(const void *, (p))) ^ ../include/curses.h:1424:26: note: in expansion of macro ‘NCURSES_OK_ADDR’ #define is_keypad(win) (NCURSES_OK_ADDR(win) ? (win)->_use_keypad : FALSE) ^ ../ncurses/lib_gen.c:782:1: note: in expansion of macro ‘is_keypad’ is_keypad (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1424:47: error: expected ‘)’ before ‘?’ token #define is_keypad(win) (NCURSES_OK_ADDR(win) ? (win)->_use_keypad : FALSE) ^ ../ncurses/lib_gen.c:782:1: note: in expansion of macro ‘is_keypad’ is_keypad (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:260:29: error: expected identifier or ‘(’ before numeric constant #define NCURSES_OK_ADDR(p) (0 != NCURSES_CAST(const void *, (p))) ^ ../include/curses.h:1425:27: note: in expansion of macro ‘NCURSES_OK_ADDR’ #define is_leaveok(win) (NCURSES_OK_ADDR(win) ? (win)->_leaveok : FALSE) ^ ../ncurses/lib_gen.c:788:1: note: in expansion of macro ‘is_leaveok’ is_leaveok (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1425:48: error: expected ‘)’ before ‘?’ token #define is_leaveok(win) (NCURSES_OK_ADDR(win) ? (win)->_leaveok : FALSE) ^ ../ncurses/lib_gen.c:788:1: note: in expansion of macro ‘is_leaveok’ is_leaveok (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:260:29: error: expected identifier or ‘(’ before numeric constant #define NCURSES_OK_ADDR(p) (0 != NCURSES_CAST(const void *, (p))) ^ ../include/curses.h:1426:27: note: in expansion of macro ‘NCURSES_OK_ADDR’ #define is_nodelay(win) (NCURSES_OK_ADDR(win) ? ((win)->_delay == 0) : FALSE) ^ ../ncurses/lib_gen.c:794:1: note: in expansion of macro ‘is_nodelay’ is_nodelay (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1426:48: error: expected ‘)’ before ‘?’ token #define is_nodelay(win) (NCURSES_OK_ADDR(win) ? ((win)->_delay == 0) : FALSE) ^ ../ncurses/lib_gen.c:794:1: note: in expansion of macro ‘is_nodelay’ is_nodelay (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:260:29: error: expected identifier or ‘(’ before numeric constant #define NCURSES_OK_ADDR(p) (0 != NCURSES_CAST(const void *, (p))) ^ ../include/curses.h:1427:28: note: in expansion of macro ‘NCURSES_OK_ADDR’ #define is_notimeout(win) (NCURSES_OK_ADDR(win) ? (win)->_notimeout : FALSE) ^ ../ncurses/lib_gen.c:800:1: note: in expansion of macro ‘is_notimeout’ is_notimeout (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1427:49: error: expected ‘)’ before ‘?’ token #define is_notimeout(win) (NCURSES_OK_ADDR(win) ? (win)->_notimeout : FALSE) ^ ../ncurses/lib_gen.c:800:1: note: in expansion of macro ‘is_notimeout’ is_notimeout (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:260:29: error: expected identifier or ‘(’ before numeric constant #define NCURSES_OK_ADDR(p) (0 != NCURSES_CAST(const void *, (p))) ^ ../include/curses.h:1428:23: note: in expansion of macro ‘NCURSES_OK_ADDR’ #define is_pad(win) (NCURSES_OK_ADDR(win) ? ((win)->_flags & _ISPAD) != 0 : FALSE) ^ ../ncurses/lib_gen.c:806:1: note: in expansion of macro ‘is_pad’ is_pad (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1428:44: error: expected ‘)’ before ‘?’ token #define is_pad(win) (NCURSES_OK_ADDR(win) ? ((win)->_flags & _ISPAD) != 0 : FALSE) ^ ../ncurses/lib_gen.c:806:1: note: in expansion of macro ‘is_pad’ is_pad (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:260:29: error: expected identifier or ‘(’ before numeric constant #define NCURSES_OK_ADDR(p) (0 != NCURSES_CAST(const void *, (p))) ^ ../include/curses.h:1429:27: note: in expansion of macro ‘NCURSES_OK_ADDR’ #define is_scrollok(win) (NCURSES_OK_ADDR(win) ? (win)->_scroll : FALSE) ^ ../ncurses/lib_gen.c:812:1: note: in expansion of macro ‘is_scrollok’ is_scrollok (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1429:48: error: expected ‘)’ before ‘?’ token #define is_scrollok(win) (NCURSES_OK_ADDR(win) ? (win)->_scroll : FALSE) ^ ../ncurses/lib_gen.c:812:1: note: in expansion of macro ‘is_scrollok’ is_scrollok (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:260:29: error: expected identifier or ‘(’ before numeric constant #define NCURSES_OK_ADDR(p) (0 != NCURSES_CAST(const void *, (p))) ^ ../include/curses.h:1430:26: note: in expansion of macro ‘NCURSES_OK_ADDR’ #define is_subwin(win) (NCURSES_OK_ADDR(win) ? ((win)->_flags & _SUBWIN) != 0 : FALSE) ^ ../ncurses/lib_gen.c:818:1: note: in expansion of macro ‘is_subwin’ is_subwin (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1430:47: error: expected ‘)’ before ‘?’ token #define is_subwin(win) (NCURSES_OK_ADDR(win) ? ((win)->_flags & _SUBWIN) != 0 : FALSE) ^ ../ncurses/lib_gen.c:818:1: note: in expansion of macro ‘is_subwin’ is_subwin (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:260:29: error: expected identifier or ‘(’ before numeric constant #define NCURSES_OK_ADDR(p) (0 != NCURSES_CAST(const void *, (p))) ^ ../include/curses.h:1431:26: note: in expansion of macro ‘NCURSES_OK_ADDR’ #define is_syncok(win) (NCURSES_OK_ADDR(win) ? (win)->_sync : FALSE) ^ ../ncurses/lib_gen.c:824:1: note: in expansion of macro ‘is_syncok’ is_syncok (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1431:47: error: expected ‘)’ before ‘?’ token #define is_syncok(win) (NCURSES_OK_ADDR(win) ? (win)->_sync : FALSE) ^ ../ncurses/lib_gen.c:824:1: note: in expansion of macro ‘is_syncok’ is_syncok (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:260:29: error: expected identifier or ‘(’ before numeric constant #define NCURSES_OK_ADDR(p) (0 != NCURSES_CAST(const void *, (p))) ^ ../include/curses.h:1432:26: note: in expansion of macro ‘NCURSES_OK_ADDR’ #define wgetdelay(win) (NCURSES_OK_ADDR(win) ? (win)->_delay : 0) ^ ../ncurses/lib_gen.c:830:1: note: in expansion of macro ‘wgetdelay’ wgetdelay (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1432:47: error: expected ‘)’ before ‘?’ token #define wgetdelay(win) (NCURSES_OK_ADDR(win) ? (win)->_delay : 0) ^ ../ncurses/lib_gen.c:830:1: note: in expansion of macro ‘wgetdelay’ wgetdelay (const WINDOW * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:260:29: error: expected identifier or ‘(’ before numeric constant #define NCURSES_OK_ADDR(p) (0 != NCURSES_CAST(const void *, (p))) ^ ../include/curses.h:1434:30: note: in expansion of macro ‘NCURSES_OK_ADDR’ #define wgetscrreg(win,t,b) (NCURSES_OK_ADDR(win) ? (*(t) = (win)->_regtop, *(b) = (win)->_regbottom, OK) : ERR) ^ ../ncurses/lib_gen.c:836:1: note: in expansion of macro ‘wgetscrreg’ wgetscrreg (const WINDOW * a1, int * a2, int * z) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../ncurses/lib_gen.c:20: ../include/curses.h:1434:51: error: expected ‘)’ before ‘?’ token #define wgetscrreg(win,t,b) (NCURSES_OK_ADDR(win) ? (*(t) = (win)->_regtop, *(b) = (win)->_regbottom, OK) : ERR) ^ ../ncurses/lib_gen.c:836:1: note: in expansion of macro ‘wgetscrreg’ wgetscrreg (const WINDOW * a1, int * a2, int * z) ^ ../ncurses/lib_gen.c:842:14: error: expected ‘)’ before ‘int’ mouse_trafo (int * a1, int * a2, NCURSES_BOOL z) ^ ../include/curses.h:1719:56: note: in definition of macro ‘mouse_trafo’ #define mouse_trafo(y,x,to_screen) wmouse_trafo(stdscr,y,x,to_screen) ^ Makefile:1031: recipe for target '../obj_s/lib_gen.o' failed make[1]: *** [../obj_s/lib_gen.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/tmp/c3ipr/pr_994_16_0_0/.conan/data/ncurses/6.2/_/_/build/d704c799f967b31e9aea33360ebfa7a05eeb5d19/ncurses' Makefile:118: recipe for target 'all' failed make: *** [all] Error 2 ncurses/6.2: JSON file created at '/tmp/c3ipr/pr_994_16_0_0/_create.json'